Skip to content

Class: Isource

A Isource object in OpenDSS.

URI: dss:Isource

 classDiagram
    class Isource
    click Isource href "../Isource/"
      Isource : amps

      Isource : angle

      Isource : basefreq

      Isource : bus1

      Isource : Bus2

      Isource : Daily

      Isource : Duty

      Isource : enabled

      Isource : frequency

      Isource : like

      Isource : name

      Isource : phases

      Isource : scantype

      Isource : sequence

      Isource : spectrum

      Isource : Yearly

Class Properties

Property Value
Class URI dss:Isource

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
bus1 0..1
String
Name of bus to which source is connected direct
amps 0..1
Float
Magnitude of current source, each phase, in Amps direct
angle 0..1
Integer
Phase angle in degrees of first phase: e direct
frequency 0..1
String
Source frequency direct
phases 0..1
Integer
Number of phases direct
scantype 0..1
Float
{pos* zero
sequence 0..1
Float
{pos* neg
Yearly 0..1
Float
LOADSHAPE object to use for the per-unit current for YEARLY-mode simulations direct
Daily 0..1
Float
LOADSHAPE object to use for the per-unit current for DAILY-mode simulations direct
Duty 0..1
Float
LOADSHAPE object to use for the per-unit current for DUTYCYCLE-mode simulatio... direct
Bus2 0..1
String
Name of bus to which 2nd terminal is connected direct
spectrum 0..1
String
Harmonic spectrum assumed for this source 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:Isource
native dss:Isource

LinkML Source

Direct

name: Isource
description: A Isource 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/isource
    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 bus to which source is connected
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  amps:
    name: amps
    annotations:
      order:
        tag: order
        value: 2
    description: Magnitude of current source, each phase, in Amps
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    domain_of:
    - Isource
    range: float
    required: false
  angle:
    name: angle
    annotations:
      order:
        tag: order
        value: 3
    description: 'Phase angle in degrees of first phase: e'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Spectrum
    - Gicsource
    - Isource
    - Vsource
    range: integer
    required: false
  frequency:
    name: frequency
    annotations:
      order:
        tag: order
        value: 4
    description: Source frequency
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Gicline
    - Upfc
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 5
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    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
  scantype:
    name: scantype
    annotations:
      order:
        tag: order
        value: 6
    description: '{pos*| zero | none} Maintain specified sequence for harmonic solution'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    domain_of:
    - Isource
    range: float
    required: false
  sequence:
    name: sequence
    annotations:
      order:
        tag: order
        value: 7
    description: '{pos*| neg | zero} Set the phase angles for the specified symmetrical
      component sequence for non-harmonic solution modes'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    domain_of:
    - Isource
    range: float
    required: false
  Yearly:
    name: Yearly
    annotations:
      order:
        tag: order
        value: 8
    description: LOADSHAPE object to use for the per-unit current for YEARLY-mode
      simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Daily:
    name: Daily
    annotations:
      order:
        tag: order
        value: 9
    description: LOADSHAPE object to use for the per-unit current for DAILY-mode simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Duty:
    name: Duty
    annotations:
      order:
        tag: order
        value: 10
    description: LOADSHAPE object to use for the per-unit current for DUTYCYCLE-mode
      simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Bus2:
    name: Bus2
    annotations:
      order:
        tag: order
        value: 11
    description: Name of bus to which 2nd terminal is connected
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    domain_of:
    - Isource
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 12
    description: Harmonic spectrum assumed for this source
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    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: 13
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    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: 14
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    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: 15
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    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:Isource

Induced

name: Isource
description: A Isource 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/isource
    identifier: true
    owner: Isource
    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 bus to which source is connected
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  amps:
    name: amps
    annotations:
      order:
        tag: order
        value: 2
    description: Magnitude of current source, each phase, in Amps
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    owner: Isource
    domain_of:
    - Isource
    range: float
    required: false
  angle:
    name: angle
    annotations:
      order:
        tag: order
        value: 3
    description: 'Phase angle in degrees of first phase: e'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Spectrum
    - Gicsource
    - Isource
    - Vsource
    range: integer
    required: false
  frequency:
    name: frequency
    annotations:
      order:
        tag: order
        value: 4
    description: Source frequency
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Gicline
    - Upfc
    - Gicsource
    - Isource
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 5
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    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
  scantype:
    name: scantype
    annotations:
      order:
        tag: order
        value: 6
    description: '{pos*| zero | none} Maintain specified sequence for harmonic solution'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    owner: Isource
    domain_of:
    - Isource
    range: float
    required: false
  sequence:
    name: sequence
    annotations:
      order:
        tag: order
        value: 7
    description: '{pos*| neg | zero} Set the phase angles for the specified symmetrical
      component sequence for non-harmonic solution modes'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    owner: Isource
    domain_of:
    - Isource
    range: float
    required: false
  Yearly:
    name: Yearly
    annotations:
      order:
        tag: order
        value: 8
    description: LOADSHAPE object to use for the per-unit current for YEARLY-mode
      simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Daily:
    name: Daily
    annotations:
      order:
        tag: order
        value: 9
    description: LOADSHAPE object to use for the per-unit current for DAILY-mode simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Duty:
    name: Duty
    annotations:
      order:
        tag: order
        value: 10
    description: LOADSHAPE object to use for the per-unit current for DUTYCYCLE-mode
      simulations
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    domain_of:
    - Generic5
    - Indmach012
    - Storagecontroller
    - Isource
    - Vsource
    range: float
    required: false
  Bus2:
    name: Bus2
    annotations:
      order:
        tag: order
        value: 11
    description: Name of bus to which 2nd terminal is connected
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    rank: 1000
    owner: Isource
    domain_of:
    - Isource
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 12
    description: Harmonic spectrum assumed for this source
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    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: 13
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    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: 14
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    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: 15
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/other/isource
    owner: Isource
    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:Isource