CurrentType

public enum CurrentType

Describes the type of electric current

  • Single phase alternating current.

    Declaration

    Swift

    case acSinglePhase
  • Three-phase alternating current.

    Declaration

    Swift

    case acThreePhase
  • dc

    Direct current.

    Declaration

    Swift

    case dc