Enum Class AsymmetricEss.ChannelId

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

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

    • ACTIVE_POWER_L1

      public static final AsymmetricEss.ChannelId ACTIVE_POWER_L1
      Active Power L1.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • ACTIVE_POWER_L2

      public static final AsymmetricEss.ChannelId ACTIVE_POWER_L2
      Active Power L2.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • ACTIVE_POWER_L3

      public static final AsymmetricEss.ChannelId ACTIVE_POWER_L3
      Active Power L3.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: W
      • Range: negative values for Charge; positive for Discharge
    • REACTIVE_POWER_L1

      public static final AsymmetricEss.ChannelId REACTIVE_POWER_L1
      Reactive Power L1.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
    • REACTIVE_POWER_L2

      public static final AsymmetricEss.ChannelId REACTIVE_POWER_L2
      Reactive Power L2.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
    • REACTIVE_POWER_L3

      public static final AsymmetricEss.ChannelId REACTIVE_POWER_L3
      Reactive Power L3.
      • Interface: Ess Asymmetric
      • Type: Integer
      • Unit: var
      • Range: negative values for Charge; positive for Discharge
  • Method Details

    • values

      public static AsymmetricEss.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 AsymmetricEss.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