SR560 Pre-amp module¶
Stanford Research Systems SR560 Pre-Amp
-
class
place.plugins.sr560_preamp.sr560_preamp.
SR560PreAmp
(config, plotter)[source]¶ PLACE module for controlling the SRS SR560 pre-amplifier.
This module allows PLACE to set configuration options on the preamp at the start of an experiment. Currently, the module does not provide automation during an experiment. this module is a convenience only module designed to assist in recording the preamp setting used in an experiment.
It should also be noted that the preamp is configured only as a listening serial port, meaning that the instrument settings cannot be read back from the instrument. Therefore, in an automated experiment, PLACE has no way to verify that the desired settings are being registered by the instrument. Users are advised to adequately test the communication with the instrument before leaving PLACE to perform a large experiment.
-
config
(metadata, total_updates)[source]¶ Configure the pre-amp.
The pre-amp is entirely configured at the beginning of the experiment. Due to the small number of configuration options, this module requires values be specified for all the options and no defaults are assumed.
Parameters: - metadata (dict) – metadata for the experiment
- total_updates (int) – the number of update steps that will be in this experiment
-
Driver for accessing the features of the SR560 pre-amp