| CircuitElementLosses Method |
[This is preliminary documentation and is subject to change.]
Array of total losses (complex) in a selection of elements.
Use the element indices (starting at 1) as parameter.
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] ElementLosses(
int[] value
)
Public Function ElementLosses (
value As Integer()
) As Double()
public:
array<double>^ ElementLosses(
array<int>^ value
)
member ElementLosses :
value : int[] -> float[]
function ElementLosses(value);
Parameters
- value
- Type: SystemInt32
[Missing <param name="value"/> documentation for "M:dss_sharp.Circuit.ElementLosses(System.Int32[])"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.Circuit.ElementLosses(System.Int32[])"]
See Also