class documentation

class DummyStageMovement: (source)

Constructor: DummyStageMovement(displacement)

View In Hierarchy

A class used internally to send movements to the dummy stages movement thread.

Method __init__ Initialise with a displacement.
Instance Variable displacement Undocumented
Instance Variable started Undocumented
def __init__(self, displacement: Sequence[int] | None): (source)

Initialise with a displacement.

Parameters
displacement:Sequence[int] | NoneA sequence of integers or None to stop the motion.
displacement = (source)

Undocumented

Undocumented