Enum Class AsymmetricMeter.ChannelId

java.lang.Object
java.lang.Enum<AsymmetricMeter.ChannelId>
io.openems.edge.meter.api.AsymmetricMeter.ChannelId
All Implemented Interfaces:
ChannelId, Serializable, Comparable<AsymmetricMeter.ChannelId>, Constable
Enclosing interface:
AsymmetricMeter

public static enum AsymmetricMeter.ChannelId extends Enum<AsymmetricMeter.ChannelId> implements ChannelId
  • Enum Constant Details

    • ACTIVE_POWER_L1

      public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L1
      Active Power L1.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • ACTIVE_POWER_L2

      public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L2
      Active Power L2.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • ACTIVE_POWER_L3

      public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L3
      Active Power L3.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • REACTIVE_POWER_L1

      public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L1
      Reactive Power L1.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • REACTIVE_POWER_L2

      public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L2
      Reactive Power L2.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • REACTIVE_POWER_L3

      public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L3
      Reactive Power L3.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Consumption (power that is 'leaving the system', e.g. feed-to-grid); positive for Production (power that is 'entering the system')
    • VOLTAGE_L1

      public static final AsymmetricMeter.ChannelId VOLTAGE_L1
      Voltage L1.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mV
    • VOLTAGE_L2

      public static final AsymmetricMeter.ChannelId VOLTAGE_L2
      Voltage L2.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mV
    • VOLTAGE_L3

      public static final AsymmetricMeter.ChannelId VOLTAGE_L3
      Voltage L3.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mV
    • CURRENT_L1

      public static final AsymmetricMeter.ChannelId CURRENT_L1
      Current L1.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mA
    • CURRENT_L2

      public static final AsymmetricMeter.ChannelId CURRENT_L2
      Current L2.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mA
    • CURRENT_L3

      public static final AsymmetricMeter.ChannelId CURRENT_L3
      Current L3.
      • Interface: Meter Asymmetric
      • Type: Integer
      • Unit: mA
    • ACTIVE_PRODUCTION_ENERGY_L1

      public static final AsymmetricMeter.ChannelId ACTIVE_PRODUCTION_ENERGY_L1
      The ActiveProductionEnergy on L1.
    • ACTIVE_PRODUCTION_ENERGY_L2

      public static final AsymmetricMeter.ChannelId ACTIVE_PRODUCTION_ENERGY_L2
      The ActiveProductionEnergy on L2.
    • ACTIVE_PRODUCTION_ENERGY_L3

      public static final AsymmetricMeter.ChannelId ACTIVE_PRODUCTION_ENERGY_L3
      The ActiveProductionEnergy on L3.
    • ACTIVE_CONSUMPTION_ENERGY_L1

      public static final AsymmetricMeter.ChannelId ACTIVE_CONSUMPTION_ENERGY_L1
      The ActiveConsumptionEnergy on L1.
    • ACTIVE_CONSUMPTION_ENERGY_L2

      public static final AsymmetricMeter.ChannelId ACTIVE_CONSUMPTION_ENERGY_L2
      The ActiveConsumptionEnergy on L2.
    • ACTIVE_CONSUMPTION_ENERGY_L3

      public static final AsymmetricMeter.ChannelId ACTIVE_CONSUMPTION_ENERGY_L3
      The ActiveConsumptionEnergy on L3.
  • Method Details

    • values

      public static AsymmetricMeter.ChannelId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AsymmetricMeter.ChannelId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • doc

      public Doc doc()
      Description copied from interface: ChannelId
      Gets the Channel Doc for this ChannelId.
      Specified by:
      doc in interface ChannelId
      Returns:
      the Channel-Doc