PyKalmanPlugin.GKDynamicAdjustmentExperimentNewCmd¶
- class GKDynamicAdjustmentExperimentNewCmd¶
Dynamic OD Adjustment Experiment creation command.
Details
Command to create a new dynamic OD adjustment experiment inside a dynamic scenario
Synopsis¶
Methods¶
def
__init__()def
setEngine()def
setEngineMode()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__()¶
- setEngine(engine)¶
- Parameters:
engine –
SimulatorEngine
Sets the engine of the experiment.
- setEngineMode(mode)¶
- Parameters:
mode –
EngineMode
Sets the engine mode of the experiment.
- setScenario(scenario)¶
- Parameters:
scenario –
GKScenario
Sets the dynamic scenario that will contain the dynamic OD adjustment experiment to create