| MetersCalcCurrent Property |
[This is preliminary documentation and is subject to change.]
Set the magnitude of the real part of the Calculated Current (normally determined by solution) for the Meter to force some behavior on Load Allocation
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] CalcCurrent { get; set; }
Public Property CalcCurrent As Double()
Get
Set
public:
property array<double>^ CalcCurrent {
array<double>^ get ();
void set (array<double>^ value);
}
member CalcCurrent : float[] with get, set
function get_CalcCurrent();
function set_CalcCurrent(value);
Property Value
Type:
DoubleSee Also