FuseLV
Fuse protection element for low-voltage network modeling.
Models overcurrent protection devices with thermal characteristics, breaking capacity, and current-time curves for accurate fault analysis and protection system coordination in LV networks.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import FuseLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
type | pyptp.elements.lv.shared.FuseType | None | No | None | |
presentations | list[SecundairPresentation] | No | [] | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core fuse configuration and electrical protection properties.
| 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 | |
name | str | No | "" | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
standardizable | bool | No | True | |
type | str | No | "" |
Referenced Types
General
Core fuse configuration and electrical protection properties.
Defined in pyptp.elements.lv.fuse
| 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 | |
name | str | No | "" | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
standardizable | bool | No | True | |
type | str | No | "" |