public interface ToolIOInterface
Modifier and Type | Interface and Description |
---|---|
static class |
ToolIOInterface.OutputVoltage
Available options for the output voltage level for the power supply that delivers power to the connector in the
robot tool
|
Modifier and Type | Method and Description |
---|---|
AnalogInputModeConfig |
getAnalogInputModeConfig() |
DigitalOutputModeConfig |
getDigitalOutputModeConfig() |
ToolIOInterface.OutputVoltage |
getOutputVoltage() |
ToolIOInterface.OutputVoltage getOutputVoltage()
@RequiredCapability(value=DIGITAL_OUTPUT_MODE) DigitalOutputModeConfig getDigitalOutputModeConfig()
CapabilityNotSupportedException
- If the digital output mode capability is not available on the system.
Use CapabilityManager.hasCapability(Capability)
with
ToolIOCapability.DIGITAL_OUTPUT_MODE
as argument to verify the
availability.AnalogInputModeConfig getAnalogInputModeConfig()
Copyright © 2021. All rights reserved.