Skip to content

Class: Fuse

A Fuse object in OpenDSS.

URI: dss:Fuse

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

      Fuse : basefreq

      Fuse : Delay

      Fuse : enabled

      Fuse : FuseCurve

      Fuse : like

      Fuse : MonitoredObj

      Fuse : MonitoredTerm

      Fuse : name

      Fuse : Normal

      Fuse : RatedCurrent

      Fuse : State

      Fuse : SwitchedObj

      Fuse : SwitchedTerm

Class Properties

Property Value
Class URI dss:Fuse

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 Fuse is connected direct
SwitchedObj 0..1
String
Name of circuit element switch that the Fuse controls direct
SwitchedTerm 0..1
Integer
Number of the terminal of the controlled element in which the switch is contr... direct
FuseCurve 0..1
Float
Name of the TCC Curve object that determines the fuse blowing direct
RatedCurrent 0..1
String
Multiplier or actual phase amps for the phase TCC curve direct
Delay 0..1
String
Fixed delay time (sec) added to Fuse blowing time determined from the TCC cur... direct
Action 0..1
String
DEPRECATED direct
Normal 0..1
String
ARRAY of strings {Open Closed} representing the Normal state of the fuse in...
State 0..1
String
ARRAY of strings {Open Closed} representing the Actual state of the fuse in...
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:Fuse
native dss:Fuse

LinkML Source

Direct

name: Fuse
description: A Fuse 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/fuse
    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 Fuse is connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    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 Fuse is
      connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    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 Fuse controls
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    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 Fuse
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: integer
    required: false
  FuseCurve:
    name: FuseCurve
    annotations:
      order:
        tag: order
        value: 5
    description: Name of the TCC Curve object that determines the fuse blowing
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    domain_of:
    - Fuse
    range: float
    required: false
  RatedCurrent:
    name: RatedCurrent
    annotations:
      order:
        tag: order
        value: 6
    description: Multiplier or actual phase amps for the phase TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    domain_of:
    - Fuse
    range: string
    required: false
  Delay:
    name: Delay
    annotations:
      order:
        tag: order
        value: 7
    description: Fixed delay time (sec) added to Fuse blowing time determined from
      the TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    domain_of:
    - Capcontrol
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  Action:
    name: Action
    annotations:
      order:
        tag: order
        value: 8
    description: DEPRECATED
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    domain_of:
    - Fuse
    - Recloser
    - Swtcontrol
    range: string
    required: false
  Normal:
    name: Normal
    annotations:
      order:
        tag: order
        value: 9
    description: ARRAY of strings {Open | Closed} representing the Normal state of
      the fuse in each phase of the controlled element
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  State:
    name: State
    annotations:
      order:
        tag: order
        value: 10
    description: ARRAY of strings {Open | Closed} representing the Actual state of
      the fuse in each phase of the controlled element
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    domain_of:
    - Storage
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 11
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    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: 12
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    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: 13
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    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:Fuse

Induced

name: Fuse
description: A Fuse 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/fuse
    identifier: true
    owner: Fuse
    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 Fuse is connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    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 Fuse is
      connected
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    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 Fuse controls
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    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 Fuse
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: integer
    required: false
  FuseCurve:
    name: FuseCurve
    annotations:
      order:
        tag: order
        value: 5
    description: Name of the TCC Curve object that determines the fuse blowing
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    domain_of:
    - Fuse
    range: float
    required: false
  RatedCurrent:
    name: RatedCurrent
    annotations:
      order:
        tag: order
        value: 6
    description: Multiplier or actual phase amps for the phase TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    domain_of:
    - Fuse
    range: string
    required: false
  Delay:
    name: Delay
    annotations:
      order:
        tag: order
        value: 7
    description: Fixed delay time (sec) added to Fuse blowing time determined from
      the TCC curve
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    owner: Fuse
    domain_of:
    - Capcontrol
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  Action:
    name: Action
    annotations:
      order:
        tag: order
        value: 8
    description: DEPRECATED
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    domain_of:
    - Fuse
    - Recloser
    - Swtcontrol
    range: string
    required: false
  Normal:
    name: Normal
    annotations:
      order:
        tag: order
        value: 9
    description: ARRAY of strings {Open | Closed} representing the Normal state of
      the fuse in each phase of the controlled element
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    rank: 1000
    owner: Fuse
    domain_of:
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  State:
    name: State
    annotations:
      order:
        tag: order
        value: 10
    description: ARRAY of strings {Open | Closed} representing the Actual state of
      the fuse in each phase of the controlled element
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    owner: Fuse
    domain_of:
    - Storage
    - Fuse
    - Recloser
    - Relay
    - Swtcontrol
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 11
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    owner: Fuse
    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: 12
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    owner: Fuse
    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: 13
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/controls/fuse
    owner: Fuse
    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:Fuse