| PDElementsAllPowers Property |
[This is preliminary documentation and is subject to change.]
Complex array of powers into each conductor of each terminal, for each PD element.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllPowers { get; }
Public ReadOnly Property AllPowers As Double()
Get
public:
property array<double>^ AllPowers {
array<double>^ get ();
}
member AllPowers : float[] with get
function get_AllPowers();
Property Value
Type:
DoubleSee Also