LoadSwitchLV
Low-voltage load switch with thermal rating specifications.
Supports load break switch analysis attached to branch elements with configurable current and thermal withstand ratings for switching studies in asymmetrical LV distribution networks.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
from pyptp.elements.lv import LoadSwitchLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[SecundairPresentation] | Yes | - | |
type | LoadSwitchType | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core properties for LV load switches.
Encompasses parent object reference, side designation, and standardization flag for protection coordination.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
name | str | No | "" | |
revision_date | float | int | No | 0.0 | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
standardizable | bool | No | False |
LoadSwitchType
Electrical specifications for load switch modeling.
Defines rated voltage, current, and thermal withstand parameters for protection coordination analysis.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
short_name | str | No | "" | |
unom | float | No | 0.0 | |
inom | float | No | 0.0 | |
ik_thermal | float | No | 0.0 | |
t_thermal | float | No | 0.0 |
Referenced Types
General
Core properties for LV load switches.
Encompasses parent object reference, side designation, and standardization flag for protection coordination.
Defined in pyptp.elements.lv.load_switch
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
name | str | No | "" | |
revision_date | float | int | No | 0.0 | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
standardizable | bool | No | False |
LoadSwitchType
Electrical specifications for load switch modeling.
Defines rated voltage, current, and thermal withstand parameters for protection coordination analysis.
Defined in pyptp.elements.lv.load_switch
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
short_name | str | No | "" | |
unom | float | No | 0.0 | |
inom | float | No | 0.0 | |
ik_thermal | float | No | 0.0 | |
t_thermal | float | No | 0.0 |