| PVSystemsTduty Property |
[This is preliminary documentation and is subject to change.]
Temperature shape to use for duty cycle dispatch simulations such as for
solar ramp rate studies. Must be previously defined as a TShape object.
Typically would have time intervals of 1-5 seconds. Designate the number
of points to solve using the Set Number=xxxx command. If there are fewer
points in the actual shape, the shape is assumed to repeat. The PVSystem
model uses this TShape to determine the Pmpp from the Pmpp vs T curve.
Units must agree with the Pmpp vs T curve.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string Tduty { get; set; }
Public Property Tduty As String
Get
Set
public:
property String^ Tduty {
String^ get ();
void set (String^ value);
}
member Tduty : string with get, set
function get_Tduty();
function set_Tduty(value);
Property Value
Type:
StringSee Also