ScenarioMV
Represents a scenario (MV).
Import
python
from pyptp.elements.mv import ScenarioMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
scenario_items | list[ScenarioItem] | No | [] |
General
General properties for a scenario.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" |
ScenarioItem
Scenario Item.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
date | int | No | 0 | |
vision_object | Guid | NoneType | No | None | |
attribute | int | No | 0 | |
value | float | No | 0.0 | |
comment | str | No | "" |
Referenced Types
General
General properties for a scenario.
Defined in pyptp.elements.mv.scenario
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" |
ScenarioItem
Scenario Item.
Defined in pyptp.elements.mv.scenario
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
date | int | No | 0 | |
vision_object | Guid | NoneType | No | None | |
attribute | int | No | 0 | |
value | float | No | 0.0 | |
comment | str | No | "" |