: Public Class
Created: |
13/05/2008 10:06:16 |
Modified: |
22/08/2011 07:56:40 |
|
Project: |
|
Author: |
kdd |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{F80EE4DD-B985-47e3-9832-B5005C24C87E} |
Appears In: |
Main, DCIMLoadModel |
Models the characteristic response of the load demand due to changes in system conditions such as voltage and frequency. This is not related to demand response.<br/><br/>If LoadResponseCharacteristic.exponentModel is True, the voltage exponents are specified and used as to calculate:<br/><br/>Active power component = Pnominal * (Voltage/cim:BaseVoltage.nominalVoltage) ** cim:LoadResponseCharacteristic.pVoltageExponent<br/><br/>Reactive power component = Qnominal * (Voltage/cim:BaseVoltage.nominalVoltage)** cim:LoadResponseCharacteristic.qVoltageExponent<br/><br/>Where * means "multiply" and ** is "raised to power of".<br/>