SelectionMV
Medium-voltage selection containing grouped element references.
Supports organizing network elements into named groups for batch operations, filtered analysis, and reporting purposes.
Inherits from: DataClassJsonMixin
Import
python
from pyptp.elements.mv import SelectionMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
objects | list[Object] | No | [] |
General
Core identification properties for MV selections.
Contains the selection name for user identification.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" |
Object
GUID reference to a selected network element.
Links to any network element by its unique identifier.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) |
Referenced Types
General
Core identification properties for MV selections.
Contains the selection name for user identification.
Defined in pyptp.elements.mv.selection
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" |
Object
GUID reference to a selected network element.
Links to any network element by its unique identifier.
Defined in pyptp.elements.mv.selection
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) |