Skip to content

Class: Recloser

A Recloser object in OpenDSS.

URI: dss:Recloser

 classDiagram
    class Recloser
    click Recloser href "../Recloser/"
      Recloser : Action

      Recloser : basefreq

      Recloser : Delay

      Recloser : enabled

      Recloser : GroundDelayed

      Recloser : GroundFast

      Recloser : GroundInst

      Recloser : GroundTrip

      Recloser : like

      Recloser : MonitoredObj

      Recloser : MonitoredTerm

      Recloser : name

      Recloser : Normal

      Recloser : NumFast

      Recloser : PhaseDelayed

      Recloser : PhaseFast

      Recloser : PhaseInst

      Recloser : PhaseTrip

      Recloser : RecloseIntervals

      Recloser : Reset

      Recloser : Shots

      Recloser : State

      Recloser : SwitchedObj

      Recloser : SwitchedTerm

      Recloser : TDGrDelayed

      Recloser : TDGrFast

      Recloser : TDPhDelayed

      Recloser : TDPhFast

Class Properties

Property Value
Class URI dss:Recloser

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
MonitoredObj 0..1
String
Full object name of the circuit element, typically a line, transformer, load,... direct
MonitoredTerm 0..1
Integer
Number of the terminal of the circuit element to which the Recloser is connec... direct
SwitchedObj 0..1
String
Name of circuit element switch that the Recloser controls direct
SwitchedTerm 0..1
Integer
Number of the terminal of the controlled element in which the switch is contr... direct
NumFast 0..1
Integer
Number of Fast (fuse saving) operations direct
PhaseFast 0..1
Float
Name of the TCC Curve object that determines the Phase Fast trip direct
PhaseDelayed 0..1
Float
Name of the TCC Curve object that determines the Phase Delayed trip direct
GroundFast 0..1
Float
Name of the TCC Curve object that determines the Ground Fast trip direct
GroundDelayed 0..1
Float
Name of the TCC Curve object that determines the Ground Delayed trip direct
PhaseTrip 0..1
String
Multiplier or actual phase amps for the phase TCC curve direct
GroundTrip 0..1
String
Multiplier or actual ground amps (3I0) for the ground TCC curve direct
PhaseInst 0..1
String
Actual amps for instantaneous phase trip which is assumed to happen in 0 direct
GroundInst 0..1
String
Actual amps for instantaneous ground trip which is assumed to happen in 0 direct
Reset 0..1
String
Reset time in sec for Recloser direct
Shots 0..1
Integer
Total Number of fast and delayed shots to lockout direct
RecloseIntervals 0..1
String
Array of reclose intervals direct
Delay 0..1
String
Fixed delay time (sec) added to Recloser trip time direct
Action 0..1
String
DEPRECATED direct
TDPhFast 0..1
String
Time dial for Phase Fast trip curve direct
TDGrFast 0..1
String
Time dial for Ground Fast trip curve direct
TDPhDelayed 0..1
String
Time dial for Phase Delayed trip curve direct
TDGrDelayed 0..1
String
Time dial for Ground Delayed trip curve direct
Normal 0..1
String
{Open Closed} Normal state of the recloser
State 0..1
String
{Open Closed} Actual state of the recloser
basefreq 0..1
Float
Base Frequency for ratings direct
enabled 0..1
Boolean
{Yes No or True
like 0..1
String
Make like another object, e direct

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dss:Recloser
native dss:Recloser

LinkML Source

Direct

name: Recloser
description: A Recloser object in OpenDSS.
from_schema: https://gridappsd.github.io/dss-graph/opendss
attributes:
  name:
    name: name
    description: Object name. Must be unique per object type.
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    identifier: true
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Cndata
    - Dynamicexp
    - Growthshape
    - Linecode
    - Linegeometry
    - Linespacing
    - Loadshape
    - Priceshape
    - Spectrum
    - TccCurve
    - Tsdata
    - Tshape
    - Wiredata
    - Xfmrcode
    - Xycurve
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: true
  MonitoredObj:
    name: MonitoredObj
    annotations:
      order:
        tag: order
        value: 1
    description: Full object name of the circuit element, typically a line, transformer,
      load, or generator, to which the Recloser's PT and/or CT are connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    range: string
    required: false
  MonitoredTerm:
    name: MonitoredTerm
    annotations:
      order:
        tag: order
        value: 2
    description: Number of the terminal of the circuit element to which the Recloser
      is connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    range: integer
    required: false
  SwitchedObj:
    name: SwitchedObj
    annotations:
      order:
        tag: order
        value: 3
    description: Name of circuit element switch that the Recloser controls
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  SwitchedTerm:
    name: SwitchedTerm
    annotations:
      order:
        tag: order
        value: 4
    description: Number of the terminal of the controlled element in which the switch
      is controlled by the Recloser
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: integer
    required: false
  NumFast:
    name: NumFast
    annotations:
      order:
        tag: order
        value: 5
    description: Number of Fast (fuse saving) operations
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: integer
    required: false
  PhaseFast:
    name: PhaseFast
    annotations:
      order:
        tag: order
        value: 6
    description: Name of the TCC Curve object that determines the Phase Fast trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: float
    required: false
  PhaseDelayed:
    name: PhaseDelayed
    annotations:
      order:
        tag: order
        value: 7
    description: Name of the TCC Curve object that determines the Phase Delayed trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: float
    required: false
  GroundFast:
    name: GroundFast
    annotations:
      order:
        tag: order
        value: 8
    description: Name of the TCC Curve object that determines the Ground Fast trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: float
    required: false
  GroundDelayed:
    name: GroundDelayed
    annotations:
      order:
        tag: order
        value: 9
    description: Name of the TCC Curve object that determines the Ground Delayed trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: float
    required: false
  PhaseTrip:
    name: PhaseTrip
    annotations:
      order:
        tag: order
        value: 10
    description: Multiplier or actual phase amps for the phase TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  GroundTrip:
    name: GroundTrip
    annotations:
      order:
        tag: order
        value: 11
    description: Multiplier or actual ground amps (3I0) for the ground TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  PhaseInst:
    name: PhaseInst
    annotations:
      order:
        tag: order
        value: 12
    description: Actual amps for instantaneous phase trip which is assumed to happen
      in 0
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  GroundInst:
    name: GroundInst
    annotations:
      order:
        tag: order
        value: 13
    description: Actual amps for instantaneous ground trip which is assumed to happen
      in 0
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  Reset:
    name: Reset
    annotations:
      order:
        tag: order
        value: 14
    description: Reset time in sec for Recloser
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Capcontrol
    - Recloser
    - Regcontrol
    - Relay
    - Swtcontrol
    range: string
    required: false
  Shots:
    name: Shots
    annotations:
      order:
        tag: order
        value: 15
    description: Total Number of fast and delayed shots to lockout
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: integer
    required: false
  RecloseIntervals:
    name: RecloseIntervals
    annotations:
      order:
        tag: order
        value: 16
    description: Array of reclose intervals
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  Delay:
    name: Delay
    annotations:
      order:
        tag: order
        value: 17
    description: Fixed delay time (sec) added to Recloser trip time
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Capcontrol
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  Action:
    name: Action
    annotations:
      order:
        tag: order
        value: 18
    description: DEPRECATED
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Swtcontrol
    range: string
    required: false
  TDPhFast:
    name: TDPhFast
    annotations:
      order:
        tag: order
        value: 19
    description: Time dial for Phase Fast trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: string
    required: false
  TDGrFast:
    name: TDGrFast
    annotations:
      order:
        tag: order
        value: 20
    description: Time dial for Ground Fast trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: string
    required: false
  TDPhDelayed:
    name: TDPhDelayed
    annotations:
      order:
        tag: order
        value: 21
    description: Time dial for Phase Delayed trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: string
    required: false
  TDGrDelayed:
    name: TDGrDelayed
    annotations:
      order:
        tag: order
        value: 22
    description: Time dial for Ground Delayed trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    domain_of:
    - Recloser
    range: string
    required: false
  Normal:
    name: Normal
    annotations:
      order:
        tag: order
        value: 23
    description: '{Open | Closed} Normal state of the recloser'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  State:
    name: State
    annotations:
      order:
        tag: order
        value: 24
    description: '{Open | Closed} Actual state of the recloser'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Storage
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 25
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  enabled:
    name: enabled
    annotations:
      order:
        tag: order
        value: 26
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: boolean
    required: false
  like:
    name: like
    annotations:
      order:
        tag: order
        value: 27
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Cndata
    - Dynamicexp
    - Growthshape
    - Linecode
    - Linegeometry
    - Linespacing
    - Loadshape
    - Priceshape
    - Spectrum
    - TccCurve
    - Tsdata
    - Tshape
    - Wiredata
    - Xfmrcode
    - Xycurve
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
class_uri: dss:Recloser

Induced

name: Recloser
description: A Recloser object in OpenDSS.
from_schema: https://gridappsd.github.io/dss-graph/opendss
attributes:
  name:
    name: name
    description: Object name. Must be unique per object type.
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    identifier: true
    owner: Recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Cndata
    - Dynamicexp
    - Growthshape
    - Linecode
    - Linegeometry
    - Linespacing
    - Loadshape
    - Priceshape
    - Spectrum
    - TccCurve
    - Tsdata
    - Tshape
    - Wiredata
    - Xfmrcode
    - Xycurve
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: true
  MonitoredObj:
    name: MonitoredObj
    annotations:
      order:
        tag: order
        value: 1
    description: Full object name of the circuit element, typically a line, transformer,
      load, or generator, to which the Recloser's PT and/or CT are connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    range: string
    required: false
  MonitoredTerm:
    name: MonitoredTerm
    annotations:
      order:
        tag: order
        value: 2
    description: Number of the terminal of the circuit element to which the Recloser
      is connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    range: integer
    required: false
  SwitchedObj:
    name: SwitchedObj
    annotations:
      order:
        tag: order
        value: 3
    description: Name of circuit element switch that the Recloser controls
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  SwitchedTerm:
    name: SwitchedTerm
    annotations:
      order:
        tag: order
        value: 4
    description: Number of the terminal of the controlled element in which the switch
      is controlled by the Recloser
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: integer
    required: false
  NumFast:
    name: NumFast
    annotations:
      order:
        tag: order
        value: 5
    description: Number of Fast (fuse saving) operations
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: integer
    required: false
  PhaseFast:
    name: PhaseFast
    annotations:
      order:
        tag: order
        value: 6
    description: Name of the TCC Curve object that determines the Phase Fast trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: float
    required: false
  PhaseDelayed:
    name: PhaseDelayed
    annotations:
      order:
        tag: order
        value: 7
    description: Name of the TCC Curve object that determines the Phase Delayed trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: float
    required: false
  GroundFast:
    name: GroundFast
    annotations:
      order:
        tag: order
        value: 8
    description: Name of the TCC Curve object that determines the Ground Fast trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: float
    required: false
  GroundDelayed:
    name: GroundDelayed
    annotations:
      order:
        tag: order
        value: 9
    description: Name of the TCC Curve object that determines the Ground Delayed trip
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: float
    required: false
  PhaseTrip:
    name: PhaseTrip
    annotations:
      order:
        tag: order
        value: 10
    description: Multiplier or actual phase amps for the phase TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  GroundTrip:
    name: GroundTrip
    annotations:
      order:
        tag: order
        value: 11
    description: Multiplier or actual ground amps (3I0) for the ground TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  PhaseInst:
    name: PhaseInst
    annotations:
      order:
        tag: order
        value: 12
    description: Actual amps for instantaneous phase trip which is assumed to happen
      in 0
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  GroundInst:
    name: GroundInst
    annotations:
      order:
        tag: order
        value: 13
    description: Actual amps for instantaneous ground trip which is assumed to happen
      in 0
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  Reset:
    name: Reset
    annotations:
      order:
        tag: order
        value: 14
    description: Reset time in sec for Recloser
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Capcontrol
    - Recloser
    - Regcontrol
    - Relay
    - Swtcontrol
    range: string
    required: false
  Shots:
    name: Shots
    annotations:
      order:
        tag: order
        value: 15
    description: Total Number of fast and delayed shots to lockout
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: integer
    required: false
  RecloseIntervals:
    name: RecloseIntervals
    annotations:
      order:
        tag: order
        value: 16
    description: Array of reclose intervals
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    - Relay
    range: string
    required: false
  Delay:
    name: Delay
    annotations:
      order:
        tag: order
        value: 17
    description: Fixed delay time (sec) added to Recloser trip time
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Capcontrol
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  Action:
    name: Action
    annotations:
      order:
        tag: order
        value: 18
    description: DEPRECATED
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Swtcontrol
    range: string
    required: false
  TDPhFast:
    name: TDPhFast
    annotations:
      order:
        tag: order
        value: 19
    description: Time dial for Phase Fast trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: string
    required: false
  TDGrFast:
    name: TDGrFast
    annotations:
      order:
        tag: order
        value: 20
    description: Time dial for Ground Fast trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: string
    required: false
  TDPhDelayed:
    name: TDPhDelayed
    annotations:
      order:
        tag: order
        value: 21
    description: Time dial for Phase Delayed trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: string
    required: false
  TDGrDelayed:
    name: TDGrDelayed
    annotations:
      order:
        tag: order
        value: 22
    description: Time dial for Ground Delayed trip curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    rank: 1000
    owner: Recloser
    domain_of:
    - Recloser
    range: string
    required: false
  Normal:
    name: Normal
    annotations:
      order:
        tag: order
        value: 23
    description: '{Open | Closed} Normal state of the recloser'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  State:
    name: State
    annotations:
      order:
        tag: order
        value: 24
    description: '{Open | Closed} Actual state of the recloser'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Storage
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 25
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  enabled:
    name: enabled
    annotations:
      order:
        tag: order
        value: 26
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: boolean
    required: false
  like:
    name: like
    annotations:
      order:
        tag: order
        value: 27
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/controls/recloser
    owner: Recloser
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Capcontrol
    - Espvlcontrol
    - Expcontrol
    - Fuse
    - Gendispatcher
    - Invcontrol
    - Pycontrol
    - Recloser
    - Regcontrol
    - Relay
    - Storagecontroller
    - Swtcontrol
    - Upfccontrol
    - Cndata
    - Dynamicexp
    - Growthshape
    - Linecode
    - Linegeometry
    - Linespacing
    - Loadshape
    - Priceshape
    - Spectrum
    - TccCurve
    - Tsdata
    - Tshape
    - Wiredata
    - Xfmrcode
    - Xycurve
    - Energymeter
    - Fmonitor
    - Monitor
    - Sensor
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
class_uri: dss:Recloser