: Public Class
Created: 1/19/2011 1:45:44 PM
Modified: 1/8/2013 4:27:17 PM
Project:
Advanced:
Distributed energy resource settings
Attribute
Public boolean
  setGenConnect

Details:
Notes: Set generator DER as connected (true) or disconnected (false).
Public UInt16
  setGradW

Details:
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 and may be in the range 1 - 20000. Interpreted as a percentage change in output capability limit per second when used as a default ramp rate.
Public ActivePower
  setMaxChargeRate

Details:
Notes: Maximum rate of energy transfer received by the storage device, in Watts. Defaults to rtgMaxChargeRate.
Public ActivePower
  setMaxDischargeRate

Details:
Notes: Maximum rate of energy transfer delivered by the storage device, in Watts. Defaults to rtgMaxDischargeRate.
Public ApparentPower
  setMaxVA

Details:
Notes: Set limit for maximum apparent power capability of the DER (in VA). Defaults to rtgVA.
Public ReactivePower
  setMaxVAr

Details:
Notes: Set limit for maximum reactive power delivered by the DER (in var). SHALL be a positive value <= rtgVAr (default). 
Public ReactivePower
  setMaxVArNeg

Details:
Notes: Set limit for maximum reactive power received by the DER (in var). If present, SHALL be a negative value >= rtgVArNeg (default). If absent, defaults to negative setMaxVAr.
Public ActivePower
  setMaxW

Details:
Notes: Set limit for maximum active power capability of the DER (in W). Defaults to rtgW.
Public UnsignedFixedPointType
  setMinPF

Details:
Notes: Set minimum Power Factor displacement limit of the DER; positive value between 0.0 (typically > 0.7) and 1.0.  SHALL be >= rtgMinPF (default).
Public FixedPointType
  setMinPFNeg

Details:
Notes: Set minimum Power Factor displacement limit of the DER; negative value between 0.0 (typically < -0.7) and -0.9999.  If present, SHALL be <= rtgMinPFNeg (default).  If absent, defaults to negative setMinPF.
Public boolean
  setStorConnect

Details:
Notes: Set storage DER as connected (true) or disconnected (false).
Public VoltageRMS
  setVRef

Details:
Notes: The nominal AC voltage (RMS) at the utility's point of common coupling.
Public VoltageRMS
  setVRefOfs

Details:
Notes: The nominal AC voltage (RMS) offset between the DER's electrical connection point and the utility's point of common coupling.
Public TimeType
  updatedTime

Details:
Notes: Specifies the time at which the DER information was last updated.
Object Type Connection Notes
SubscribableResource Class Generalization