DER::DERSettings

Header Image
Project:
DERSettings : Public Class
Created: 1/19/2011 1:45:44 PM
Modified: 1/8/2013 4:27:17 PM
Project:
Advanced:
Distributed energy resource settings<br/>
  • Attributes
  • Advanced
  • Other Links
Attribute Scope Type
modesEnabled Public DERControlType
Notes: Bitmap indicating the DERControl Modes enabled on the device. See DERControlType for values. If a DERControl Mode is supported (see DERCapability::modesSupported), but not enabled, the DERControl Mode will not be executed if encountered.<br/>
modesEnabled2 Public DERControlType2
Notes: Bitmap indicating the additional DERControl Modes enabled on the device. See DERControlType2 for values. If a DERControl Mode is supported (see DERCapability::modesSupported2), but not enabled, the DERControl Mode will not be executed if encountered.<br/>
setESDelay Public UInt32
Notes: Enter service delay, in hundredths of a second.<br/>
setESHighFreq Public UInt16
Notes: Enter service frequency high. Specified in hundredths of Hz.<br/>
setESHighVolt Public Int16
Notes: Enter service voltage high. Specified as an effective percent voltage, defined as (100% * (locally measured voltage - setVRefOfs) / setVRef), in hundredths of a percent.<br/>
setESLowFreq Public UInt16
Notes: Enter service frequency low. Specified in hundredths of Hz.<br/>
setESLowVolt Public Int16
Notes: Enter service voltage low. Specified as an effective percent voltage, defined as (100% * (locally measured voltage - setVRefOfs) / setVRef), in hundredths of a percent.<br/>
setESRampTms Public UInt32
Notes: Enter service ramp time, in hundredths of a second.<br/>
setESRandomDelay Public UInt32
Notes: Enter service randomized delay, in hundredths of a second.<br/>
setGradW Public UInt16
Notes: Set default rate of change (ramp rate) of active power output due to command or internal action, defined in %setWMax / second.  Resolution is in hundredths of a percent/second. A value of 0 means there is no limit. Interpreted as a percentage change in output capability limit per second when used as a default ramp rate.<br/>
setMaxA Public CurrentRMS
Notes: AC current maximum. Maximum AC current in RMS Amperes.<br/>
setMaxAh Public AmpereHour
Notes: Maximum usable energy storage capacity of the DER, in AmpHours. Note: this may be different from physical capability.<br/>
setMaxChargeRateVA Public ApparentPower
Notes: Apparent power charge maximum. Maximum apparent power the DER can absorb from the grid in Volt-Amperes. May differ from the apparent power maximum (setMaxVA).<br/>
setMaxChargeRateW Public ActivePower
Notes: Maximum rate of energy transfer received by the storage device, in Watts. Defaults to rtgMaxChargeRateW.<br/>
setMaxDischargeRateVA Public ApparentPower
Notes: Apparent power discharge maximum. Maximum apparent power the storage DER can deliver to the grid in Volt-Amperes. May differ from the apparent power maximum (setMaxVA) as this is specific to storage.<br/>
setMaxDischargeRateW Public ActivePower
Notes: Maximum rate of energy transfer delivered by the storage device, in Watts. Defaults to rtgMaxDischargeRateW. May differ from the active power maximum (setMaxW) as this is specific to storage.<br/><br/>
setMaxV Public VoltageRMS
Notes: AC voltage maximum setting.<br/>
setMaxVA Public ApparentPower
Notes: Set limit for maximum apparent power capability of the DER (in VA). Defaults to rtgMaxVA.<br/>
setMaxVar Public ReactivePower
Notes: Set limit for maximum reactive power injected/delivered by the DER (in var). SHALL be a positive value #lt;= rtgMaxVar (default).  <br/>
setMaxVarNeg Public ReactivePower
Notes: Set limit for maximum reactive power absorbed/received by the DER (in var). If present, SHALL be a negative value #gt;= rtgMaxVarNeg (default). If absent, defaults to negative setMaxVar.<br/>
setMaxW Public ActivePower
Notes: Set limit for maximum active power capability of the DER (in W). Defaults to rtgMaxW.<br/>
setMaxWh Public WattHour
Notes: Maximum energy storage capacity of the DER, in WattHours. Note: this may be different from physical capability.<br/>
setMinPFOverExcited Public PowerFactor
Notes: Set minimum Power Factor displacement limit of the DER when injecting reactive power (over-excited); SHALL be a positive value between 0.0 (typically #gt; 0.7) and 1.0, inclusive. SHALL be #gt;= rtgMinPFOverExcited (default).<br/>
setMinPFUnderExcited Public PowerFactor
Notes: Set minimum Power Factor displacement limit of the DER when absorbing reactive power (under-excited); SHALL be a positive value between 0.0 (typically #gt; 0.7) and 1.0, inclusive. If present, SHALL be #gt;= rtgMinPFUnderExcited (default).  If absent, defaults to setMinPFOverExcited.<br/>
setMinV Public VoltageRMS
Notes: AC voltage minimum setting.<br/>
setSoftGradW Public UInt16
Notes: Set soft-start rate of change (soft-start ramp rate) of active power output due to command or internal action, defined in %setWMax / second.  Resolution is in hundredths of a percent/second. A value of 0 means there is no limit. Interpreted as a percentage change in output capability limit per second when used as a ramp rate.<br/>
setVNom Public VoltageRMS
Notes: AC voltage nominal setting.<br/>
setVRef Public VoltageRMS
Notes: The nominal AC voltage (RMS) at the reference point.<br/>
setVRefOfs Public VoltageRMS
Notes: The nominal AC voltage (RMS) offset between the DER's electrical connection point and the reference point.<br/>
updatedTime Public TimeType
Notes: Specifies the time at which the DER information was last updated. <br/>
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
SubscribableResource Class Generalization To