ACLineSegment
A wire or combination of wires, with consistent electrical characteristics, building a single electrical system, used to carry alternating current between points in the power system.For symmetrical, transposed three phase lines, it is sufficient to use attributes of the line segment, which describe impedances and admittances for the entire length of the segment. Additionally impedances can be computed by using length and associated per length impedances.The BaseVoltage at the two ends of ACLineSegments in a Line shall have the same BaseVoltage.nominalVoltage. However, boundary lines may have slightly different BaseVoltage.nominalVoltages and variation is allowed. Larger voltage difference in general requires use of an equivalent branch.
URI: cim:ACLineSegment
Type: Class
Inheritance
- IdentifiedObject
- PowerSystemResource
- Equipment
- ConductingEquipment
- Conductor
- ACLineSegment
- Conductor
- ConductingEquipment
- Equipment
- PowerSystemResource
Attributes
| Name | URI | Cardinality and Range | Inheritance | Description |
|---|---|---|---|---|
| ACLineSegmentSpan | nc-no:ACLineSegment.ACLineSegmentSpan | 0..* ACLineSegmentSpan | direct | The associated AC Line Segment |
| locationMethodKind | nc-no:PowerSystemResource.locationMethodKind | 0..1 LocationMethodKind | PowerSystemResource | Possible methods to derive geographical location. |
| mRID | cim:IdentifiedObject.mRID | 0..1 string | IdentifiedObject | Master resource identifier issued by a model authority. The mRID is unique within an exchange context. Global uniqueness is easily achieved by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is strongly recommended.For CIMXML data files in RDF syntax conforming to IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify CIM object elements. |
| description | cim:IdentifiedObject.description | 0..1 string | IdentifiedObject | The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. |
| name | cim:IdentifiedObject.name | 0..1 string | IdentifiedObject | The name is any free human readable and possibly non unique text naming the object. |
Format Examples
{
"@context": {"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "linkml": "https://w3id.org/linkml/", "cim": "https://cim.ucaiug.io/ns#", "this": "https://ap-no.cim4.eu/AviationObstacle/1.0#", "dcterms": "http://purl.org/dc/terms/", "dcat": "http://www.w3.org/ns/dcat#", "prov": "http://www.w3.org/ns/prov#", "xsd": "http://www.w3.org/2001/XMLSchema#", "eu": "https://cim.ucaiug.io/ns/eu#", "nc-no": "http://cim4.eu/ns/nc-no#", "geo": "http://www.opengis.net/ont/geosparql#"},
"@id": "urn:uuid:<uuid>",
"@type": "cim:ACLineSegment",
"nc-no:ACLineSegment.ACLineSegmentSpan": [ { "@id": "urn:uuid:<uuid of ACLineSegmentSpan>" } ],
"nc-no:PowerSystemResource.locationMethodKind": { "@id": "cim:LocationMethodKind.<value>" },
"cim:IdentifiedObject.mRID": "string",
"cim:IdentifiedObject.description": "string",
"cim:IdentifiedObject.name": "string"
}
<cim:ACLineSegment rdf:ID="_<uuid>">
<nc-no:ACLineSegment.ACLineSegmentSpan rdf:resource="#_<uuid of ACLineSegmentSpan>" />
<nc-no:PowerSystemResource.locationMethodKind rdf:resource="cim:LocationMethodKind.<value>" />
<cim:IdentifiedObject.mRID>string</cim:IdentifiedObject.mRID>
<cim:IdentifiedObject.description>string</cim:IdentifiedObject.description>
<cim:IdentifiedObject.name>string</cim:IdentifiedObject.name>
</cim:ACLineSegment>
{
"ACLineSegmentSpan": [
"<ACLineSegmentSpan>"
],
"locationMethodKind": "LocationMethodKind",
"mRID": "string",
"description": "string",
"name": "string"
}
<urn:uuid:<graph-id>> {
<urn:uuid:<uuid>>
a cim:ACLineSegment ;
nc-no:ACLineSegment.ACLineSegmentSpan <urn:uuid:<uuid of ACLineSegmentSpan>> ;
nc-no:PowerSystemResource.locationMethodKind cim:LocationMethodKind.<value> ;
cim:IdentifiedObject.mRID "string" ;
cim:IdentifiedObject.description "string" ;
cim:IdentifiedObject.name "string" .
}
Schema Source
- from schema: https://ap-no.cim4.eu/AviationObstacle/1.0