<Code Lib>
2027 Enumeration
Changes 0
E

ElectricalPhase

Description:
An enumerated type to specify whether the electrical system is single phase or three phase.

public enum ElectricalPhase

Name Description
E SinglePhase Electrical phase is single phase.
E ThreePhase Electrical phase is three phase.

Loading…