Skip to content

Slot: bus_type

Bus type (SWING = slack bus, PQ = load bus).

URI: distopf:bus_type

Applicable Classes

Name Description Modifies Slot
BusRecord Bus data record for DistOPF three-phase distribution OPF no

Properties

Type and Range

Property Value
Range String
Domain Of BusRecord

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
If Absent string("PQ")
Owner BusRecord

Comments

  • Not used on import (the bus/slack designation is not derived from this field). Export: bus_type = "SWING" when the ConnectivityNode has a Terminal connected to an EnergySource, otherwise "PQ" — i.e. the swing bus is detected structurally, not read from a dedicated CIM attribute.

Identifier and Mapping Information

Annotations

property value
order 9
value_type string
quote False
separator ,

Schema Source

  • from schema: https://gridappsd.org/cimhub/distopf

Mappings

Mapping Type Mapped Value
self distopf:bus_type
native distopf:bus_type
related cim:EnergySource.Terminals

LinkML Source

name: bus_type
annotations:
  order:
    tag: order
    value: 9
  value_type:
    tag: value_type
    value: string
  quote:
    tag: quote
    value: false
  separator:
    tag: separator
    value: ','
description: Bus type (SWING = slack bus, PQ = load bus).
comments:
- 'Not used on import (the bus/slack designation is not derived from this field).
  Export: bus_type = "SWING" when the ConnectivityNode has a Terminal connected to
  an EnergySource, otherwise "PQ"  i.e. the swing bus is detected structurally, not
  read from a dedicated CIM attribute.'
from_schema: https://gridappsd.org/cimhub/distopf
related_mappings:
- cim:EnergySource.Terminals
rank: 1000
ifabsent: string("PQ")
owner: BusRecord
domain_of:
- BusRecord
range: string
required: false