Skip to content

Class: Growthshape

A Growthshape object in OpenDSS.

URI: dss:Growthshape

 classDiagram
    class Growthshape
    click Growthshape href "../Growthshape/"
      Growthshape : csvfile

      Growthshape : dblfile

      Growthshape : like

      Growthshape : mult

      Growthshape : name

      Growthshape : npts

      Growthshape : sngfile

      Growthshape : year

Class Properties

Property Value
Class URI dss:Growthshape

Slots

Name Cardinality and Range Description Inheritance
name 1
String
Object name direct
npts 0..1
Integer
Number of points to expect in subsequent vector direct
year 0..1
Integer
Array of year values, or a text file spec, corresponding to the multipliers direct
mult 0..1
String
Array of growth multiplier values, or a text file spec, corresponding to the ... direct
csvfile 0..1
Float
Switch input of growth curve data to a csv file containing (year, mult) point... direct
sngfile 0..1
Float
Switch input of growth curve data to a binary file of singles containing (yea... direct
dblfile 0..1
Float
Switch input of growth curve data to a binary file of doubles containing (yea... direct
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:Growthshape
native dss:Growthshape

LinkML Source

Direct

name: Growthshape
description: A Growthshape 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/general/growthshape
    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
  npts:
    name: npts
    annotations:
      order:
        tag: order
        value: 1
    description: Number of points to expect in subsequent vector
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - TccCurve
    - Tshape
    - Xycurve
    range: integer
    required: false
  year:
    name: year
    annotations:
      order:
        tag: order
        value: 2
    description: Array of year values, or a text file spec, corresponding to the multipliers
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    range: integer
    required: false
  mult:
    name: mult
    annotations:
      order:
        tag: order
        value: 3
    description: Array of growth multiplier values, or a text file spec, corresponding
      to the year values
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    - Loadshape
    range: string
    required: false
  csvfile:
    name: csvfile
    annotations:
      order:
        tag: order
        value: 4
    description: Switch input of growth curve data to a csv file containing (year,
      mult) points, one per line
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  sngfile:
    name: sngfile
    annotations:
      order:
        tag: order
        value: 5
    description: Switch input of growth curve data to a binary file of singles containing
      (year, mult) points, packed one after another
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  dblfile:
    name: dblfile
    annotations:
      order:
        tag: order
        value: 6
    description: Switch input of growth curve data to a binary file of doubles containing
      (year, mult) points, packed one after another
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  like:
    name: like
    annotations:
      order:
        tag: order
        value: 7
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    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:Growthshape

Induced

name: Growthshape
description: A Growthshape 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/general/growthshape
    identifier: true
    owner: Growthshape
    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
  npts:
    name: npts
    annotations:
      order:
        tag: order
        value: 1
    description: Number of points to expect in subsequent vector
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - TccCurve
    - Tshape
    - Xycurve
    range: integer
    required: false
  year:
    name: year
    annotations:
      order:
        tag: order
        value: 2
    description: Array of year values, or a text file spec, corresponding to the multipliers
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    range: integer
    required: false
  mult:
    name: mult
    annotations:
      order:
        tag: order
        value: 3
    description: Array of growth multiplier values, or a text file spec, corresponding
      to the year values
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    - Loadshape
    range: string
    required: false
  csvfile:
    name: csvfile
    annotations:
      order:
        tag: order
        value: 4
    description: Switch input of growth curve data to a csv file containing (year,
      mult) points, one per line
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  sngfile:
    name: sngfile
    annotations:
      order:
        tag: order
        value: 5
    description: Switch input of growth curve data to a binary file of singles containing
      (year, mult) points, packed one after another
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  dblfile:
    name: dblfile
    annotations:
      order:
        tag: order
        value: 6
    description: Switch input of growth curve data to a binary file of doubles containing
      (year, mult) points, packed one after another
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    rank: 1000
    owner: Growthshape
    domain_of:
    - Growthshape
    - Loadshape
    - Priceshape
    - Tshape
    - Xycurve
    range: float
    required: false
  like:
    name: like
    annotations:
      order:
        tag: order
        value: 7
    description: Make like another object, e
    from_schema: https://gridappsd.github.io/dss-graph/general/growthshape
    owner: Growthshape
    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:Growthshape