holypipette.devices.amplifier.amplifier module¶
- class holypipette.devices.amplifier.amplifier.Amplifier[source]¶
Bases:
TaskControllerBase class for amplifiers.
- set_zap_duration(duration)[source]¶
Set the duration for the
zap. :Parameters: duration (float) – Duration of the zap in seconds.
- class holypipette.devices.amplifier.amplifier.FakeAmplifier[source]¶
Bases:
Amplifier“Fake” amplifier that only notes down changes/commands
- set_holding(value)[source]¶
Set holding voltage or current
- Parameters:
value (float) – Holding voltage or current
- set_zap_duration(duration)[source]¶
Set the duration for the
zap. :Parameters: duration (float) – Duration of the zap in seconds.