ElectricCurrentType

public enum ElectricCurrentType : UInt32, CaseIterable, Codable

This enum represents the type of electric current

Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.

  • ac

    Alternating Current (AC)

    Declaration

    Swift

    case ac
  • dc

    Direct Current (DC)

    Declaration

    Swift

    case dc