FuseMV
Represents a fuse (MV).
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.mv import FuseMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
type | FuseType | Yes | - | |
presentations | list[SecondaryPresentation] | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
FuseType
Fuse electrotechnical type properties.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
short_name | str | No | "" | |
unom | float | int | No | 0 | |
inom | float | int | No | 0 | |
three_phase | bool | No | False | |
I1 | float | No | 0.0 | |
T1 | float | No | 0.0 | |
I2 | float | No | 0.0 | |
T2 | float | No | 0.0 | |
I3 | float | No | 0.0 | |
T3 | float | No | 0.0 | |
I4 | float | No | 0.0 | |
T4 | float | No | 0.0 | |
I5 | float | No | 0.0 | |
T5 | float | No | 0.0 | |
I6 | float | No | 0.0 | |
T6 | float | No | 0.0 | |
I7 | float | No | 0.0 | |
T7 | float | No | 0.0 | |
I8 | float | No | 0.0 | |
T8 | float | No | 0.0 | |
I9 | float | No | 0.0 | |
T9 | float | No | 0.0 | |
I10 | float | No | 0.0 | |
T10 | float | No | 0.0 | |
I11 | float | No | 0.0 | |
T11 | float | No | 0.0 | |
I12 | float | No | 0.0 | |
T12 | float | No | 0.0 | |
I13 | float | No | 0.0 | |
T13 | float | No | 0.0 | |
I14 | float | No | 0.0 | |
T14 | float | No | 0.0 | |
I15 | float | No | 0.0 | |
T15 | float | No | 0.0 | |
I16 | float | No | 0.0 | |
T16 | float | No | 0.0 |
General
General properties for a fuse.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0.0 | |
mutation_date | int | No | 0 | |
revision_date | int | No | 0 | |
variant | bool | No | False | |
name | str | No | "" | |
in_object | Guid | No | NIL_GUID | |
side | int | No | 1 | |
type | str | No | "" |