public interface AnalogInputDomainConfig extends AnalogInputModeConfig
This interface represents the analog input domain configuration for the two analog inputs in the Tool I/O Interface.
To create a new configuration, see the AnalogInputModeConfigFactory
interface which is accessible through
ToolIOInterfaceControllable.getAnalogInputModeConfigFactory()
.
To apply a configuration, see ToolIOInterfaceControllable.setAnalogInputModeConfig(AnalogInputModeConfig)
.
Modifier and Type | Interface and Description |
---|---|
static class |
AnalogInputDomainConfig.AnalogDomain
The type of the electrical domain used by the analog inputs in the connector in the robot tool
|
AnalogInputModeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
AnalogInputDomainConfig.AnalogDomain |
getAnalogDomainForInput0()
This method returns the type of electrical domain used by analog input 0 in the connector in the robot tool
(labeled 'analog_in[2]' in PolyScope)
|
AnalogInputDomainConfig.AnalogDomain |
getAnalogDomainForInput1()
This method returns the type of electrical domain used by analog input 1 in the connector in the robot tool
(labeled 'analog_in[3]' in PolyScope).
|
getConfigType
AnalogInputDomainConfig.AnalogDomain getAnalogDomainForInput0()
AnalogInputDomainConfig.AnalogDomain getAnalogDomainForInput1()
Copyright © 2021. All rights reserved.