LinkLV
Represents a link (LV).
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import LinkLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[BranchPresentation] | Yes | - | |
fuse1_h1 | FuseType | None | No | None | |
fuse1_h2 | FuseType | None | No | None | |
fuse1_h3 | FuseType | None | No | None | |
fuse1_h4 | FuseType | None | No | None | |
fuse2_h2 | FuseType | None | No | None | |
fuse2_h1 | FuseType | None | No | None | |
fuse2_h3 | FuseType | None | No | None | |
fuse2_h4 | FuseType | None | No | None | |
current_protection1_h1 | CurrentType | None | No | None | |
current_protection1_h2 | CurrentType | None | No | None | |
current_protection1_h3 | CurrentType | None | No | None | |
current_protection1_h4 | CurrentType | None | No | None | |
current_protection2_h1 | CurrentType | None | No | None | |
current_protection2_h2 | CurrentType | None | No | None | |
current_protection2_h3 | CurrentType | None | No | None | |
current_protection2_h4 | CurrentType | None | No | None | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
General properties for a link.
| 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 | |
node1 | Guid | No | NIL_GUID | |
node2 | Guid | No | NIL_GUID | |
name | str | No | "" | |
switch_state1_L1 | bool | No | True | |
switch_state1_L2 | bool | No | True | |
switch_state1_L3 | bool | No | True | |
switch_state1_N | bool | No | True | |
switch_state1_PE | bool | No | True | |
switch_state2_L1 | bool | No | True | |
switch_state2_L2 | bool | No | True | |
switch_state2_L3 | bool | No | True | |
switch_state2_N | bool | No | True | |
switch_state2_PE | bool | No | True | |
field_name1 | str | No | "" | |
field_name2 | str | No | "" | |
failure_frequency | float | No | 0.0 | |
switch_state1_h1 | bool | No | True | |
switch_state1_h2 | bool | No | True | |
switch_state1_h3 | bool | No | True | |
switch_state1_h4 | bool | No | True | |
switch_state2_h1 | bool | No | True | |
switch_state2_h2 | bool | No | True | |
switch_state2_h3 | bool | No | True | |
switch_state2_h4 | bool | No | True | |
protection_type1_h1 | str | No | "" | |
protection_type1_h2 | str | No | "" | |
protection_type1_h3 | str | No | "" | |
protection_type1_h4 | str | No | "" | |
protection_type2_h1 | str | No | "" | |
protection_type2_h2 | str | No | "" | |
protection_type2_h3 | str | No | "" | |
protection_type2_h4 | str | No | "" |