CurrentType

public enum CurrentType : String

Describes the type of electric current

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Single phase alternating electric current

    Declaration

    Swift

    case acSinglePhase = "AC1"
  • Three-phase alternating electric current

    Declaration

    Swift

    case acThreePhase = "AC3"
  • dc

    Direct electric current

    Declaration

    Swift

    case dc = "DC"