| CapacitorsStates Property |
[This is preliminary documentation and is subject to change.]
A array of integer [0..numsteps-1] indicating state of each step. If the read value is -1 an error has occurred.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int[] States { get; set; }
Public Property States As Integer()
Get
Set
public:
property array<int>^ States {
array<int>^ get ();
void set (array<int>^ value);
}
member States : int[] with get, set
function get_States();
function set_States(value);
Property Value
Type:
Int32See Also