Skip to content

Enum: SwitchState

Discrete state of switchable capacitor step

URI: dss:SwitchState

Permissible Values

Value Meaning Description
True None Capacitor step energized
False None Capacitor step de-energized

Identifier and Mapping Information

Schema Source

  • from schema: https://gridappsd.github.io/dss-graph/opendss

LinkML Source

name: SwitchState
description: Discrete state of switchable capacitor step
from_schema: https://gridappsd.github.io/dss-graph/opendss
rank: 1000
permissible_values:
  'True':
    text: 'True'
    description: Capacitor step energized
    annotations:
      cim_equivalent:
        tag: cim_equivalent
        value: cim:SwitchState.closed
  'False':
    text: 'False'
    description: Capacitor step de-energized
    annotations:
      cim_equivalent:
        tag: cim_equivalent
        value: cim:SwitchState.open