IndicatorMV
Represents an indicator (MV).
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.mv import IndicatorMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[SecondaryPresentation] | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
General properties for an Indicator.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0.0 | |
mutation_date | int | No | 0 | |
revision_date | int | No | 0 | |
variant | bool | No | False | |
name | str | No | "" | |
in_object | Guid | NoneType | No | None | |
side | int | No | 1 | |
phase_current | float | int | No | 0.0 | |
phase_direction_sensitive | bool | No | False | |
phase_response_time | float | int | No | 0.0 | |
earth_current | float | int | No | 0.0 | |
earth_voltage | float | int | No | 0.0 | |
earth_response_time | float | int | No | 0.0 | |
auto_reset | bool | No | False | |
remote_signaling | bool | No | False |