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.

Inheritance diagram of PyMacroAdjustmentPlugin.MacroAdjustmentScenario

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__()
getDetectorCoverageThreshold()
Return type:

int

Returns a percentage indicating the Detector Lane-Coverage Threshold for the static OD adjustment

getFinishDateTime()
Return type:

QDateTime

Get the experiment’s finish datetime.

getInitialDateTime()
Return type:

QDateTime

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

storeOutput()

storeOutput()
Return type:

bool

Return if output is stored in file

See also

setStoreOutput()