PropertiesMV
Medium-voltage network properties with comprehensive metadata.
Contains project information, version tracking, change history, user management, and system configuration for the network file.
Inherits from: ExtrasNotesMixin
Import
from pyptp.elements.mv import PropertiesMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
system | System | Yes | - | |
network | pyptp.elements.mv.properties.PropertiesMV.Network | None | No | None | |
general | pyptp.elements.mv.properties.PropertiesMV.General | None | No | None | |
invisible | pyptp.elements.mv.properties.PropertiesMV.Invisible | None | No | None | |
history | pyptp.elements.mv.properties.PropertiesMV.History | None | No | None | |
history_items | pyptp.elements.mv.properties.PropertiesMV.HistoryItems | None | No | None | |
users | pyptp.elements.mv.properties.PropertiesMV.Users | None | No | None | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
General properties of the network.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
customer | str | No | "" | |
place | str | No | "" | |
region | str | No | "" | |
country | str | No | "" | |
date | float | int | No | 0.0 | |
project | str | No | "" | |
description | str | No | "" | |
version | str | No | "" | |
state | str | No | "" | |
by | str | No | "PyPtP" |
History
Network History.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
ask | bool | No | False | |
always | bool | No | False |
HistoryItems
History Items.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
text | list[str] | No | [] |
Invisible
Invisible.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
property | list[str] | No | [] |
Network
Properties of the network instance.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
state | Guid | No | (auto UUID) | |
previous_state | Guid | NoneType | No | None | |
last_saved_datetime | float | int | No | 0 |
System
System-level configuration settings.
Contains regional settings like currency for cost calculations.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
currency | str | No | "EUR" |
Users
Users.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
user | list[str] | No | [] |
Referenced Types
System
System-level configuration settings.
Contains regional settings like currency for cost calculations.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
currency | str | No | "EUR" |
Network
Properties of the network instance.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
state | Guid | No | (auto UUID) | |
previous_state | Guid | NoneType | No | None | |
last_saved_datetime | float | int | No | 0 |
General
General properties of the network.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
customer | str | No | "" | |
place | str | No | "" | |
region | str | No | "" | |
country | str | No | "" | |
date | float | int | No | 0.0 | |
project | str | No | "" | |
description | str | No | "" | |
version | str | No | "" | |
state | str | No | "" | |
by | str | No | "PyPtP" |
Invisible
Invisible.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
property | list[str] | No | [] |
History
Network History.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
ask | bool | No | False | |
always | bool | No | False |
HistoryItems
History Items.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
text | list[str] | No | [] |
Users
Users.
Defined in pyptp.elements.mv.properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
user | list[str] | No | [] |