Skip to content

Class: WireSpacingInfo

Wire spacing data that associates multiple wire positions with the line segment, and allows to calculate line segment impedances. Number of phases can be derived from the number of associated wire positions whose phase is not neutral.

URI: cim:WireSpacingInfo

 classDiagram
    class WireSpacingInfo
      AssetInfo <|-- WireSpacingInfo

      WireSpacingInfo : acline_segment

          WireSpacingInfo --> ACLineSegment : acline_segment

      WireSpacingInfo : alias_name

      WireSpacingInfo : assets

          WireSpacingInfo --> Asset : assets

      WireSpacingInfo : catalog_asset_type

          WireSpacingInfo --> CatalogAssetType : catalog_asset_type

      WireSpacingInfo : description

      WireSpacingInfo : diagram_objects

          WireSpacingInfo --> DiagramObject : diagram_objects

      WireSpacingInfo : duct_bank

          WireSpacingInfo --> DuctBank : duct_bank

      WireSpacingInfo : instance_set

          WireSpacingInfo --> InstanceSet : instance_set

      WireSpacingInfo : is_cable

      WireSpacingInfo : m_rid

      WireSpacingInfo : names

          WireSpacingInfo --> Name : names

      WireSpacingInfo : phase_wire_count

      WireSpacingInfo : phase_wire_spacing

          WireSpacingInfo --> Length : phase_wire_spacing

      WireSpacingInfo : power_system_resources

          WireSpacingInfo --> PowerSystemResource : power_system_resources

      WireSpacingInfo : product_asset_model

          WireSpacingInfo --> ProductAssetModel : product_asset_model

      WireSpacingInfo : properties_cimdata_object

          WireSpacingInfo --> ChangeSetMember : properties_cimdata_object

      WireSpacingInfo : structures

          WireSpacingInfo --> Structure : structures

      WireSpacingInfo : targeting_cimdata_object

          WireSpacingInfo --> ChangeSetMember : targeting_cimdata_object

      WireSpacingInfo : usage

          WireSpacingInfo --> WireUsageKind : usage

      WireSpacingInfo : wire_positions

          WireSpacingInfo --> WirePosition : wire_positions

Inheritance

Slots

