PyDistributionPlugin.DistributionExperimentNewCmd

class DistributionExperimentNewCmd

Distribution Experiment creation command.

Details

Command to create a new Distribution Experiment inside a Distribution Scenario.

Inheritance diagram of PyDistributionPlugin.DistributionExperimentNewCmd

Synopsis

Methods

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:

iModelDistributionModel

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:

ascenarioDistributionScenario

Sets the Distribution Scenario that will contain the Distribution Experiment to create.