Slot: length
Length of line. Default is 1.0. If units do not match the impedance data, specify units property.
URI: dss:length
Applicable Classes
| Name |
Description |
Modifies Slot |
| Line |
A Line object in OpenDSS representing a power delivery line connecting two bu... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| ### Slot Characteristics |
|
| Property |
Value |
| Owner |
Line |
Value Constraints
| Property |
Value |
| Minimum Value |
0 |
- Import: ACLineSegment.length = Length(length, units_str) — unit from 'units' attribute. Export: length = ACLineSegment.length.to(units_str). CIM stores length in m (SI base); DSS default unit is ft when no units given.
Annotations
| property |
value |
| order |
4 |
| dss_default |
float(1.0) |
Schema Source
- from schema: https://gridappsd.github.io/dss-graph/opendss
Mappings
| Mapping Type |
Mapped Value |
| self |
dss:length |
| native |
dss:length |
| exact |
cim:Conductor.length |
LinkML Source
name: length
annotations:
order:
tag: order
value: 4
dss_default:
tag: dss_default
value: float(1.0)
description: Length of line. Default is 1.0. If units do not match the impedance data,
specify units property.
comments:
- 'Import: ACLineSegment.length = Length(length, units_str) — unit from ''units''
attribute. Export: length = ACLineSegment.length.to(units_str). CIM stores length
in m (SI base); DSS default unit is ft when no units given.'
from_schema: https://gridappsd.github.io/dss-graph/opendss
exact_mappings:
- cim:Conductor.length
rank: 1000
owner: Line
domain_of:
- Line
range: float
required: false
minimum_value: 0.0