Skip to content

Class: Gictransformer

A Gictransformer object in OpenDSS.

URI: dss:Gictransformer

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

      Gictransformer : BusH

      Gictransformer : BusNH

      Gictransformer : BusNX

      Gictransformer : BusX

      Gictransformer : emergamps

      Gictransformer : enabled

      Gictransformer : faultrate

      Gictransformer : K

      Gictransformer : KVLL1

      Gictransformer : KVLL2

      Gictransformer : like

      Gictransformer : MVA

      Gictransformer : name

      Gictransformer : normamps

      Gictransformer : pct_R1

      Gictransformer : pct_R2

      Gictransformer : pctperm

      Gictransformer : phases

      Gictransformer : R1

      Gictransformer : R2

      Gictransformer : repair

      Gictransformer : Type

      Gictransformer : VarCurve

Class Properties

Property Value
Class URI dss:Gictransformer

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
BusH 0..1
String
Name of High-side(H) bus direct
BusNH 0..1
String
Name of Neutral bus for H, or first, winding direct
BusX 0..1
String
Name of Low-side(X) bus, if type=Auto or YY direct
BusNX 0..1
String
Name of Neutral bus for X, or Second, winding direct
phases 0..1
Integer
Number of Phases direct
Type 0..1
String
Type of transformer: {GSU* Auto
R1 0..1
Float
Resistance, each phase, ohms for H winding, (Series winding, if Auto) direct
R2 0..1
Float
Resistance, each phase, ohms for X winding, (Common winding, if Auto) direct
KVLL1 0..1
Float
Optional direct
KVLL2 0..1
Float
Optional direct
MVA 0..1
Float
Optional direct
VarCurve 0..1
Float
Optional direct
pct_R1 0..1
Float
Optional direct
pct_R2 0..1
Float
Optional direct
K 0..1
Float
Mvar K factor 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:Gictransformer
native dss:Gictransformer

LinkML Source

Direct

name: Gictransformer
description: A Gictransformer 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/pde/gictransformer
    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
  BusH:
    name: BusH
    annotations:
      order:
        tag: order
        value: 1
    description: Name of High-side(H) bus
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusNH:
    name: BusNH
    annotations:
      order:
        tag: order
        value: 2
    description: Name of Neutral bus for H, or first, winding
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusX:
    name: BusX
    annotations:
      order:
        tag: order
        value: 3
    description: Name of Low-side(X) bus, if type=Auto or YY
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusNX:
    name: BusNX
    annotations:
      order:
        tag: order
        value: 4
    description: Name of Neutral bus for X, or Second, winding
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    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/pde/gictransformer
    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
  Type:
    name: Type
    annotations:
      order:
        tag: order
        value: 6
    description: 'Type of transformer: {GSU* | Auto | YY}'
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    - Espvlcontrol
    range: string
    required: false
  R1:
    name: R1
    annotations:
      order:
        tag: order
        value: 7
    description: Resistance, each phase, ohms for H winding, (Series winding, if Auto)
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    - Vsource
    range: float
    required: false
  R2:
    name: R2
    annotations:
      order:
        tag: order
        value: 8
    description: Resistance, each phase, ohms for X winding, (Common winding, if Auto)
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  KVLL1:
    name: KVLL1
    annotations:
      order:
        tag: order
        value: 9
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  KVLL2:
    name: KVLL2
    annotations:
      order:
        tag: order
        value: 10
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  MVA:
    name: MVA
    annotations:
      order:
        tag: order
        value: 11
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    domain_of:
    - Generator
    - Windgen
    - Gictransformer
    range: float
    required: false
  VarCurve:
    name: VarCurve
    annotations:
      order:
        tag: order
        value: 12
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  pct_R1:
    name: pct_R1
    annotations:
      order:
        tag: order
        value: 13
      dss_name:
        tag: dss_name
        value: '%R1'
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  pct_R2:
    name: pct_R2
    annotations:
      order:
        tag: order
        value: 14
      dss_name:
        tag: dss_name
        value: '%R2'
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  K:
    name: K
    annotations:
      order:
        tag: order
        value: 15
    description: Mvar K factor
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    domain_of:
    - Gictransformer
    range: float
    required: false
  normamps:
    name: normamps
    annotations:
      order:
        tag: order
        value: 16
    description: Normal rated current
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    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: 17
    description: Maximum or emerg current
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    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: 18
    description: Failure rate per year
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  pctperm:
    name: pctperm
    annotations:
      order:
        tag: order
        value: 19
    description: Percent of failures that become permanent
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Reactor
    - Linecode
    - Fault
    range: float
    required: false
  repair:
    name: repair
    annotations:
      order:
        tag: order
        value: 20
    description: Hours to repair
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    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/pde/gictransformer
    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/pde/gictransformer
    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/pde/gictransformer
    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:Gictransformer

Induced

name: Gictransformer
description: A Gictransformer 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/pde/gictransformer
    identifier: true
    owner: Gictransformer
    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
  BusH:
    name: BusH
    annotations:
      order:
        tag: order
        value: 1
    description: Name of High-side(H) bus
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusNH:
    name: BusNH
    annotations:
      order:
        tag: order
        value: 2
    description: Name of Neutral bus for H, or first, winding
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusX:
    name: BusX
    annotations:
      order:
        tag: order
        value: 3
    description: Name of Low-side(X) bus, if type=Auto or YY
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: string
    required: false
  BusNX:
    name: BusNX
    annotations:
      order:
        tag: order
        value: 4
    description: Name of Neutral bus for X, or Second, winding
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    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/pde/gictransformer
    owner: Gictransformer
    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
  Type:
    name: Type
    annotations:
      order:
        tag: order
        value: 6
    description: 'Type of transformer: {GSU* | Auto | YY}'
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    - Espvlcontrol
    range: string
    required: false
  R1:
    name: R1
    annotations:
      order:
        tag: order
        value: 7
    description: Resistance, each phase, ohms for H winding, (Series winding, if Auto)
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    - Vsource
    range: float
    required: false
  R2:
    name: R2
    annotations:
      order:
        tag: order
        value: 8
    description: Resistance, each phase, ohms for X winding, (Common winding, if Auto)
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  KVLL1:
    name: KVLL1
    annotations:
      order:
        tag: order
        value: 9
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  KVLL2:
    name: KVLL2
    annotations:
      order:
        tag: order
        value: 10
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  MVA:
    name: MVA
    annotations:
      order:
        tag: order
        value: 11
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    domain_of:
    - Generator
    - Windgen
    - Gictransformer
    range: float
    required: false
  VarCurve:
    name: VarCurve
    annotations:
      order:
        tag: order
        value: 12
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  pct_R1:
    name: pct_R1
    annotations:
      order:
        tag: order
        value: 13
      dss_name:
        tag: dss_name
        value: '%R1'
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  pct_R2:
    name: pct_R2
    annotations:
      order:
        tag: order
        value: 14
      dss_name:
        tag: dss_name
        value: '%R2'
    description: Optional
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  K:
    name: K
    annotations:
      order:
        tag: order
        value: 15
    description: Mvar K factor
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    rank: 1000
    owner: Gictransformer
    domain_of:
    - Gictransformer
    range: float
    required: false
  normamps:
    name: normamps
    annotations:
      order:
        tag: order
        value: 16
    description: Normal rated current
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    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: 17
    description: Maximum or emerg current
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    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: 18
    description: Failure rate per year
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    range: string
    required: false
  pctperm:
    name: pctperm
    annotations:
      order:
        tag: order
        value: 19
    description: Percent of failures that become permanent
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Reactor
    - Linecode
    - Fault
    range: float
    required: false
  repair:
    name: repair
    annotations:
      order:
        tag: order
        value: 20
    description: Hours to repair
    from_schema: https://gridappsd.github.io/dss-graph/pde/gictransformer
    owner: Gictransformer
    domain_of:
    - Autotrans
    - Capacitor
    - Gictransformer
    - Line
    - Reactor
    - Transformer
    - Linecode
    - Fault
    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/pde/gictransformer
    owner: Gictransformer
    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/pde/gictransformer
    owner: Gictransformer
    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/pde/gictransformer
    owner: Gictransformer
    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:Gictransformer