Skip to content

Class: Fault

A Fault object in OpenDSS.

URI: dss:Fault

 classDiagram
    class Fault
    click Fault href "../Fault/"
      Fault : basefreq

      Fault : bus1

      Fault : bus2

      Fault : emergamps

      Fault : enabled

      Fault : faultrate

      Fault : Gmatrix

      Fault : like

      Fault : MinAmps

      Fault : name

      Fault : normamps

      Fault : ONtime

      Fault : pct_stddev

      Fault : pctperm

      Fault : phases

      Fault : r

      Fault : repair

      Fault : temporary

Class Properties

Property Value
Class URI dss:Fault

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
bus1 0..1
String
Name of first bus direct
bus2 0..1
String
Name of 2nd bus of the 2-terminal Fault object direct
phases 0..1
Integer
Number of Phases direct
r 0..1
Float
Resistance, each phase, ohms direct
pct_stddev 0..1
Float
Percent standard deviation in resistance to assume for Monte Carlo fault (MF)... direct
Gmatrix 0..1
Float
Use this to specify a nodal conductance (G) matrix to represent some arbitrar... direct
ONtime 0..1
String
Time (sec) at which the fault is established for time varying simulations direct
temporary 0..1
Boolean
{Yes No} Default is No
MinAmps 0..1
String
Minimum amps that can sustain a temporary fault direct
normamps 0..1
Float
Normal rated current direct
emergamps 0..1
Float
Maximum or emerg current direct
faultrate 0..1
String
Failure rate per year direct
pctperm 0..1
Float
Percent of failures that become permanent direct
repair 0..1
String
Hours to repair direct
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:Fault
native dss:Fault

LinkML Source

Direct

name: Fault
description: A Fault 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/other/fault
    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
  bus1:
    name: bus1
    annotations:
      order:
        tag: order
        value: 1
    description: Name of first bus
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  bus2:
    name: bus2
    annotations:
      order:
        tag: order
        value: 2
    description: Name of 2nd bus of the 2-terminal Fault object
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Gicline
    - Upfc
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 3
    description: Number of Phases
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Xfmrcode
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: integer
    required: false
  r:
    name: r
    annotations:
      order:
        tag: order
        value: 4
    description: Resistance, each phase, ohms
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    domain_of:
    - Fault
    range: float
    required: false
  pct_stddev:
    name: pct_stddev
    annotations:
      order:
        tag: order
        value: 5
      dss_name:
        tag: dss_name
        value: '%stddev'
    description: Percent standard deviation in resistance to assume for Monte Carlo
      fault (MF) solution mode for GAUSSIAN distribution
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Load
    - Fault
    range: float
    required: false
  Gmatrix:
    name: Gmatrix
    annotations:
      order:
        tag: order
        value: 6
    description: Use this to specify a nodal conductance (G) matrix to represent some
      arbitrary resistance network
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    domain_of:
    - Fault
    range: float
    required: false
  ONtime:
    name: ONtime
    annotations:
      order:
        tag: order
        value: 7
    description: Time (sec) at which the fault is established for time varying simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    domain_of:
    - Fault
    range: string
    required: false
  temporary:
    name: temporary
    annotations:
      order:
        tag: order
        value: 8
    description: '{Yes | No} Default is No'
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    domain_of:
    - Fault
    range: boolean
    required: false
  MinAmps:
    name: MinAmps
    annotations:
      order:
        tag: order
        value: 9
    description: Minimum amps that can sustain a temporary fault
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    domain_of:
    - Fault
    range: string
    required: false
  normamps:
    name: normamps
    annotations:
      order:
        tag: order
        value: 10
    description: Normal rated current
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Cndata
    - Linecode
    - Linegeometry
    - Tsdata
    - Wiredata
    - Fault
    range: float
    required: false
  emergamps:
    name: emergamps
    annotations:
      order:
        tag: order
        value: 11
    description: Maximum or emerg current
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Cndata
    - Linecode
    - Linegeometry
    - Tsdata
    - Wiredata
    - Fault
    range: float
    required: false
  faultrate:
    name: faultrate
    annotations:
      order:
        tag: order
        value: 12
    description: Failure rate per year
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  pctperm:
    name: pctperm
    annotations:
      order:
        tag: order
        value: 13
    description: Percent of failures that become permanent
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Reactor
    - Linecode
    - Fault
    range: float
    required: false
  repair:
    name: repair
    annotations:
      order:
        tag: order
        value: 14
    description: Hours to repair
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 15
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    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: 16
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    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: 17
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    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:Fault

Induced

name: Fault
description: A Fault 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/other/fault
    identifier: true
    owner: Fault
    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
  bus1:
    name: bus1
    annotations:
      order:
        tag: order
        value: 1
    description: Name of first bus
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  bus2:
    name: bus2
    annotations:
      order:
        tag: order
        value: 2
    description: Name of 2nd bus of the 2-terminal Fault object
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Gicline
    - Upfc
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 3
    description: Number of Phases
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Xfmrcode
    - Fault
    - Gicsource
    - Isource
    - Vsource
    range: integer
    required: false
  r:
    name: r
    annotations:
      order:
        tag: order
        value: 4
    description: Resistance, each phase, ohms
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    owner: Fault
    domain_of:
    - Fault
    range: float
    required: false
  pct_stddev:
    name: pct_stddev
    annotations:
      order:
        tag: order
        value: 5
      dss_name:
        tag: dss_name
        value: '%stddev'
    description: Percent standard deviation in resistance to assume for Monte Carlo
      fault (MF) solution mode for GAUSSIAN distribution
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Load
    - Fault
    range: float
    required: false
  Gmatrix:
    name: Gmatrix
    annotations:
      order:
        tag: order
        value: 6
    description: Use this to specify a nodal conductance (G) matrix to represent some
      arbitrary resistance network
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    owner: Fault
    domain_of:
    - Fault
    range: float
    required: false
  ONtime:
    name: ONtime
    annotations:
      order:
        tag: order
        value: 7
    description: Time (sec) at which the fault is established for time varying simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    owner: Fault
    domain_of:
    - Fault
    range: string
    required: false
  temporary:
    name: temporary
    annotations:
      order:
        tag: order
        value: 8
    description: '{Yes | No} Default is No'
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    owner: Fault
    domain_of:
    - Fault
    range: boolean
    required: false
  MinAmps:
    name: MinAmps
    annotations:
      order:
        tag: order
        value: 9
    description: Minimum amps that can sustain a temporary fault
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    rank: 1000
    owner: Fault
    domain_of:
    - Fault
    range: string
    required: false
  normamps:
    name: normamps
    annotations:
      order:
        tag: order
        value: 10
    description: Normal rated current
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Cndata
    - Linecode
    - Linegeometry
    - Tsdata
    - Wiredata
    - Fault
    range: float
    required: false
  emergamps:
    name: emergamps
    annotations:
      order:
        tag: order
        value: 11
    description: Maximum or emerg current
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Cndata
    - Linecode
    - Linegeometry
    - Tsdata
    - Wiredata
    - Fault
    range: float
    required: false
  faultrate:
    name: faultrate
    annotations:
      order:
        tag: order
        value: 12
    description: Failure rate per year
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  pctperm:
    name: pctperm
    annotations:
      order:
        tag: order
        value: 13
    description: Percent of failures that become permanent
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Reactor
    - Linecode
    - Fault
    range: float
    required: false
  repair:
    name: repair
    annotations:
      order:
        tag: order
        value: 14
    description: Hours to repair
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 15
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    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: 16
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    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: 17
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/fault
    owner: Fault
    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:Fault