Note
Ophyd async is included on a provisional basis until the v1.0 release and may change API on minor release numbers before then
ophyd_async.epics.motion.Motor#
- class ophyd_async.epics.motion.Motor(prefix: str, name='')[source]#
Bases:
StandardReadable
,Movable
,Stoppable
Device that moves a motor record
Methods
children
Connect self and all child Devices.
describe
describe_configuration
Commandline only synchronous move of a Motor
read
read_configuration
set
set_name
- param read:
Signals to make up
read()
stage
stop
unstage
Attributes
Return the name of the Device
parent
The parent Device if it exists
- move(new_position: float, timeout: float | None = None)[source]#
Commandline only synchronous move of a Motor