RailSystemMV
Represents a rail system (MV).
Import
python
from pyptp.elements.mv import RailSystemMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
nodes | list[Node] | Yes | - |
General
General properties for a railsystem.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" | |
guid | Guid | No | (auto UUID) |
Node
Node.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) |
Referenced Types
General
General properties for a railsystem.
Defined in pyptp.elements.mv.rails
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
name | str | No | "" | |
guid | Guid | No | (auto UUID) |
Node
Node.
Defined in pyptp.elements.mv.rails
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) |