CurrentType

public enum CurrentType : UInt32, CaseIterable, Codable

This enum represents the type of electric current

  • ac

    Alternating Current (AC)

    Declaration

    Swift

    case ac
  • dc

    Direct Current (DC)

    Declaration

    Swift

    case dc