Instrument: FunctionGenerator¶
In [1]:
%load_ext autoreload
%autoreload 2
from start import start
synth = start('Function Generator')
2018-04-17 03:12:10,885 - WARNING - lightlab.visa:
Function generator GPIB is broken, so cannot ensure if live
It is alive
Function generator, HP 8116A
Here is what to test:
startup
frequency
waveform
amplAndOffs
amplitudeRange
duty
Problems here¶
- Our particular synth GPIB is broken, so it cannot query
- The below are currently not working with pretty obscure VISA errors
TODO
In [ ]:
# synth.frequency(100)
# synth.waveform('sine')
# maxVolt = synth.amplitudeRange[1]
# synth.amplAndOffs((maxVolt / 10, 0))
In [ ]: