public interface ActivePowerVoltageCharacteristic extends Controller, OpenemsComponent
Modifier and Type | Interface and Description |
---|---|
static class |
ActivePowerVoltageCharacteristic.ChannelId |
Modifier and Type | Method and Description |
---|---|
default void |
_setCalculatedPower(java.lang.Integer value)
Internal method to set the 'nextValue' on
ActivePowerVoltageCharacteristic.ChannelId.CALCULATED_POWER
Channel. |
default void |
_setVoltageRatio(java.lang.Float value)
Internal method to set the 'nextValue' on
ActivePowerVoltageCharacteristic.ChannelId.VOLTAGE_RATIO
Channel. |
default IntegerReadChannel |
getCalculatedPowerChannel()
Gets the Channel for
ActivePowerVoltageCharacteristic.ChannelId.CALCULATED_POWER . |
default FloatReadChannel |
getVoltageRatioChannel()
Gets the Channel for
ActivePowerVoltageCharacteristic.ChannelId.VOLTAGE_RATIO . |
_setRunFailed, getModbusSlaveNatureTable, getRunFailed, getRunFailedChannel, run
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, logDebug, logError, logInfo, logWarn, serviceFactoryPid, servicePid, updateConfigurationProperty, updateReferenceFilter
default IntegerReadChannel getCalculatedPowerChannel()
ActivePowerVoltageCharacteristic.ChannelId.CALCULATED_POWER
.default void _setCalculatedPower(java.lang.Integer value)
ActivePowerVoltageCharacteristic.ChannelId.CALCULATED_POWER
Channel.value
- the next valuedefault FloatReadChannel getVoltageRatioChannel()
ActivePowerVoltageCharacteristic.ChannelId.VOLTAGE_RATIO
.default void _setVoltageRatio(java.lang.Float value)
ActivePowerVoltageCharacteristic.ChannelId.VOLTAGE_RATIO
Channel.value
- the next value