Skip to content

Slot: status

Switch status (CLOSED, OPEN, or empty for non-switching elements).

URI: distopf:status

Applicable Classes

Name Description Modifies Slot
BranchRecord Branch data record for DistOPF no

Properties

Type and Range

Property Value
Range String
Domain Of BranchRecord

Cardinality and Requirements

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

Comments

  • Only meaningful for branch_type=switch. Import: status=OPEN sets Switch.open=true (and normalOpen=true); anything else leaves the switch closed. Export: status = "OPEN" when Switch.open is true, "CLOSED" otherwise; left empty ("") for lines and transformers.

Identifier and Mapping Information

Annotations

property value
order 19
value_type string
quote False
separator ,

Schema Source

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

Mappings

Mapping Type Mapped Value
self distopf:status
native distopf:status
close cim:Switch.open

LinkML Source

name: status
annotations:
  order:
    tag: order
    value: 19
  value_type:
    tag: value_type
    value: string
  quote:
    tag: quote
    value: false
  separator:
    tag: separator
    value: ','
description: Switch status (CLOSED, OPEN, or empty for non-switching elements).
comments:
- 'Only meaningful for branch_type=switch. Import: status=OPEN sets Switch.open=true
  (and normalOpen=true); anything else leaves the switch closed. Export: status =
  "OPEN" when Switch.open is true, "CLOSED" otherwise; left empty ("") for lines and
  transformers.'
from_schema: https://gridappsd.org/cimhub/distopf
close_mappings:
- cim:Switch.open
rank: 1000
ifabsent: string("")
owner: BranchRecord
domain_of:
- BranchRecord
range: string
required: false