MeasureFieldLV
Low-voltage measure field with instrument transformer modeling.
Supports voltage and current transformer configurations attached to branch elements for metering, protection, and SCADA instrumentation in asymmetrical LV distribution networks.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import MeasureFieldLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[SecundairPresentation] | Yes | - | |
measurement_file | MeasurementsFile | None | No | None | |
measurements | list[Measurement] | No | [] | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core properties for LV measure fields.
Encompasses parent object reference, transformer presence flags, and function designations for measurement instrumentation.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
revision_date | float | int | No | 0.0 | |
name | str | No | "" | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
standardizable | bool | No | False | |
voltage_measure_transformer_present | bool | No | False | |
voltage_measure_transformer_function | str | No | "" | |
current_measure_transformer1_present | bool | No | False | |
current_measure_transformer1_function | str | No | "" | |
current_measure_transformer2_present | bool | No | False | |
current_measure_transformer2_function | str | No | "" | |
current_measure_transformer3_present | bool | No | False | |
current_measure_transformer3_function | str | No | "" |
Measurement
Individual measurement data record.
Stores measured values as text for time-series analysis.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
text | str | No | "" |
MeasurementsFile
External measurement file reference.
Links to external data files containing time-series measurements with column mapping for data import.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
file_name | str | No | "" | |
column | str | No | "" |