ShuntCapacitorLV
Low-voltage shunt capacitor with reactive compensation modeling.
Supports capacitor bank analysis with reactive power injection and passive harmonic filter configuration for power factor correction in asymmetrical LV distribution networks.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import ShuntCapacitorLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[ElementPresentation] | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core electrical and operational properties for LV shunt capacitors.
Encompasses connection node, reactive power rating, and passive filter parameters (frequency, quality factor) for harmonic studies.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
node | Guid | No | NIL_GUID | |
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | None | No | 0 | |
revision_date | float | int | None | 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 | "" | |
Q | float | No | 0.0 | |
passive_filter_frequency | float | No | 0.0 | |
passive_filter_quality_factor | float | No | 0.0 |