PO.ESP.Cable.MinSize.SI


Description

Determines minimum cable size for voltage drop limit, [AWG] (SI units).

Formula

=LAMBDA(I, length, V_drop_max, T, LET( length_ft, PO.UnitConverter(length, "m", "ft"), T_degF, PO.UnitConverter(T, "degC", "degF"), PO.ESP.Cable.MinSize(I, length_ft, V_drop_max, T_degF)))

Parameters

Parameter Unit Description
I - Motor current, [A]
length m Cable length, [m]
V_drop_max - Maximum allowable voltage drop, [V]
T degC Cable temperature, [degC]

Examples

Invocation Expected
=PO.ESP.Cable.MinSize.SI(1, 30.48, 1, 93.33) 10

Need a custom LAMBDA? Suggest a New Lambda