Skip to content

Class: Vccs

A Vccs object in OpenDSS.

URI: dss:Vccs

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

      Vccs : bp1

      Vccs : bp2

      Vccs : bus1

      Vccs : enabled

      Vccs : filter

      Vccs : fsample

      Vccs : imaxpu

      Vccs : irmstau

      Vccs : like

      Vccs : name

      Vccs : phases

      Vccs : ppct

      Vccs : prated

      Vccs : rmsmode

      Vccs : spectrum

      Vccs : vrated

      Vccs : vrmstau

Class Properties

Property Value
Class URI dss:Vccs

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
phases 0..1
Integer
Number of phases direct
prated 0..1
Float
Total rated power, in Watts direct
vrated 0..1
Float
Rated line-to-line voltage, in Volts direct
ppct 0..1
Float
Steady-state operating output, in percent of rated direct
bp1 0..1
Float
XYCurve defining the input piece-wise linear block direct
bp2 0..1
Float
XYCurve defining the output piece-wise linear block direct
filter 0..1
String
XYCurve defining the digital filter coefficients (x numerator, y denominator) direct
fsample 0..1
String
Sample frequency [Hz} for the digital filter direct
rmsmode 0..1
String
True if only Hz is used to represent a phase-locked loop (PLL), ignoring the ... direct
imaxpu 0..1
Float
Maximum output current in per-unit of rated; defaults to 1 direct
vrmstau 0..1
String
Time constant in sensing Vrms for the PLL; defaults to 0 direct
irmstau 0..1
String
Time constant in producing Irms from the PLL; defaults to 0 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:Vccs
native dss:Vccs

LinkML Source

Direct

name: Vccs
description: A Vccs 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/pce/vccs
    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/pce/vccs
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 2
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    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
  prated:
    name: prated
    annotations:
      order:
        tag: order
        value: 3
    description: Total rated power, in Watts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  vrated:
    name: vrated
    annotations:
      order:
        tag: order
        value: 4
    description: Rated line-to-line voltage, in Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  ppct:
    name: ppct
    annotations:
      order:
        tag: order
        value: 5
    description: Steady-state operating output, in percent of rated
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  bp1:
    name: bp1
    annotations:
      order:
        tag: order
        value: 6
    description: XYCurve defining the input piece-wise linear block
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  bp2:
    name: bp2
    annotations:
      order:
        tag: order
        value: 7
    description: XYCurve defining the output piece-wise linear block
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  filter:
    name: filter
    annotations:
      order:
        tag: order
        value: 8
    description: XYCurve defining the digital filter coefficients (x numerator, y
      denominator)
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: string
    required: false
  fsample:
    name: fsample
    annotations:
      order:
        tag: order
        value: 9
    description: Sample frequency [Hz} for the digital filter
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: string
    required: false
  rmsmode:
    name: rmsmode
    annotations:
      order:
        tag: order
        value: 10
    description: True if only Hz is used to represent a phase-locked loop (PLL), ignoring
      the BP1, BP2 and time-domain transformations
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: string
    required: false
  imaxpu:
    name: imaxpu
    annotations:
      order:
        tag: order
        value: 11
    description: Maximum output current in per-unit of rated; defaults to 1
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: float
    required: false
  vrmstau:
    name: vrmstau
    annotations:
      order:
        tag: order
        value: 12
    description: Time constant in sensing Vrms for the PLL; defaults to 0
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: string
    required: false
  irmstau:
    name: irmstau
    annotations:
      order:
        tag: order
        value: 13
    description: Time constant in producing Irms from the PLL; defaults to 0
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    domain_of:
    - Vccs
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 14
    description: Harmonic spectrum assumed for this source
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    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: 15
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    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/pce/vccs
    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/pce/vccs
    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:Vccs

Induced

name: Vccs
description: A Vccs 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/pce/vccs
    identifier: true
    owner: Vccs
    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/pce/vccs
    owner: Vccs
    domain_of:
    - Load
    - Generator
    - Generic5
    - Gicline
    - Indmach012
    - Pvsystem
    - Storage
    - Upfc
    - Vccs
    - Windgen
    - Capacitor
    - Line
    - Reactor
    - Fault
    - Isource
    - Vsource
    range: string
    required: false
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 2
    description: Number of phases
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    owner: Vccs
    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
  prated:
    name: prated
    annotations:
      order:
        tag: order
        value: 3
    description: Total rated power, in Watts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  vrated:
    name: vrated
    annotations:
      order:
        tag: order
        value: 4
    description: Rated line-to-line voltage, in Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  ppct:
    name: ppct
    annotations:
      order:
        tag: order
        value: 5
    description: Steady-state operating output, in percent of rated
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  bp1:
    name: bp1
    annotations:
      order:
        tag: order
        value: 6
    description: XYCurve defining the input piece-wise linear block
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  bp2:
    name: bp2
    annotations:
      order:
        tag: order
        value: 7
    description: XYCurve defining the output piece-wise linear block
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  filter:
    name: filter
    annotations:
      order:
        tag: order
        value: 8
    description: XYCurve defining the digital filter coefficients (x numerator, y
      denominator)
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: string
    required: false
  fsample:
    name: fsample
    annotations:
      order:
        tag: order
        value: 9
    description: Sample frequency [Hz} for the digital filter
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: string
    required: false
  rmsmode:
    name: rmsmode
    annotations:
      order:
        tag: order
        value: 10
    description: True if only Hz is used to represent a phase-locked loop (PLL), ignoring
      the BP1, BP2 and time-domain transformations
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: string
    required: false
  imaxpu:
    name: imaxpu
    annotations:
      order:
        tag: order
        value: 11
    description: Maximum output current in per-unit of rated; defaults to 1
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: float
    required: false
  vrmstau:
    name: vrmstau
    annotations:
      order:
        tag: order
        value: 12
    description: Time constant in sensing Vrms for the PLL; defaults to 0
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: string
    required: false
  irmstau:
    name: irmstau
    annotations:
      order:
        tag: order
        value: 13
    description: Time constant in producing Irms from the PLL; defaults to 0
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    rank: 1000
    owner: Vccs
    domain_of:
    - Vccs
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 14
    description: Harmonic spectrum assumed for this source
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    owner: Vccs
    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: 15
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/pce/vccs
    owner: Vccs
    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/pce/vccs
    owner: Vccs
    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/pce/vccs
    owner: Vccs
    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:Vccs