public static enum AsymmetricMeter.ChannelId extends java.lang.Enum<AsymmetricMeter.ChannelId> implements ChannelId
Enum Constant and Description |
---|
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.
|
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.
|
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.
|
CURRENT_L1
Current L1
Interface: Meter Asymmetric
Type: Integer
Unit: mA
|
CURRENT_L2
Current L2
Interface: Meter Asymmetric
Type: Integer
Unit: mA
|
CURRENT_L3
Current L3
Interface: Meter Asymmetric
Type: Integer
Unit: mA
|
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.
|
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.
|
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.
|
VOLTAGE_L1
Voltage L1
Interface: Meter Asymmetric
Type: Integer
Unit: mV
|
VOLTAGE_L2
Voltage L2
Interface: Meter Asymmetric
Type: Integer
Unit: mV
|
VOLTAGE_L3
Voltage L3
Interface: Meter Asymmetric
Type: Integer
Unit: mV
|
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static AsymmetricMeter.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsymmetricMeter.ChannelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
channelIdUpperToCamel, id, name
public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L1
public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L2
public static final AsymmetricMeter.ChannelId ACTIVE_POWER_L3
public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L1
public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L2
public static final AsymmetricMeter.ChannelId REACTIVE_POWER_L3
public static final AsymmetricMeter.ChannelId VOLTAGE_L1
public static final AsymmetricMeter.ChannelId VOLTAGE_L2
public static final AsymmetricMeter.ChannelId VOLTAGE_L3
public static final AsymmetricMeter.ChannelId CURRENT_L1
public static final AsymmetricMeter.ChannelId CURRENT_L2
public static final AsymmetricMeter.ChannelId CURRENT_L3
public static AsymmetricMeter.ChannelId[] values()
for (AsymmetricMeter.ChannelId c : AsymmetricMeter.ChannelId.values()) System.out.println(c);
public static AsymmetricMeter.ChannelId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null