| SensorsCurrents Property |
[This is preliminary documentation and is subject to change.]
Array of doubles for the line current measurements; don't use with kWS and kVARS.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] Currents { get; set; }
Public Property Currents As Double()
Get
Set
public:
property array<double>^ Currents {
array<double>^ get ();
void set (array<double>^ value);
}
member Currents : float[] with get, set
function get_Currents();
function set_Currents(value);
Property Value
Type:
DoubleSee Also