Motor
Display a motor widget.
Interactive example
Device states references
Available configurations
With steps and step size:
When step
is defined and when the input is focused, the Up
and Down
arrows can be used to repeatidly step without mouse interaction.
The component will regain focus after each move.
With precision:
Read only:
Extended properties:
Header infront:
No header:
Variants
small
A more compact motor representation.
Deprecated, prefer using default variant with:
options:
header: 'front'
Interactive example
Device states references
text
A motor represented as it's position. The widget is not interactive.
rotation
A rotation motor represented as 360 degree knob widget.
The motor position needs to be in degrees, and the modulus of 360 will be used to display the position.
A clockwise
option can be provided. By default it is false.
Interactive example
Device states references
tomo_rotation
A rotation motor represented as 360 degree knob widget with helpers for tomography interaction.
The motor position needs to be in degrees, and the modulus of 360 will be used to display the position.
A clockwise
option can be provided. By default it is false
.