photons.equipment.widgets.sia_cmi module

Widget for a Switched Integrator Amplifier from CMI.

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

Bases: BaseEquipmentWidget

Widget for a Switched Integrator Amplifier from CMI.

Parameters:
  • connection (SIA3CMI) – The connection to the amplifier.

  • parent (QWidget) – The parent widget.

connection: SIA3CMI
notification_handler(integration_time)[source]

Handle notifications from the SIA3CMI Service.

Return type:

None

on_index_changed(index)[source]

Set the integration time.

Return type:

None

on_integration_time_changed(value)[source]

Update the combobox without emitting the signal.

Return type:

None