PyMacroAdjustmentPlugin.MacroAdjustmentScenario¶
- class MacroAdjustmentScenario¶
Macroscopic adjustment scenario
Details
It contains the list of all the macroscopic adjustment experiments defined in it and the input parameters related to the output to be gathered.
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__()¶
Returns a percentage indicating the Detector Lane-Coverage Threshold for the static OD adjustment
Get the experiment’s finish datetime.
Get the initial time.
- setDetectorCoverageThreshold(value)¶
- Parameters:
value – int
Sets the percentage indicating the Detector Lane-Coverage Threshold for the static OD adjustment
- setStoreOutput(iValue)¶
- Parameters:
iValue – bool
Set to store output in file
See also
Return if output is stored in file
See also