PO.ESP.Cable.Vdrop.Full.SI
Description
Complete voltage drop calculation, [V] (SI units).
Formula
=LAMBDA(HP, V_motor, efficiency, PF, AWG, length, T, LET(
HP_hp, PO.UnitConverter(HP, "kW", "hp"),
length_ft, PO.UnitConverter(length, "m", "ft"),
T_degF, PO.UnitConverter(T, "degC", "degF"),
PO.ESP.Cable.Vdrop.Full(HP_hp, V_motor, efficiency, PF, AWG, length_ft, T_degF)))Parameters
| Parameter | Unit | Description |
|---|---|---|
HP |
kW | Motor horsepower, [kW] |
V_motor |
- | Motor voltage, [V] |
efficiency |
- | Motor efficiency, [fraction] |
PF |
- | Power factor, [fraction] |
AWG |
- | Cable gauge |
length |
m | Cable length, [m] |
T |
degC | Average cable temperature, [degC] |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.Cable.Vdrop.Full.SI(5.6, 1, 0.6, 1, 2, 30.48, 93.33) |
228.8168 |