mahos.inst.positioner_interface.SinglePositionerInterface#

class mahos.inst.positioner_interface.SinglePositionerInterface(client: InstrumentClient | MultiInstrumentClient, inst: str)#

Interface for Single Axis Positioner.

__init__(client: InstrumentClient | MultiInstrumentClient, inst: str)#

Methods

get_all()

Get all important info about this device packed in a dict.

get_pos()

Get actual position.

get_range()

Get travel range.

get_status()

Get status.

get_target()

Get target position.

set_target(value)

Set the target position.