| Modifier and Type | Method and Description | 
|---|---|
AnalogIO | 
AnalogOutput.getOutput()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogOutputCurrentSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputCurrentConfig(AnalogIO output,
                               Current current,
                               ErrorHandler<Current> errorHandler)
Creates an analog output current configuration. 
 | 
AnalogOutputVoltageSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputVoltageConfig(AnalogIO output,
                               Voltage voltage,
                               ErrorHandler<Voltage> errorHandler)
Creates an analog output voltage configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogIO | 
AnalogInputUntilNodeConfig.getInput()
 Retrieves the selected analog input used by the until condition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogInputUntilNodeConfig | 
UntilNodeConfigFactory.createAnalogInputConfig(AnalogIO input,
                       CompareOperator compareOperator,
                       Current currentThreshold,
                       ErrorHandler<Current> errorHandler)
Creates an I/O Input configuration for an Until node. 
 | 
AnalogInputUntilNodeConfig | 
UntilNodeConfigFactory.createAnalogInputConfig(AnalogIO input,
                       CompareOperator compareOperator,
                       Voltage voltageThreshold,
                       ErrorHandler<Voltage> errorHandler)
Creates an I/O Input configuration for an Until node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogIO | 
AnalogInput.getInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogInputCurrentWaitNodeConfig | 
WaitNodeConfigFactory.createAnalogInputCurrentConfig(AnalogIO input,
                              CompareOperator compareOperator,
                              Current current,
                              ErrorHandler<Current> errorHandler)
Creates a configuration for waiting for an analog input to go past an electric current threshold. 
 | 
AnalogInputVoltageWaitNodeConfig | 
WaitNodeConfigFactory.createAnalogInputVoltageConfig(AnalogIO input,
                              CompareOperator compareOperator,
                              Voltage voltage,
                              ErrorHandler<Voltage> errorHandler)
Creates a configuration for waiting for an analog input to go past a voltage threshold. 
 | 
Copyright © 2019. All rights reserved.