Name Cardinality and Range Description Inheritance
is_cable 0..1
Boolean
If true, this spacing data describes a cable direct
phase_wire_count 0..1
Integer
Number of wire sub-conductors in the symmetrical bundle (typically between 1 ... direct
phase_wire_spacing 0..1
Length
Distance between wire sub-conductors in a symmetrical bundle direct
usage 0..1
WireUsageKind
Usage of the associated wires direct
duct_bank 0..1
DuctBank
direct
structures 0..*
Structure
direct
wire_positions 1..*
WirePosition
All positions of single wires (phase or neutral) making the conductor direct
acline_segment 0..*
ACLineSegment
The AC line segment defined by the wire spacing information direct
power_system_resources 0..*
PowerSystemResource
All power system resources with this datasheet information AssetInfo
catalog_asset_type 0..1
CatalogAssetType
Asset information (nameplate) for this catalog asset type AssetInfo
assets 0..*
Asset
All assets described by this data AssetInfo
product_asset_model 0..1
ProductAssetModel
Product asset model which conforms to this catalog asset type AssetInfo
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
ACLineSegment wire_spacing_info range WireSpacingInfo
WirePosition wire_spacing_info range WireSpacingInfo
DuctBank wire_spacing_infos range WireSpacingInfo
Structure wire_spacing_infos range WireSpacingInfo
MktACLineSegment wire_spacing_info range WireSpacingInfo
Pole wire_spacing_infos range WireSpacingInfo
UndergroundStructure wire_spacing_infos range WireSpacingInfo
Tower wire_spacing_infos range WireSpacingInfo

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:WireSpacingInfo
native cim:WireSpacingInfo

LinkML Source

Direct

name: WireSpacingInfo
description: Wire spacing data that associates multiple wire positions with the line
  segment, and allows to calculate line segment impedances. Number of phases can be
  derived from the number of associated wire positions whose phase is not neutral.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AssetInfo
attributes:
  is_cable:
    name: is_cable
    description: "If true, this spacing data describes a cable.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.isCable
    multivalued: false
    domain_of:
    - WireSpacingInfo
    range: boolean
    required: false
  phase_wire_count:
    name: phase_wire_count
    description: "Number of wire sub-conductors in the symmetrical bundle (typically\
      \ between 1 and 4).\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.phaseWireCount
    multivalued: false
    domain_of:
    - WireSpacingInfo
    range: integer
    required: false
  phase_wire_spacing:
    name: phase_wire_spacing
    description: "Distance between wire sub-conductors in a symmetrical bundle.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.phaseWireSpacing
    multivalued: false
    domain_of:
    - WireSpacingInfo
    range: Length
    required: false
  usage:
    name: usage
    description: "Usage of the associated wires.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.usage
    multivalued: false
    domain_of:
    - WireSpacingInfo
    - CurrentTransformer
    - CurrentTransformerInfo
    range: WireUsageKind
    required: false
  duct_bank:
    name: duct_bank
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.DuctBank
    multivalued: false
    domain_of:
    - WireSpacingInfo
    range: DuctBank
    required: false
  structures:
    name: structures
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.Structures
    multivalued: true
    domain_of:
    - WireSpacingInfo
    range: Structure
    required: false
  wire_positions:
    name: wire_positions
    description: All positions of single wires (phase or neutral) making the conductor.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.WirePositions
    multivalued: true
    domain_of:
    - WireSpacingInfo
    range: WirePosition
    required: true
  acline_segment:
    name: acline_segment
    description: The AC line segment defined by the wire spacing information
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WireSpacingInfo.ACLineSegment
    multivalued: true
    domain_of:
    - Clamp
    - WireSpacingInfo
    - ACLineSegmentPhase
    - Cut
    - LineFault
    range: ACLineSegment
    required: false
class_uri: cim:WireSpacingInfo

Induced

name: WireSpacingInfo
description: Wire spacing data that associates multiple wire positions with the line
  segment, and allows to calculate line segment impedances. Number of phases can be
  derived from the number of associated wire positions whose phase is not neutral.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AssetInfo
attributes:
  is_cable:
    name: is_cable
    description: "If true, this spacing data describes a cable.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.isCable
    multivalued: false
    alias: is_cable
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: boolean
    required: false
  phase_wire_count:
    name: phase_wire_count
    description: "Number of wire sub-conductors in the symmetrical bundle (typically\
      \ between 1 and 4).\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.phaseWireCount
    multivalued: false
    alias: phase_wire_count
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: integer
    required: false
  phase_wire_spacing:
    name: phase_wire_spacing
    description: "Distance between wire sub-conductors in a symmetrical bundle.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.phaseWireSpacing
    multivalued: false
    alias: phase_wire_spacing
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: Length
    required: false
  usage:
    name: usage
    description: "Usage of the associated wires.\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.usage
    multivalued: false
    alias: usage
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    - CurrentTransformer
    - CurrentTransformerInfo
    range: WireUsageKind
    required: false
  duct_bank:
    name: duct_bank
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.DuctBank
    multivalued: false
    alias: duct_bank
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: DuctBank
    required: false
  structures:
    name: structures
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.Structures
    multivalued: true
    alias: structures
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: Structure
    required: false
  wire_positions:
    name: wire_positions
    description: All positions of single wires (phase or neutral) making the conductor.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:WireSpacingInfo.WirePositions
    multivalued: true
    alias: wire_positions
    owner: WireSpacingInfo
    domain_of:
    - WireSpacingInfo
    range: WirePosition
    required: true
  acline_segment:
    name: acline_segment
    description: The AC line segment defined by the wire spacing information
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:WireSpacingInfo.ACLineSegment
    multivalued: true
    alias: acline_segment
    owner: WireSpacingInfo
    domain_of:
    - Clamp
    - WireSpacingInfo
    - ACLineSegmentPhase
    - Cut
    - LineFault
    range: ACLineSegment
    required: false
  power_system_resources:
    name: power_system_resources
    description: All power system resources with this datasheet information.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetInfo.PowerSystemResources
    multivalued: true
    alias: power_system_resources
    owner: WireSpacingInfo
    domain_of:
    - AssetInfo
    - Asset
    - Location
    - PSRType
    range: PowerSystemResource
    required: false
  catalog_asset_type:
    name: catalog_asset_type
    description: Asset information (nameplate) for this catalog asset type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetInfo.CatalogAssetType
    multivalued: false
    alias: catalog_asset_type
    owner: WireSpacingInfo
    domain_of:
    - AssetInfo
    - ProductAssetModel
    range: CatalogAssetType
    required: false
  assets:
    name: assets
    description: All assets described by this data.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AssetInfo.Assets
    multivalued: true
    alias: assets
    owner: WireSpacingInfo
    domain_of:
    - PowerSystemResource
    - AssetInfo
    - Location
    - WorkTask
    - ErpRecDelvLineItem
    - AssetContainer
    - ActivityRecord
    - Procedure
    - ReliabilityInfo
    - AssetPropertyCurve
    - AssetOrganisationRole
    - ScheduledEvent
    range: Asset
    required: false
  product_asset_model:
    name: product_asset_model
    description: Product asset model which conforms to this catalog asset type.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AssetInfo.ProductAssetModel
    multivalued: false
    alias: product_asset_model
    owner: WireSpacingInfo
    domain_of:
    - AssetInfo
    - Asset
    - OperationalRestriction
    - CatalogAssetType
    range: ProductAssetModel
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: 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.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "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.\r\nFor 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."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: WireSpacingInfo
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:WireSpacingInfo