PyDistributionPlugin.DistributionExperimentNewCmd¶
- class DistributionExperimentNewCmd¶
Distribution Experiment creation command.
Details
Command to create a new Distribution Experiment inside a Distribution Scenario.
Synopsis¶
Methods¶
def
__init__()def
setScenario()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- setDistributionModel(iModel)¶
- Parameters:
iModel –
DistributionModel
Sets the Distribution Model that will run the Distribution Experiment created.
- setDistributionModelName(iModelName)¶
- Parameters:
iModelName – str
Sets the name of the Distribution Model that will run the Distribution Experiment created.
- setScenario(ascenario)¶
- Parameters:
ascenario –
DistributionScenario
Sets the Distribution Scenario that will contain the Distribution Experiment to create.