LinkMV
Medium-voltage network link for symmetrical modeling.
Represents electrical connections between nodes in MV networks with balanced three-phase analysis capabilities.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.mv import LinkMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[BranchPresentation] | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core electrical and operational properties for MV links.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | No | 0 | |
mutation_date | int | No | 0 | |
revision_date | float | No | 0.0 | |
variant | bool | No | False | |
node1 | Guid | No | NIL_GUID | |
node2 | Guid | No | NIL_GUID | |
name | str | No | "" | |
switch_state1 | int | No | 1 | |
switch_state2 | int | No | 1 | |
field_name1 | str | No | "" | |
field_name2 | str | No | "" | |
subnet_border | bool | No | False | |
source1 | str | No | "" | |
source2 | str | No | "" | |
failure_frequency | float | No | 0.0 | |
repair_duration | float | No | 0.0 | |
maintenance_frequency | float | No | 0.0 | |
maintenance_duration | float | No | 0.0 | |
maintenance_cancel_duration | float | No | 0.0 | |
loadrate_max | float | No | 0.0 | |
loadrate_max_winter | float | No | 0.0 | |
loadrate_max_emergency | float | No | 0.0 | |
loadrate_max_emergency_winter | float | No | 0.0 | |
rail_connectivity | int | No | 1 | |
limited | bool | No | False | |
inom | float | No | 0.0 | |
ik1s | float | No | 0.0 |