FSRSModule.Axis

class core.FSRSModule.Axis[source]

Base class for any axis or stage device.

goto(pos)[source]

Go to specified position.

Important

This function has to be overwritten by any derived motor class to implement the device specific code.

is_moving()[source]

Return True if stage is moving, otherwise False.

Important

This function has to be overwritten by any derived motor class to implement the device specific code.

pos()[source]

Return current position.

Important

This function has to be overwritten by any derived motor class to implement the device specific code.