| 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 | 
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)  | 
Copyright © 2018. All rights reserved.