photons.equipment.widgets.keithley_6430 module

Widget for a Keithley 6430 sub-femtoAmp SourceMeter.

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

Bases: BaseEquipmentWidget

Widget for a Keithley 6430 sub-femtoAmp SourceMeter.

Parameters:
  • connection (Keithley6430) – The connection to the SourceMeter.

  • parent (QWidget) – The parent widget.

connection: Keithley6430
on_function_text_changed(text)[source]

Slot for the Function QComboBox.currentTextChanged signal.

Return type:

None

on_source_settings_changed(settings)[source]

Slot for the Keithley6430.source_settings_changed signal.

Return type:

None

on_configure_source()[source]

Slot to configure the Source subsystem.

Return type:

None