Skip to content

Class: Vsconverter

A Vsconverter object in OpenDSS.

URI: dss:Vsconverter

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

      Vsconverter : Bus1

      Vsconverter : d0

      Vsconverter : enabled

      Vsconverter : Iacmax

      Vsconverter : Idcmax

      Vsconverter : kVac

      Vsconverter : kVdc

      Vsconverter : kW

      Vsconverter : like

      Vsconverter : m0

      Vsconverter : Mmax

      Vsconverter : Mmin

      Vsconverter : name

      Vsconverter : Ndc

      Vsconverter : Pacref

      Vsconverter : phases

      Vsconverter : Qacref

      Vsconverter : Rac

      Vsconverter : spectrum

      Vsconverter : Vacref

      Vsconverter : Vdcref

      Vsconverter : VscMode

      Vsconverter : Xac

Class Properties

Property Value
Class URI dss:Vsconverter

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
phases 0..1
Integer
Number of AC plus DC conductors direct
Bus1 0..1
String
Name of converter bus, containing both AC and DC conductors direct
kVac 0..1
Float
Nominal AC line-neutral voltage in kV direct
kVdc 0..1
Float
Nominal DC voltage in kV direct
kW 0..1
Float
Nominal converter power in kW direct
Ndc 0..1
Integer
Number of DC conductors direct
Rac 0..1
Float
AC resistance (ohms) for the converter transformer, plus any series reactors direct
Xac 0..1
Float
AC reactance (ohms) for the converter transformer, plus any series reactors direct
m0 0..1
String
Fixed or initial value of the modulation index direct
d0 0..1
Float
Fixed or initial value of the power angle in degrees direct
Mmin 0..1
String
Minimum value of modulation index direct
Mmax 0..1
String
Maximum value of modulation index direct
Iacmax 0..1
Float
Maximum value of AC line current, per-unit of nominal direct
Idcmax 0..1
Float
Maximum value of DC current, per-unit of nominal direct
Vacref 0..1
Float
Reference AC line-to-neutral voltage, RMS Volts direct
Pacref 0..1
Float
Reference total AC real power, Watts direct
Qacref 0..1
Float
Reference total AC reactive power, Vars direct
Vdcref 0..1
Float
Reference DC voltage, Volts direct
VscMode 0..1
String
Control Mode (Fixed PacVac
spectrum 0..1
String
Name of harmonic spectrum for this device 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:Vsconverter
native dss:Vsconverter

LinkML Source

Direct

name: Vsconverter
description: A Vsconverter 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/vsconverter
    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
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 1
    description: Number of AC plus DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    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
  Bus1:
    name: Bus1
    annotations:
      order:
        tag: order
        value: 2
    description: Name of converter bus, containing both AC and DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: string
    required: false
  kVac:
    name: kVac
    annotations:
      order:
        tag: order
        value: 3
    description: Nominal AC line-neutral voltage in kV
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  kVdc:
    name: kVdc
    annotations:
      order:
        tag: order
        value: 4
    description: Nominal DC voltage in kV
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  kW:
    name: kW
    annotations:
      order:
        tag: order
        value: 5
    description: Nominal converter power in kW
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    domain_of:
    - Load
    - Generator
    - Generic5
    - Indmach012
    - Storage
    - Vsconverter
    - Windgen
    range: float
    required: false
  Ndc:
    name: Ndc
    annotations:
      order:
        tag: order
        value: 6
    description: Number of DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: integer
    required: false
  Rac:
    name: Rac
    annotations:
      order:
        tag: order
        value: 7
    description: AC resistance (ohms) for the converter transformer, plus any series
      reactors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    - Cndata
    - Tsdata
    - Wiredata
    range: float
    required: false
  Xac:
    name: Xac
    annotations:
      order:
        tag: order
        value: 8
    description: AC reactance (ohms) for the converter transformer, plus any series
      reactors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  m0:
    name: m0
    annotations:
      order:
        tag: order
        value: 9
    description: Fixed or initial value of the modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: string
    required: false
  d0:
    name: d0
    annotations:
      order:
        tag: order
        value: 10
    description: Fixed or initial value of the power angle in degrees
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Mmin:
    name: Mmin
    annotations:
      order:
        tag: order
        value: 11
    description: Minimum value of modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: string
    required: false
  Mmax:
    name: Mmax
    annotations:
      order:
        tag: order
        value: 12
    description: Maximum value of modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: string
    required: false
  Iacmax:
    name: Iacmax
    annotations:
      order:
        tag: order
        value: 13
    description: Maximum value of AC line current, per-unit of nominal
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Idcmax:
    name: Idcmax
    annotations:
      order:
        tag: order
        value: 14
    description: Maximum value of DC current, per-unit of nominal
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Vacref:
    name: Vacref
    annotations:
      order:
        tag: order
        value: 15
    description: Reference AC line-to-neutral voltage, RMS Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Pacref:
    name: Pacref
    annotations:
      order:
        tag: order
        value: 16
    description: Reference total AC real power, Watts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Qacref:
    name: Qacref
    annotations:
      order:
        tag: order
        value: 17
    description: Reference total AC reactive power, Vars
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  Vdcref:
    name: Vdcref
    annotations:
      order:
        tag: order
        value: 18
    description: Reference DC voltage, Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: float
    required: false
  VscMode:
    name: VscMode
    annotations:
      order:
        tag: order
        value: 19
    description: Control Mode (Fixed|PacVac|PacQac|VdcVac|VdcQac)
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    domain_of:
    - Vsconverter
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 20
    description: Name of harmonic spectrum for this device
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    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: 21
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    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: 22
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    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: 23
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    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:Vsconverter

Induced

name: Vsconverter
description: A Vsconverter 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/vsconverter
    identifier: true
    owner: Vsconverter
    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
  phases:
    name: phases
    annotations:
      order:
        tag: order
        value: 1
    description: Number of AC plus DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    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
  Bus1:
    name: Bus1
    annotations:
      order:
        tag: order
        value: 2
    description: Name of converter bus, containing both AC and DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: string
    required: false
  kVac:
    name: kVac
    annotations:
      order:
        tag: order
        value: 3
    description: Nominal AC line-neutral voltage in kV
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  kVdc:
    name: kVdc
    annotations:
      order:
        tag: order
        value: 4
    description: Nominal DC voltage in kV
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  kW:
    name: kW
    annotations:
      order:
        tag: order
        value: 5
    description: Nominal converter power in kW
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    domain_of:
    - Load
    - Generator
    - Generic5
    - Indmach012
    - Storage
    - Vsconverter
    - Windgen
    range: float
    required: false
  Ndc:
    name: Ndc
    annotations:
      order:
        tag: order
        value: 6
    description: Number of DC conductors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: integer
    required: false
  Rac:
    name: Rac
    annotations:
      order:
        tag: order
        value: 7
    description: AC resistance (ohms) for the converter transformer, plus any series
      reactors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    - Cndata
    - Tsdata
    - Wiredata
    range: float
    required: false
  Xac:
    name: Xac
    annotations:
      order:
        tag: order
        value: 8
    description: AC reactance (ohms) for the converter transformer, plus any series
      reactors
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  m0:
    name: m0
    annotations:
      order:
        tag: order
        value: 9
    description: Fixed or initial value of the modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: string
    required: false
  d0:
    name: d0
    annotations:
      order:
        tag: order
        value: 10
    description: Fixed or initial value of the power angle in degrees
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Mmin:
    name: Mmin
    annotations:
      order:
        tag: order
        value: 11
    description: Minimum value of modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: string
    required: false
  Mmax:
    name: Mmax
    annotations:
      order:
        tag: order
        value: 12
    description: Maximum value of modulation index
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: string
    required: false
  Iacmax:
    name: Iacmax
    annotations:
      order:
        tag: order
        value: 13
    description: Maximum value of AC line current, per-unit of nominal
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Idcmax:
    name: Idcmax
    annotations:
      order:
        tag: order
        value: 14
    description: Maximum value of DC current, per-unit of nominal
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Vacref:
    name: Vacref
    annotations:
      order:
        tag: order
        value: 15
    description: Reference AC line-to-neutral voltage, RMS Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Pacref:
    name: Pacref
    annotations:
      order:
        tag: order
        value: 16
    description: Reference total AC real power, Watts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Qacref:
    name: Qacref
    annotations:
      order:
        tag: order
        value: 17
    description: Reference total AC reactive power, Vars
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  Vdcref:
    name: Vdcref
    annotations:
      order:
        tag: order
        value: 18
    description: Reference DC voltage, Volts
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: float
    required: false
  VscMode:
    name: VscMode
    annotations:
      order:
        tag: order
        value: 19
    description: Control Mode (Fixed|PacVac|PacQac|VdcVac|VdcQac)
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    rank: 1000
    owner: Vsconverter
    domain_of:
    - Vsconverter
    range: string
    required: false
  spectrum:
    name: spectrum
    annotations:
      order:
        tag: order
        value: 20
    description: Name of harmonic spectrum for this device
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    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: 21
    description: Base Frequency for ratings
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    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: 22
    description: '{Yes|No or True|False} Indicates whether this element is enabled'
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    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: 23
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/pce/vsconverter
    owner: Vsconverter
    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:Vsconverter