LoadLV
Low-voltage load element with comprehensive modeling capabilities.
Supports asymmetrical load modeling with individual phase and phase-to-phase power specifications, harmonic content analysis, and time-varying load profiles for detailed LV network studies.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import LoadLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[ElementPresentation] | Yes | - | |
harmonics | HarmonicsType | None | No | None | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core electrical and operational properties for LV loads.
Encompasses all essential load characteristics including connection node, phase-specific power consumption, behavioral parameters, and harmonic generation specifications.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
node | Guid | No | NIL_GUID | |
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 | "" | |
s_L1 | bool | No | True | |
s_L2 | bool | No | True | |
s_L3 | bool | No | True | |
s_N | bool | No | True | |
field_name | str | No | "" | |
pa | float | No | 0 | |
qa | float | No | 0 | |
pb | float | No | 0 | |
qb | float | No | 0 | |
pc | float | No | 0 | |
qc | float | No | 0 | |
pab | float | No | 0 | |
qab | float | No | 0 | |
pac | float | No | 0 | |
qac | float | No | 0 | |
pbc | float | No | 0 | |
qbc | float | No | 0 | |
behaviour_sort | str | No | "" | |
profile | Guid | No | UUID(...) | |
switch_on_frequency | float | No | 0 | |
harmonics_type | str | No | "" |