Enum: LoadModel¶
Integer code for load variation model with voltage.
URI: dss:LoadModel
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| ConstantPQ | dss:LoadModel.1 | 1: Standard constant P+jQ load (Default) |
| ConstantZ | dss:LoadModel.2 | 2: Constant impedance load |
| ConstantPQuadQ | dss:LoadModel.3 | 3: Const P, Quadratic Q (like a motor) |
| CVR | dss:LoadModel.4 | 4: Nominal Linear P, Quadratic Q (feeder mix, use with CVRfactor) |
| ConstantI | dss:LoadModel.5 | 5: Constant Current Magnitude |
| ConstantPFixedQ | dss:LoadModel.6 | 6: Const P, Fixed Q |
| ConstantPFixedZQ | dss:LoadModel.7 | 7: Const P, Fixed Impedance Q |
| ZIPV | dss:LoadModel.8 | 8: ZIPV model (7 values) |
Slots¶
| Name | Description |
|---|---|
| model | Integer code for the model to use for load variation with voltage |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://gridappsd.github.io/dss-graph/opendss
LinkML Source¶
name: LoadModel
description: Integer code for load variation model with voltage.
from_schema: https://gridappsd.github.io/dss-graph/opendss
rank: 1000
permissible_values:
ConstantPQ:
text: ConstantPQ
description: '1: Standard constant P+jQ load (Default)'
meaning: dss:LoadModel.1
annotations:
dss_value:
tag: dss_value
value: 1
ConstantZ:
text: ConstantZ
description: '2: Constant impedance load'
meaning: dss:LoadModel.2
annotations:
dss_value:
tag: dss_value
value: 2
ConstantPQuadQ:
text: ConstantPQuadQ
description: '3: Const P, Quadratic Q (like a motor)'
meaning: dss:LoadModel.3
annotations:
dss_value:
tag: dss_value
value: 3
CVR:
text: CVR
description: '4: Nominal Linear P, Quadratic Q (feeder mix, use with CVRfactor)'
meaning: dss:LoadModel.4
annotations:
dss_value:
tag: dss_value
value: 4
ConstantI:
text: ConstantI
description: '5: Constant Current Magnitude'
meaning: dss:LoadModel.5
annotations:
dss_value:
tag: dss_value
value: 5
ConstantPFixedQ:
text: ConstantPFixedQ
description: '6: Const P, Fixed Q'
meaning: dss:LoadModel.6
annotations:
dss_value:
tag: dss_value
value: 6
ConstantPFixedZQ:
text: ConstantPFixedZQ
description: '7: Const P, Fixed Impedance Q'
meaning: dss:LoadModel.7
annotations:
dss_value:
tag: dss_value
value: 7
ZIPV:
text: ZIPV
description: '8: ZIPV model (7 values)'
meaning: dss:LoadModel.8
annotations:
dss_value:
tag: dss_value
value: 8