public interface ScrewdriverParameters
Modifier and Type | Method and Description |
---|---|
ScrewdriverOperationType |
getScrewdriverOperationType()
Get the selected screwdriver operation type.
|
ScrewdriverProgram |
getScrewdriverProgram()
Get the selected screwdriver program to be used for the screwdriver operation.
|
ScrewdriverProgram getScrewdriverProgram()
Get the selected screwdriver program to be used for the screwdriver operation.
This is only valid, if the program selection capability has been registered (using the methodScrewdriverCapabilities.registerProgramSelectionCapability(ScrewdriverProgramListProvider, ScriptCodeGenerator)
).UnsupportedOperationException
- if the screwdriver has not registered the program selection capabilityScrewdriverOperationType getScrewdriverOperationType()
Get the selected screwdriver operation type.
This is only valid, if the operation type capability has been registered (using the methodScrewdriverCapabilities.registerOperationTypeCapability()
).UnsupportedOperationException
- if the screwdriver has not registered the operation type capabilityCopyright © 2021. All rights reserved.