| GeneratorsStatus Property |
[This is preliminary documentation and is subject to change.]
Response to dispatch multipliers: Fixed=1 (dispatch multipliers do not apply), Variable=0 (follows curves).
Related enumeration: GeneratorStatus
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int Status { get; set; }
Public Property Status As Integer
Get
Set
public:
property int Status {
int get ();
void set (int value);
}
member Status : int with get, set
function get_Status();
function set_Status(value);
Property Value
Type:
Int32See Also