| SensorskVS Property |
[This is preliminary documentation and is subject to change.]
Array of doubles for the LL or LN (depending on Delta connection) voltage measurements.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] kVS { get; set; }
Public Property kVS As Double()
Get
Set
public:
property array<double>^ kVS {
array<double>^ get ();
void set (array<double>^ value);
}
member kVS : float[] with get, set
function get_kVS();
function set_kVS(value);
Property Value
Type:
DoubleSee Also