| Modifier and Type | Method and Description | 
|---|---|
Current | 
DataModel.get(String key,
   Current defaultValue)
Get the  
Current value assigned to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Current | 
DataModel.get(String key,
   Current defaultValue)
Get the  
Current value assigned to the specified key. | 
void | 
DataModel.set(String key,
   Current value)
Assign a  
Current value to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Current | 
AnalogOutputCurrentSetNodeConfig.getCurrent()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogOutputCurrentSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputCurrentConfig(AnalogIO output,
                               Current current,
                               ErrorHandler<Current> errorHandler)
Creates an analog output current configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogOutputCurrentSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputCurrentConfig(AnalogIO output,
                               Current current,
                               ErrorHandler<Current> errorHandler)
Creates an analog output current configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Current | 
AnalogInputUntilNodeConfig.getCurrentThreshold()  | 
| 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. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Current | 
AnalogInputCurrentWaitNodeConfig.getCurrent()  | 
| 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. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Current | 
SimpleValueFactory.createCurrent(double value,
             Current.Unit unit)
Creates an object representing an electrical current value 
 | 
Copyright © 2019. All rights reserved.