public interface AnalogInputUntilNodeConfig extends IOInputUntilNodeConfig
Modifier and Type | Interface and Description |
---|---|
static class |
AnalogInputUntilNodeConfig.InputDomainType
The type of the electrical domain used by an analog input.
|
IOInputUntilNodeConfig.SelectionType
UntilNodeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
CompareOperator |
getCompareOperator() |
Current |
getCurrentThreshold() |
AnalogIO |
getInput()
Retrieves the selected analog input used by the until condition.
|
AnalogInputUntilNodeConfig.InputDomainType |
getInputDomainType() |
Voltage |
getVoltageThreshold() |
getType
getConfigType
AnalogInputUntilNodeConfig.InputDomainType getInputDomainType()
AnalogIO getInput()
Retrieves the selected analog input used by the until condition.
Note: The selected analog input might no longer be available (e.g. because a selected analog Tool input is used for Tool Communication Interface). The presence of the selected analog input can be verified usingAnalogIO.isResolvable()
.CompareOperator getCompareOperator()
Current getCurrentThreshold()
IllegalStateException
- if the selected analog input is using the Voltage electrical domain. Use
getInputDomainType()
to determine the electrical domain type used by the selected analog input.Voltage getVoltageThreshold()
IllegalStateException
- if the selected analog input is using the Current electrical domain. Use
getInputDomainType()
to determine the electrical domain type used by the selected analog input.Copyright © 2021. All rights reserved.