LoadSwitchMV
Medium-voltage load switch with disconnector and remote control options.
Supports load break switch analysis attached to branch elements with configurable thermal ratings, disconnector function, and remote control capability for balanced three-phase switching studies.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.mv import LoadSwitchMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
type | LoadSwitchType | None | No | None | |
presentations | list[SecondaryPresentation] | No | [] | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core properties for MV load switches.
Encompasses parent object reference, side designation, disconnector function, remote control flag, and type specifications.
| 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 | |
variant | bool | No | False | |
name | str | No | "" | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
node | Guid | NoneType | No | None | |
disconnector | bool | No | False | |
remote_control | bool | No | False | |
failure_frequency | float | No | 0.0 | |
repair_duration | float | No | 0.0 | |
type | str | No | "" |
LoadSwitchType
Type properties.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
short_name | str | No | "" | |
unom | float | No | 0.0 | |
inom | float | No | 0.0 | |
switch_time | float | No | 0.0 | |
ik_make | float | No | 0.0 | |
ik_break | float | No | 0.0 | |
ik_dynamic | float | No | 0.0 | |
ik_thermal | float | No | 0.0 | |
t_thermal | float | No | 0.0 |