photons.equipment.widgets.thorlabs_flipper module

Widget for a Thorlabs filter flipper (MFF101 or MFF102).

class photons.equipment.widgets.thorlabs_flipper.ThorlabsFlipperWidget(connection, *, parent=None)[source]

Bases: BaseEquipmentWidget

Widget for a Thorlabs filter flipper (MFF101 or MFF102).

Parameters:
connection: ThorlabsFlipper
notification_handler(info)[source]

Handle the notifications from a MotionControlCallback.

Return type:

None

on_index_changed(index)[source]

Slot for the QComboBox.currentIndexChanged signal.

Return type:

None

on_callback(info)[source]

Slot for the MotionControlCallback signal.

Return type:

None