ChargeCurrent
Current charging current.
type ChargeCurrent {
dc(
unit: ElectricCurrentUnitEnum = AMPERE
): Float
phase1(
unit: ElectricCurrentUnitEnum = AMPERE
): Float
phase2(
unit: ElectricCurrentUnitEnum = AMPERE
): Float
phase3(
unit: ElectricCurrentUnitEnum = AMPERE
): Float
}
Fields
ChargeCurrent.dc ● Float scalar
Current DC charging current at inlet. Negative if returning energy to grid.
ChargeCurrent.dc.unit ● ElectricCurrentUnitEnum enum
ChargeCurrent.phase1 ● Float scalar
Current AC charging current (rms) at inlet for Phase 1. Negative if returning energy to grid.
ChargeCurrent.phase1.unit ● ElectricCurrentUnitEnum enum
ChargeCurrent.phase2 ● Float scalar
Current AC charging current (rms) at inlet for Phase 2. Negative if returning energy to grid.
ChargeCurrent.phase2.unit ● ElectricCurrentUnitEnum enum
ChargeCurrent.phase3 ● Float scalar
Current AC charging current (rms) at inlet for Phase 3. Negative if returning energy to grid.
ChargeCurrent.phase3.unit ● ElectricCurrentUnitEnum enum
Member Of
Charging object