SheetLV
Low-voltage sheet providing a canvas for network diagrams.
Supports multiple diagram pages with configurable grid settings, background colors, and map sheet parameters for organizing element presentations in LV networks.
Import
python
from pyptp.elements.lv import SheetLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
comment | Comment | None | No | None |
General
Core properties for LV sheets.
Encompasses identification, display color, and grid configuration including map sheet dimensions and numbering.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
name | str | No | "" | |
color | DelphiColor | No | "$ff00ff" | |
coarse_grid_width | int | No | 0 | |
coarse_grid_height | int | No | 0 | |
map_sheet_width | int | No | 0 | |
map_sheet_height | int | No | 0 | |
map_sheet_grid_width | int | No | 0 | |
map_sheet_grid_height | int | No | 0 | |
map_sheet_grid_left | int | No | 0 | |
map_sheet_grid_top | int | No | 0 | |
map_sheet_numbering | int | No | 0 | |
map_sheet_number_offset | int | No | 0 |
Referenced Types
Comment
Comment.
Defined in pyptp.elements.lv.shared
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
text | str | No | "" |