Skip to content

Class: Gicsource

A Gicsource object in OpenDSS.

URI: dss:Gicsource

 classDiagram
    class Gicsource
    click Gicsource href "../Gicsource/"
      Gicsource : angle

      Gicsource : basefreq

      Gicsource : EE

      Gicsource : EN

      Gicsource : enabled

      Gicsource : frequency

      Gicsource : Lat1

      Gicsource : Lat2

      Gicsource : like

      Gicsource : Lon1

      Gicsource : Lon2

      Gicsource : name

      Gicsource : phases

      Gicsource : spectrum

      Gicsource : Volts

Class Properties

Property Value
Class URI dss:Gicsource

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
Volts 0..1
Float
Voltage magnitude, in volts, of the GIC voltage induced across the associated... direct
angle 0..1
Float
Phase angle in degrees of first phase direct
frequency 0..1
Float
Source frequency direct
phases 0..1
Integer
Number of phases direct
EN 0..1
Float
Northward Electric field (V/km) direct
EE 0..1
Float
Eastward Electric field (V/km) direct
Lat1 0..1
String
Latitude of Bus1 of the line(degrees) direct
Lon1 0..1
String
Longitude of Bus1 of the line (degrees) direct
Lat2 0..1
String
Latitude of Bus2 of the line (degrees) direct
Lon2 0..1
String
Longitude of Bus2 of the line (degrees) direct
spectrum 0..1
String
Not used direct
basefreq 0..1
String
Not used 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:Gicsource
native dss:Gicsource

LinkML Source

Direct

name: Gicsource
description: A Gicsource 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/gicsource
    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
  Volts:
    name: Volts
    annotations:
      order:
        tag: order
        value: 1
    description: Voltage magnitude, in volts, of the GIC voltage induced across the
      associated line
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  angle:
    name: angle
    annotations:
      order:
        tag: order
        value: 2
    description: Phase angle in degrees of first phase
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Spectrum
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  frequency:
    name: frequency
    annotations:
      order:
        tag: order
        value: 3
    description: Source frequency
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Upfc
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 4
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    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
  EN:
    name: EN
    annotations:
      order:
        tag: order
        value: 5
    description: Northward Electric field (V/km)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  EE:
    name: EE
    annotations:
      order:
        tag: order
        value: 6
    description: Eastward Electric field (V/km)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  Lat1:
    name: Lat1
    annotations:
      order:
        tag: order
        value: 7
    description: Latitude of Bus1 of the line(degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lon1:
    name: Lon1
    annotations:
      order:
        tag: order
        value: 8
    description: Longitude of Bus1 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lat2:
    name: Lat2
    annotations:
      order:
        tag: order
        value: 9
    description: Latitude of Bus2 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lon2:
    name: Lon2
    annotations:
      order:
        tag: order
        value: 10
    description: Longitude of Bus2 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 11
    description: Not used
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 12
    description: Not used
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    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: string
    required: false
  enabled:
    name: enabled
    annotations:
      order:
        tag: order
        value: 13
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    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: 14
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    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:Gicsource

Induced

name: Gicsource
description: A Gicsource 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/gicsource
    identifier: true
    owner: Gicsource
    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
  Volts:
    name: Volts
    annotations:
      order:
        tag: order
        value: 1
    description: Voltage magnitude, in volts, of the GIC voltage induced across the
      associated line
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  angle:
    name: angle
    annotations:
      order:
        tag: order
        value: 2
    description: Phase angle in degrees of first phase
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Spectrum
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  frequency:
    name: frequency
    annotations:
      order:
        tag: order
        value: 3
    description: Source frequency
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Upfc
    - Gicsource
    - Isource
    - Vsource
    range: float
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 4
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    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
  EN:
    name: EN
    annotations:
      order:
        tag: order
        value: 5
    description: Northward Electric field (V/km)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  EE:
    name: EE
    annotations:
      order:
        tag: order
        value: 6
    description: Eastward Electric field (V/km)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: float
    required: false
  Lat1:
    name: Lat1
    annotations:
      order:
        tag: order
        value: 7
    description: Latitude of Bus1 of the line(degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lon1:
    name: Lon1
    annotations:
      order:
        tag: order
        value: 8
    description: Longitude of Bus1 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lat2:
    name: Lat2
    annotations:
      order:
        tag: order
        value: 9
    description: Latitude of Bus2 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  Lon2:
    name: Lon2
    annotations:
      order:
        tag: order
        value: 10
    description: Longitude of Bus2 of the line (degrees)
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Gicline
    - Gicsource
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 11
    description: Not used
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Vsconverter
    - Windgen
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
  basefreq:
    name: basefreq
    annotations:
      order:
        tag: order
        value: 12
    description: Not used
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    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: string
    required: false
  enabled:
    name: enabled
    annotations:
      order:
        tag: order
        value: 13
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    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: 14
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/gicsource
    owner: Gicsource
    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:Gicsource