| PDElementsAllMaxCurrents Method |
[This is preliminary documentation and is subject to change.]
Array of doubles with the maximum current across the conductors, for each PD
element.
By default, only the *first terminal* is used for the maximum current, matching
the behavior of the "export capacity" command. Pass `true` to
force the analysis to all terminals.
See also:
https://sourceforge.net/p/electricdss/discussion/beginners/thread/da5b93ca/
(API Extension)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double[] AllMaxCurrents(
bool AllNodes = false
)
Public Function AllMaxCurrents (
Optional AllNodes As Boolean = false
) As Double()
public:
array<double>^ AllMaxCurrents(
bool AllNodes = false
)
member AllMaxCurrents :
?AllNodes : bool
(* Defaults:
let _AllNodes = defaultArg AllNodes false
*)
-> float[]
function AllMaxCurrents(AllNodes);
Parameters
- AllNodes (Optional)
- Type: SystemBoolean
[Missing <param name="AllNodes"/> documentation for "M:dss_sharp.PDElements.AllMaxCurrents(System.Boolean)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.PDElements.AllMaxCurrents(System.Boolean)"]
See Also