diff --git a/_modules/qcodes/instrument_drivers/rohde_schwarz/ZNB.html b/_modules/qcodes/instrument_drivers/rohde_schwarz/ZNB.html index b2dc95da96f..e469d746bbf 100644 --- a/_modules/qcodes/instrument_drivers/rohde_schwarz/ZNB.html +++ b/_modules/qcodes/instrument_drivers/rohde_schwarz/ZNB.html @@ -508,8 +508,14 @@

Source code for qcodes.instrument_drivers.rohde_schwarz.ZNB

stop = self.stop() npts = self.npts() self.trace.set_sweep(start, stop, npts) - self.trace_mag_phase.set_sweep(start, stop, npts)
+ self.trace_mag_phase.set_sweep(start, stop, npts) +
[docs] def snapshot_base(self, update=False, params_to_skip_update=None): + if params_to_skip_update is None: + params_to_skip_update = ('trace', 'trace_mag_phase') + snap = super().snapshot_base(update=update, + params_to_skip_update=params_to_skip_update) + return snap
[docs]class ZNB(VisaInstrument): """ diff --git a/api/generated/qcodes.instrument_drivers.rohde_schwarz.html b/api/generated/qcodes.instrument_drivers.rohde_schwarz.html index c1fd9d5587e..7b551ffcfa5 100644 --- a/api/generated/qcodes.instrument_drivers.rohde_schwarz.html +++ b/api/generated/qcodes.instrument_drivers.rohde_schwarz.html @@ -791,6 +791,11 @@

Submodules class qcodes.instrument_drivers.rohde_schwarz.ZNB.ZNBChannel(parent, name, channel)[source]

Bases: qcodes.instrument.channel.InstrumentChannel

+
+
+snapshot_base(update=False, params_to_skip_update=None)[source]
+
+

diff --git a/genindex.html b/genindex.html index 017280b5715..f6aa8e5da97 100644 --- a/genindex.html +++ b/genindex.html @@ -1677,6 +1677,8 @@

S

  • (qcodes.instrument_drivers.QDev.QDac_channels.QDac method)
  • (qcodes.instrument_drivers.QDev.QDac_channels.QDacChannel method) +
  • +
  • (qcodes.instrument_drivers.rohde_schwarz.ZNB.ZNBChannel method)
  • SR560 (class in qcodes.instrument_drivers.stanford_research.SR560) diff --git a/objects.inv b/objects.inv index e698a415510..3b15b9afd1f 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/searchindex.js b/searchindex.js index 57b43b56198..eb78a7d732f 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["_notebooks/Combined Parameters","_notebooks/Configuring_QCoDeS","_notebooks/Creating Instrument Drivers","_notebooks/Datasaving examples","_notebooks/Measure without a Loop","_notebooks/Metadata","_notebooks/Metadata with instruments","_notebooks/Parameters","_notebooks/Qcodes location-format example","_notebooks/Tutorial","_notebooks/benchmarking/Agilent 34411A versus Keysight 34465A","_notebooks/benchmarking/Benchmark of Keysight DMM software trigger vs set-get","_notebooks/benchmarking/QDac and Keysight 34465 sync and buffer","_notebooks/driver_examples/Keithley_example","_notebooks/driver_examples/QCodes example with SR830","_notebooks/driver_examples/Qcodes example ATS_ONWORK","_notebooks/driver_examples/Qcodes example with AMI430","_notebooks/driver_examples/Qcodes example with Agilent 34400A","_notebooks/driver_examples/Qcodes example with Decadac","_notebooks/driver_examples/Qcodes example with Ithaco","_notebooks/driver_examples/Qcodes example with Keithley 2600","_notebooks/driver_examples/Qcodes example with Keysight 33500B","_notebooks/driver_examples/Qcodes example with Mercury IPS (Magnet)","_notebooks/driver_examples/Qcodes example with QDac","_notebooks/driver_examples/Qcodes example with QDac_channels","_notebooks/driver_examples/Qcodes example with Rohde Schwarz ZNB","_notebooks/driver_examples/Qcodes example with TPS2012","_notebooks/driver_examples/Qcodes example with Tektronix AWG5014C","_notebooks/driver_examples/Qcodes example with Triton","_notebooks/driver_examples/Qcodes example with ZI UHF-LI","api/generated/qcodes.ArrayParameter","api/generated/qcodes.BreakIf","api/generated/qcodes.ChannelList","api/generated/qcodes.CombinedParameter","api/generated/qcodes.Config","api/generated/qcodes.DataArray","api/generated/qcodes.DataSet","api/generated/qcodes.DiskIO","api/generated/qcodes.FormatLocation","api/generated/qcodes.Formatter","api/generated/qcodes.Function","api/generated/qcodes.GNUPlotFormat","api/generated/qcodes.IPInstrument","api/generated/qcodes.Instrument","api/generated/qcodes.InstrumentChannel","api/generated/qcodes.Loop","api/generated/qcodes.ManualParameter","api/generated/qcodes.MultiParameter","api/generated/qcodes.Parameter","api/generated/qcodes.StandardParameter","api/generated/qcodes.SweepFixedValues","api/generated/qcodes.SweepValues","api/generated/qcodes.Task","api/generated/qcodes.VisaInstrument","api/generated/qcodes.Wait","api/generated/qcodes.combine","api/generated/qcodes.instrument_drivers","api/generated/qcodes.instrument_drivers.Advantech","api/generated/qcodes.instrument_drivers.AlazarTech","api/generated/qcodes.instrument_drivers.HP","api/generated/qcodes.instrument_drivers.Harvard","api/generated/qcodes.instrument_drivers.Keysight","api/generated/qcodes.instrument_drivers.Lakeshore","api/generated/qcodes.instrument_drivers.QDev","api/generated/qcodes.instrument_drivers.QuTech","api/generated/qcodes.instrument_drivers.Spectrum","api/generated/qcodes.instrument_drivers.Spectrum.py_header","api/generated/qcodes.instrument_drivers.ZI","api/generated/qcodes.instrument_drivers.agilent","api/generated/qcodes.instrument_drivers.american_magnetics","api/generated/qcodes.instrument_drivers.ithaco","api/generated/qcodes.instrument_drivers.oxford","api/generated/qcodes.instrument_drivers.rigol","api/generated/qcodes.instrument_drivers.rohde_schwarz","api/generated/qcodes.instrument_drivers.signal_hound","api/generated/qcodes.instrument_drivers.stanford_research","api/generated/qcodes.instrument_drivers.tektronix","api/generated/qcodes.instrument_drivers.weinschel","api/generated/qcodes.instrument_drivers.yokogawa","api/generated/qcodes.load_data","api/generated/qcodes.measure.Measure","api/generated/qcodes.new_data","api/generated/qcodes.plots.pyqtgraph.QtPlot","api/generated/qcodes.plots.qcmatplotlib.MatPlot","api/generated/qcodes.station.Station","api/generated/qcodes.utils.command","api/generated/qcodes.utils.deferred_operations","api/generated/qcodes.utils.helpers","api/generated/qcodes.utils.metadata","api/generated/qcodes.utils.validators","api/index","api/private","api/public","changes/0.1.0","changes/0.1.2","changes/0.1.3","changes/0.1.4","changes/0.1.5","changes/0.1.6","changes/0.1.7","changes/index","community/contributing","community/index","community/install","community/objects","examples/index","help","roadmap","start/index","user/configuration","user/faq","user/index","user/intro","user/tutorial"],envversion:53,filenames:["_notebooks/Combined Parameters.rst","_notebooks/Configuring_QCoDeS.rst","_notebooks/Creating Instrument Drivers.rst","_notebooks/Datasaving examples.rst","_notebooks/Measure without a Loop.rst","_notebooks/Metadata.rst","_notebooks/Metadata with instruments.rst","_notebooks/Parameters.rst","_notebooks/Qcodes location-format example.rst","_notebooks/Tutorial.rst","_notebooks/benchmarking/Agilent 34411A versus Keysight 34465A.rst","_notebooks/benchmarking/Benchmark of Keysight DMM software trigger vs set-get.rst","_notebooks/benchmarking/QDac and Keysight 34465 sync and buffer.rst","_notebooks/driver_examples/Keithley_example.rst","_notebooks/driver_examples/QCodes example with SR830.rst","_notebooks/driver_examples/Qcodes example ATS_ONWORK.rst","_notebooks/driver_examples/Qcodes example with AMI430.rst","_notebooks/driver_examples/Qcodes example with Agilent 34400A.rst","_notebooks/driver_examples/Qcodes example with Decadac.rst","_notebooks/driver_examples/Qcodes example with Ithaco.rst","_notebooks/driver_examples/Qcodes example with Keithley 2600.rst","_notebooks/driver_examples/Qcodes example with Keysight 33500B.rst","_notebooks/driver_examples/Qcodes example with Mercury IPS (Magnet).rst","_notebooks/driver_examples/Qcodes example with QDac.rst","_notebooks/driver_examples/Qcodes example with QDac_channels.rst","_notebooks/driver_examples/Qcodes example with Rohde Schwarz ZNB.rst","_notebooks/driver_examples/Qcodes example with TPS2012.rst","_notebooks/driver_examples/Qcodes example with Tektronix AWG5014C.rst","_notebooks/driver_examples/Qcodes example with Triton.rst","_notebooks/driver_examples/Qcodes example with ZI UHF-LI.rst","api/generated/qcodes.ArrayParameter.rst","api/generated/qcodes.BreakIf.rst","api/generated/qcodes.ChannelList.rst","api/generated/qcodes.CombinedParameter.rst","api/generated/qcodes.Config.rst","api/generated/qcodes.DataArray.rst","api/generated/qcodes.DataSet.rst","api/generated/qcodes.DiskIO.rst","api/generated/qcodes.FormatLocation.rst","api/generated/qcodes.Formatter.rst","api/generated/qcodes.Function.rst","api/generated/qcodes.GNUPlotFormat.rst","api/generated/qcodes.IPInstrument.rst","api/generated/qcodes.Instrument.rst","api/generated/qcodes.InstrumentChannel.rst","api/generated/qcodes.Loop.rst","api/generated/qcodes.ManualParameter.rst","api/generated/qcodes.MultiParameter.rst","api/generated/qcodes.Parameter.rst","api/generated/qcodes.StandardParameter.rst","api/generated/qcodes.SweepFixedValues.rst","api/generated/qcodes.SweepValues.rst","api/generated/qcodes.Task.rst","api/generated/qcodes.VisaInstrument.rst","api/generated/qcodes.Wait.rst","api/generated/qcodes.combine.rst","api/generated/qcodes.instrument_drivers.rst","api/generated/qcodes.instrument_drivers.Advantech.rst","api/generated/qcodes.instrument_drivers.AlazarTech.rst","api/generated/qcodes.instrument_drivers.HP.rst","api/generated/qcodes.instrument_drivers.Harvard.rst","api/generated/qcodes.instrument_drivers.Keysight.rst","api/generated/qcodes.instrument_drivers.Lakeshore.rst","api/generated/qcodes.instrument_drivers.QDev.rst","api/generated/qcodes.instrument_drivers.QuTech.rst","api/generated/qcodes.instrument_drivers.Spectrum.rst","api/generated/qcodes.instrument_drivers.Spectrum.py_header.rst","api/generated/qcodes.instrument_drivers.ZI.rst","api/generated/qcodes.instrument_drivers.agilent.rst","api/generated/qcodes.instrument_drivers.american_magnetics.rst","api/generated/qcodes.instrument_drivers.ithaco.rst","api/generated/qcodes.instrument_drivers.oxford.rst","api/generated/qcodes.instrument_drivers.rigol.rst","api/generated/qcodes.instrument_drivers.rohde_schwarz.rst","api/generated/qcodes.instrument_drivers.signal_hound.rst","api/generated/qcodes.instrument_drivers.stanford_research.rst","api/generated/qcodes.instrument_drivers.tektronix.rst","api/generated/qcodes.instrument_drivers.weinschel.rst","api/generated/qcodes.instrument_drivers.yokogawa.rst","api/generated/qcodes.load_data.rst","api/generated/qcodes.measure.Measure.rst","api/generated/qcodes.new_data.rst","api/generated/qcodes.plots.pyqtgraph.QtPlot.rst","api/generated/qcodes.plots.qcmatplotlib.MatPlot.rst","api/generated/qcodes.station.Station.rst","api/generated/qcodes.utils.command.rst","api/generated/qcodes.utils.deferred_operations.rst","api/generated/qcodes.utils.helpers.rst","api/generated/qcodes.utils.metadata.rst","api/generated/qcodes.utils.validators.rst","api/index.rst","api/private.rst","api/public.rst","changes/0.1.0.rst","changes/0.1.2.rst","changes/0.1.3.rst","changes/0.1.4.rst","changes/0.1.5.rst","changes/0.1.6.rst","changes/0.1.7.rst","changes/index.rst","community/contributing.rst","community/index.rst","community/install.rst","community/objects.rst","examples/index.rst","help.rst","roadmap.rst","start/index.rst","user/configuration.rst","user/faq.rst","user/index.rst","user/intro.rst","user/tutorial.rst"],objects:{"qcodes.ArrayParameter":{__init__:[30,1,1,""]},"qcodes.BreakIf":{__init__:[31,1,1,""]},"qcodes.ChannelList":{__init__:[32,1,1,""]},"qcodes.CombinedParameter":{__init__:[33,1,1,""]},"qcodes.Config":{__init__:[34,1,1,""],config_file_name:[34,2,1,""],current_config:[34,2,1,""],current_config_path:[34,2,1,""],current_schema:[34,2,1,""],cwd_file_name:[34,2,1,""],default_file_name:[34,2,1,""],env_file_name:[34,2,1,""],home_file_name:[34,2,1,""],schema_cwd_file_name:[34,2,1,""],schema_default_file_name:[34,2,1,""],schema_env_file_name:[34,2,1,""],schema_file_name:[34,2,1,""],schema_home_file_name:[34,2,1,""]},"qcodes.DataArray":{__init__:[35,1,1,""]},"qcodes.DataSet":{__init__:[36,1,1,""],background_functions:[36,2,1,""]},"qcodes.DiskIO":{__init__:[37,1,1,""]},"qcodes.FormatLocation":{__init__:[38,1,1,""]},"qcodes.Formatter":{__init__:[39,1,1,""]},"qcodes.Function":{__init__:[40,1,1,""]},"qcodes.GNUPlotFormat":{__init__:[41,1,1,""]},"qcodes.IPInstrument":{__init__:[42,1,1,""]},"qcodes.Instrument":{__init__:[43,1,1,""],functions:[43,2,1,""],name:[43,2,1,""],parameters:[43,2,1,""],submodules:[43,2,1,""]},"qcodes.InstrumentChannel":{__init__:[44,1,1,""],functions:[44,2,1,""],name:[44,2,1,""],parameters:[44,2,1,""]},"qcodes.Loop":{__init__:[45,1,1,""]},"qcodes.ManualParameter":{__init__:[46,1,1,""]},"qcodes.MultiParameter":{__init__:[47,1,1,""]},"qcodes.Parameter":{__init__:[48,1,1,""]},"qcodes.StandardParameter":{__init__:[49,1,1,""]},"qcodes.SweepFixedValues":{__init__:[50,1,1,""]},"qcodes.SweepValues":{__init__:[51,1,1,""]},"qcodes.Task":{__init__:[52,1,1,""]},"qcodes.VisaInstrument":{__init__:[53,1,1,""],visa_handle:[53,2,1,""]},"qcodes.Wait":{__init__:[54,1,1,""]},"qcodes.instrument_drivers":{Advantech:[57,4,0,"-"],AlazarTech:[58,4,0,"-"],HP:[59,4,0,"-"],Harvard:[60,4,0,"-"],Keysight:[61,4,0,"-"],Lakeshore:[62,4,0,"-"],QDev:[63,4,0,"-"],QuTech:[64,4,0,"-"],Spectrum:[65,4,0,"-"],ZI:[67,4,0,"-"],agilent:[68,4,0,"-"],american_magnetics:[69,4,0,"-"],devices:[56,4,0,"-"],ithaco:[70,4,0,"-"],oxford:[71,4,0,"-"],rigol:[72,4,0,"-"],rohde_schwarz:[73,4,0,"-"],signal_hound:[74,4,0,"-"],stanford_research:[75,4,0,"-"],tektronix:[76,4,0,"-"],test:[56,4,0,"-"],weinschel:[77,4,0,"-"],yokogawa:[78,4,0,"-"]},"qcodes.instrument_drivers.Advantech":{PCIE_1751:[57,4,0,"-"]},"qcodes.instrument_drivers.Advantech.PCIE_1751":{Advantech_PCIE_1751:[57,0,1,""],DAQNaviException:[57,5,1,""],DAQNaviWarning:[57,5,1,""]},"qcodes.instrument_drivers.Advantech.PCIE_1751.Advantech_PCIE_1751":{ERRORMSG:[57,2,1,""],check:[57,1,1,""],close:[57,1,1,""],get_idn:[57,1,1,""],port_count:[57,1,1,""],read_pin:[57,1,1,""],read_port:[57,1,1,""],write_pin:[57,1,1,""],write_port:[57,1,1,""]},"qcodes.instrument_drivers.AlazarTech":{ATS9870:[58,4,0,"-"],ATS:[58,4,0,"-"],ATS_acquisition_controllers:[58,4,0,"-"]},"qcodes.instrument_drivers.AlazarTech.ATS":{AcquisitionController:[58,0,1,""],AlazarParameter:[58,0,1,""],AlazarTech_ATS:[58,0,1,""],Buffer:[58,0,1,""],TrivialDictionary:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AcquisitionController":{_alazar:[58,2,1,""],handle_buffer:[58,1,1,""],post_acquire:[58,1,1,""],pre_acquire:[58,1,1,""],pre_start_capture:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AlazarParameter":{get:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AlazarTech_ATS":{acquire:[58,1,1,""],channels:[58,2,1,""],clear_buffers:[58,1,1,""],config:[58,1,1,""],dll_path:[58,2,1,""],find_boards:[58,6,1,""],get_board_info:[58,6,1,""],get_idn:[58,1,1,""],get_sample_rate:[58,1,1,""],signal_to_volt:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.Buffer":{__del__:[58,1,1,""],free_mem:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS9870":{AlazarTech_ATS9870:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS_acquisition_controllers":{Demodulation_AcquisitionController:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS_acquisition_controllers.Demodulation_AcquisitionController":{do_acquisition:[58,1,1,""],fit:[58,1,1,""],handle_buffer:[58,1,1,""],post_acquire:[58,1,1,""],pre_acquire:[58,1,1,""],pre_start_capture:[58,1,1,""],update_acquisitionkwargs:[58,1,1,""]},"qcodes.instrument_drivers.HP":{HP8133A:[59,4,0,"-"],HP_83650A:[59,4,0,"-"]},"qcodes.instrument_drivers.HP.HP8133A":{HP8133A:[59,0,1,""]},"qcodes.instrument_drivers.HP.HP_83650A":{HP_83650A:[59,0,1,""],parsestr:[59,3,1,""]},"qcodes.instrument_drivers.HP.HP_83650A.HP_83650A":{print_all:[59,1,1,""],print_modstatus:[59,1,1,""],reset:[59,1,1,""]},"qcodes.instrument_drivers.Harvard":{Decadac:[60,4,0,"-"]},"qcodes.instrument_drivers.Harvard.Decadac":{DACException:[60,5,1,""],DacChannel:[60,0,1,""],DacReader:[60,0,1,""],DacSlot:[60,0,1,""],Decadac:[60,0,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.DacChannel":{ask:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.DacSlot":{ask:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.Decadac":{__repr__:[60,1,1,""],_ramp_state:[60,2,1,""],_ramp_time:[60,2,1,""],connect_message:[60,1,1,""],get_idn:[60,1,1,""],ramp_all:[60,1,1,""],set_all:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Keysight":{Keysight_33500B:[61,4,0,"-"],Keysight_33500B_channels:[61,4,0,"-"],Keysight_34465A:[61,4,0,"-"],M3201A:[61,4,0,"-"],M3300A:[61,4,0,"-"],test_suite:[61,4,0,"-"]},"qcodes.instrument_drivers.Keysight.Keysight_33500B":{Keysight_33500B:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B.Keysight_33500B":{flush_error_queue:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B_channels":{KeysightChannel:[61,0,1,""],Keysight_33500B_Channels:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B_channels.Keysight_33500B_Channels":{flush_error_queue:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A":{ArrayMeasurement:[61,0,1,""],Keysight_34465A:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A.ArrayMeasurement":{get:[61,1,1,""],prepare:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A.Keysight_34465A":{NPLC_list:[61,2,1,""],flush_error_queue:[61,1,1,""],model:[61,2,1,""],ranges:[61,2,1,""]},"qcodes.instrument_drivers.Keysight.M3201A":{Keysight_M3201A:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.M3300A":{M3300A_AWG:[61,0,1,""],M3300A_DIG:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.test_suite":{TestKeysight_M3201A:[61,0,1,""],TestKeysight_M3300A:[61,0,1,""],TestSD_Module:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestKeysight_M3201A":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_PXI_trigger:[61,1,1,""],test_channel_amplitude:[61,1,1,""],test_channel_frequency:[61,1,1,""],test_channel_offset:[61,1,1,""],test_channel_phase:[61,1,1,""],test_channel_wave_shape:[61,1,1,""],test_chassis_and_slot:[61,1,1,""],test_chassis_number:[61,1,1,""],test_clock_frequency:[61,1,1,""],test_open_close:[61,1,1,""],test_serial_number:[61,1,1,""],test_slot_number:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestKeysight_M3300A":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_PXI_trigger:[61,1,1,""],test_channel_amplitude:[61,1,1,""],test_channel_frequency:[61,1,1,""],test_channel_offset:[61,1,1,""],test_channel_phase:[61,1,1,""],test_channel_wave_shape:[61,1,1,""],test_chassis_and_slot:[61,1,1,""],test_chassis_number:[61,1,1,""],test_clock_frequency:[61,1,1,""],test_open_close:[61,1,1,""],test_serial_number:[61,1,1,""],test_slot_number:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestSD_Module":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_chassis_and_slot:[61,1,1,""]},"qcodes.instrument_drivers.Lakeshore":{Model_336:[62,4,0,"-"]},"qcodes.instrument_drivers.Lakeshore.Model_336":{Model_336:[62,0,1,""],SensorChannel:[62,0,1,""]},"qcodes.instrument_drivers.QDev":{QDac:[63,4,0,"-"],QDac_channels:[63,4,0,"-"]},"qcodes.instrument_drivers.QDev.QDac":{QDac:[63,0,1,""]},"qcodes.instrument_drivers.QDev.QDac.QDac":{connect_message:[63,1,1,""],max_status_age:[63,2,1,""],print_overview:[63,1,1,""],printslopes:[63,1,1,""],read:[63,1,1,""],read_state:[63,1,1,""],snapshot_base:[63,1,1,""],voltage_range_status:[63,2,1,""],write:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels":{QDac:[63,0,1,""],QDacChannel:[63,0,1,""],QDacMultiChannelParameter:[63,0,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDac":{connect_message:[63,1,1,""],max_status_age:[63,2,1,""],print_overview:[63,1,1,""],printslopes:[63,1,1,""],read:[63,1,1,""],read_state:[63,1,1,""],snapshot_base:[63,1,1,""],voltage_range_status:[63,2,1,""],write:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDacChannel":{snapshot_base:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDacMultiChannelParameter":{get:[63,1,1,""]},"qcodes.instrument_drivers.QuTech":{IVVI:[64,4,0,"-"]},"qcodes.instrument_drivers.QuTech.IVVI":{IVVI:[64,0,1,""]},"qcodes.instrument_drivers.QuTech.IVVI.IVVI":{Fullrange:[64,2,1,""],Halfrange:[64,2,1,""],adjust_parameter_validator:[64,1,1,""],ask:[64,1,1,""],get_all:[64,1,1,""],get_idn:[64,1,1,""],get_pol_dac:[64,1,1,""],read:[64,1,1,""],round_dac:[64,1,1,""],set_dacs_zero:[64,1,1,""],set_pol_dacrack:[64,1,1,""],write:[64,1,1,""]},"qcodes.instrument_drivers.Spectrum":{M4i:[65,4,0,"-"],py_header:[66,4,0,"-"]},"qcodes.instrument_drivers.Spectrum.M4i":{M4i:[65,0,1,""],szTypeToName:[65,3,1,""]},"qcodes.instrument_drivers.Spectrum.M4i.M4i":{active_channels:[65,1,1,""],blockavg_hardware_trigger_acquisition:[65,1,1,""],close:[65,1,1,""],convert_to_voltage:[65,1,1,""],gated_trigger_acquisition:[65,1,1,""],get_card_memory:[65,1,1,""],get_card_type:[65,1,1,""],get_error_info32bit:[65,1,1,""],get_idn:[65,1,1,""],get_max_sample_rate:[65,1,1,""],initialize_channels:[65,1,1,""],multiple_trigger_acquisition:[65,1,1,""],reset:[65,1,1,""],set_channel_OR_trigger_settings:[65,1,1,""],set_channel_settings:[65,1,1,""],set_ext0_OR_trigger_settings:[65,1,1,""],single_software_trigger_acquisition:[65,1,1,""],single_trigger_acquisition:[65,1,1,""]},"qcodes.instrument_drivers.Spectrum.py_header":{regs:[66,4,0,"-"],spcerr:[66,4,0,"-"]},"qcodes.instrument_drivers.Spectrum.py_header.regs":{GIGA:[66,3,1,""],GIGA_B:[66,3,1,""],KILO:[66,3,1,""],KILO_B:[66,3,1,""],MEGA:[66,3,1,""],MEGA_B:[66,3,1,""]},"qcodes.instrument_drivers.ZI":{ZIUHFLI:[67,4,0,"-"]},"qcodes.instrument_drivers.ZI.ZIUHFLI":{Scope:[67,0,1,""],Sweep:[67,0,1,""],ZIUHFLI:[67,0,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.Scope":{get:[67,1,1,""],names:[67,2,1,""],prepare_scope:[67,1,1,""],setpoint_names:[67,2,1,""],setpoints:[67,2,1,""],shapes:[67,2,1,""],units:[67,2,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.Sweep":{build_sweep:[67,1,1,""],get:[67,1,1,""],names:[67,2,1,""],setpoint_names:[67,2,1,""],setpoints:[67,2,1,""],shapes:[67,2,1,""],units:[67,2,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.ZIUHFLI":{NEPBW_to_timeconstant:[67,7,1,""],add_signal_to_sweeper:[67,1,1,""],close:[67,1,1,""],print_sweeper_settings:[67,1,1,""],remove_signal_from_sweeper:[67,1,1,""]},"qcodes.instrument_drivers.agilent":{Agilent_34400A:[68,4,0,"-"],E8267C:[68,4,0,"-"],E8527D:[68,4,0,"-"],HP33210A:[68,4,0,"-"],test_suite:[68,4,0,"-"]},"qcodes.instrument_drivers.agilent.Agilent_34400A":{Agilent_34400A:[68,0,1,""]},"qcodes.instrument_drivers.agilent.Agilent_34400A.Agilent_34400A":{clear_errors:[68,1,1,""],display_clear:[68,1,1,""],init_measurement:[68,1,1,""],reset:[68,1,1,""]},"qcodes.instrument_drivers.agilent.E8267C":{E8267:[68,0,1,""]},"qcodes.instrument_drivers.agilent.E8267C.E8267":{deg_to_rad:[68,7,1,""],rad_to_deg:[68,7,1,""]},"qcodes.instrument_drivers.agilent.E8527D":{Agilent_E8527D:[68,0,1,""]},"qcodes.instrument_drivers.agilent.E8527D.Agilent_E8527D":{deg_to_rad:[68,1,1,""],off:[68,1,1,""],on:[68,1,1,""],parse_on_off:[68,1,1,""],rad_to_deg:[68,1,1,""]},"qcodes.instrument_drivers.agilent.HP33210A":{Agilent_HP33210A:[68,0,1,""]},"qcodes.instrument_drivers.agilent.test_suite":{TestAgilent_E8527D:[68,0,1,""]},"qcodes.instrument_drivers.agilent.test_suite.TestAgilent_E8527D":{driver:[68,2,1,""],setUpClass:[68,6,1,""],test_firmware_version:[68,1,1,""],test_frequency:[68,1,1,""],test_on_off:[68,1,1,""],test_phase:[68,1,1,""],test_power:[68,1,1,""]},"qcodes.instrument_drivers.american_magnetics":{AMI430:[69,4,0,"-"]},"qcodes.instrument_drivers.american_magnetics.AMI430":{AMI430:[69,0,1,""],AMI430_3D:[69,0,1,""]},"qcodes.instrument_drivers.american_magnetics.AMI430.AMI430":{default_current_ramp_limit:[69,2,1,""],mocker_class:[69,2,1,""],set_field:[69,1,1,""]},"qcodes.instrument_drivers.american_magnetics.AMI430.AMI430_3D":{get_mocker_messages:[69,1,1,""]},"qcodes.instrument_drivers.devices":{VoltageDivider:[56,0,1,""]},"qcodes.instrument_drivers.devices.VoltageDivider":{get:[56,1,1,""],get_instrument_value:[56,1,1,""],set:[56,1,1,""]},"qcodes.instrument_drivers.ithaco":{Ithaco_1211:[70,4,0,"-"]},"qcodes.instrument_drivers.ithaco.Ithaco_1211":{CurrentParameter:[70,0,1,""],Ithaco_1211:[70,0,1,""]},"qcodes.instrument_drivers.ithaco.Ithaco_1211.CurrentParameter":{get:[70,1,1,""]},"qcodes.instrument_drivers.ithaco.Ithaco_1211.Ithaco_1211":{get_idn:[70,1,1,""]},"qcodes.instrument_drivers.oxford":{ILM200:[71,4,0,"-"],IPS120:[71,4,0,"-"],kelvinox:[71,4,0,"-"],mercuryiPS:[71,4,0,"-"],triton:[71,4,0,"-"]},"qcodes.instrument_drivers.oxford.ILM200":{OxfordInstruments_ILM200:[71,0,1,""]},"qcodes.instrument_drivers.oxford.ILM200.OxfordInstruments_ILM200":{close:[71,1,1,""],get_all:[71,1,1,""],get_idn:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],set_remote_status:[71,1,1,""],set_to_fast:[71,1,1,""],set_to_slow:[71,1,1,""]},"qcodes.instrument_drivers.oxford.IPS120":{OxfordInstruments_IPS120:[71,0,1,""]},"qcodes.instrument_drivers.oxford.IPS120.OxfordInstruments_IPS120":{close:[71,1,1,""],examine:[71,1,1,""],get_all:[71,1,1,""],get_changed:[71,1,1,""],get_idn:[71,1,1,""],heater_off:[71,1,1,""],heater_on:[71,1,1,""],hold:[71,1,1,""],identify:[71,1,1,""],leave_persistent_mode:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],run_to_field:[71,1,1,""],run_to_field_wait:[71,1,1,""],set_persistent:[71,1,1,""],to_setpoint:[71,1,1,""],to_zero:[71,1,1,""]},"qcodes.instrument_drivers.oxford.kelvinox":{OxfordInstruments_Kelvinox_IGH:[71,0,1,""]},"qcodes.instrument_drivers.oxford.kelvinox.OxfordInstruments_Kelvinox_IGH":{close:[71,1,1,""],get_all:[71,1,1,""],get_idn:[71,1,1,""],identify:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],rotate_Nvalve:[71,1,1,""],set_mix_chamber_heater_mode:[71,1,1,""],set_mix_chamber_heater_power_range:[71,1,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS":{MercuryiPS:[71,0,1,""],MercuryiPSArray:[71,0,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS.MercuryiPS":{hold:[71,1,1,""],rtos:[71,1,1,""],to_zero:[71,1,1,""],write:[71,1,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS.MercuryiPSArray":{get:[71,1,1,""],set:[71,1,1,""]},"qcodes.instrument_drivers.oxford.triton":{Triton:[71,0,1,""]},"qcodes.instrument_drivers.oxford.triton.Triton":{get_idn:[71,1,1,""]},"qcodes.instrument_drivers.rigol":{DG4000:[72,4,0,"-"]},"qcodes.instrument_drivers.rigol.DG4000":{Rigol_DG4000:[72,0,1,""],clean_string:[72,3,1,""],is_number:[72,3,1,""],parse_multiple_outputs:[72,3,1,""],parse_single_output:[72,3,1,""],parse_string_output:[72,3,1,""]},"qcodes.instrument_drivers.rohde_schwarz":{SGS100A:[73,4,0,"-"],SMR40:[73,4,0,"-"],ZNB20:[73,4,0,"-"],ZNB:[73,4,0,"-"]},"qcodes.instrument_drivers.rohde_schwarz.SGS100A":{RohdeSchwarz_SGS100A:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SGS100A.RohdeSchwarz_SGS100A":{off:[73,1,1,""],on:[73,1,1,""],parse_on_off:[73,1,1,""],set_pulsemod_source:[73,1,1,""],set_pulsemod_state:[73,1,1,""],set_status:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SMR40":{RohdeSchwarz_SMR40:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SMR40.RohdeSchwarz_SMR40":{do_get_frequency:[73,1,1,""],do_get_power:[73,1,1,""],do_get_pulse_delay:[73,1,1,""],do_get_status:[73,1,1,""],do_get_status_of_ALC:[73,1,1,""],do_get_status_of_modulation:[73,1,1,""],do_set_frequency:[73,1,1,""],do_set_power:[73,1,1,""],do_set_pulse_delay:[73,1,1,""],do_set_status:[73,1,1,""],do_set_status_of_ALC:[73,1,1,""],do_set_status_of_modulation:[73,1,1,""],get_all:[73,1,1,""],off:[73,1,1,""],off_modulation:[73,1,1,""],on:[73,1,1,""],on_modulation:[73,1,1,""],reset:[73,1,1,""],set_ext_trig:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB":{FrequencySweep:[73,0,1,""],FrequencySweepMagPhase:[73,0,1,""],ZNB:[73,0,1,""],ZNBChannel:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.FrequencySweep":{get:[73,1,1,""],set_sweep:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.FrequencySweepMagPhase":{get:[73,1,1,""],set_sweep:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.ZNB":{add_channel:[73,1,1,""],clear_channels:[73,1,1,""],display_grid:[73,1,1,""],initialise:[73,1,1,""]},"qcodes.instrument_drivers.signal_hound":{USB_SA124B:[74,4,0,"-"]},"qcodes.instrument_drivers.signal_hound.USB_SA124B":{SignalHound_USB_SA124B:[74,0,1,""],constants:[74,0,1,""]},"qcodes.instrument_drivers.signal_hound.USB_SA124B.SignalHound_USB_SA124B":{QuerySweep:[74,1,1,""],abort:[74,1,1,""],check_for_error:[74,1,1,""],closeDevice:[74,1,1,""],configure:[74,1,1,""],default_server_name:[74,6,1,""],dll_path:[74,2,1,""],get_power_at_freq:[74,1,1,""],get_spectrum:[74,1,1,""],initialisation:[74,1,1,""],openDevice:[74,1,1,""],prepare_for_measurement:[74,1,1,""],preset:[74,1,1,""],saStatus:[74,2,1,""],saStatus_inverted:[74,2,1,""],safe_reload:[74,1,1,""],sweep:[74,1,1,""]},"qcodes.instrument_drivers.signal_hound.USB_SA124B.constants":{SA_MAX_DEVICES:[74,2,1,""],TG_THRU_0DB:[74,2,1,""],TG_THRU_20DB:[74,2,1,""],sa124_MAX_FREQ:[74,2,1,""],sa124_MIN_FREQ:[74,2,1,""],sa44_MAX_FREQ:[74,2,1,""],sa44_MIN_FREQ:[74,2,1,""],saDeviceTypeNone:[74,2,1,""],saDeviceTypeSA124A:[74,2,1,""],saDeviceTypeSA124B:[74,2,1,""],saDeviceTypeSA44:[74,2,1,""],saDeviceTypeSA44B:[74,2,1,""],sa_AUDIO:[74,2,1,""],sa_AUDIO_AM:[74,2,1,""],sa_AUDIO_CW:[74,2,1,""],sa_AUDIO_FM:[74,2,1,""],sa_AUDIO_LSB:[74,2,1,""],sa_AUDIO_USB:[74,2,1,""],sa_AUTO_ATTEN:[74,2,1,""],sa_AUTO_GAIN:[74,2,1,""],sa_AVERAGE:[74,2,1,""],sa_BYPASS:[74,2,1,""],sa_IDLE:[74,2,1,""],sa_IQ:[74,2,1,""],sa_IQ_SAMPLE_RATE:[74,2,1,""],sa_LIN_FULL_SCALE:[74,2,1,""],sa_LIN_SCALE:[74,2,1,""],sa_LOG_FULL_SCALE:[74,2,1,""],sa_LOG_SCALE:[74,2,1,""],sa_LOG_UNITS:[74,2,1,""],sa_MAX_ATTEN:[74,2,1,""],sa_MAX_GAIN:[74,2,1,""],sa_MAX_IQ_DECIMATION:[74,2,1,""],sa_MAX_RBW:[74,2,1,""],sa_MAX_REF:[74,2,1,""],sa_MAX_RT_RBW:[74,2,1,""],sa_MIN_IQ_BANDWIDTH:[74,2,1,""],sa_MIN_MAX:[74,2,1,""],sa_MIN_RBW:[74,2,1,""],sa_MIN_RT_RBW:[74,2,1,""],sa_MIN_SPAN:[74,2,1,""],sa_POWER_UNITS:[74,2,1,""],sa_REAL_TIME:[74,2,1,""],sa_SWEEPING:[74,2,1,""],sa_TG_SWEEP:[74,2,1,""],sa_VOLT_UNITS:[74,2,1,""]},"qcodes.instrument_drivers.stanford_research":{SG384:[75,4,0,"-"],SIM928:[75,4,0,"-"],SR560:[75,4,0,"-"],SR830:[75,4,0,"-"],SR865:[75,4,0,"-"]},"qcodes.instrument_drivers.stanford_research.SG384":{SRS_SG384:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SIM928":{SIM928:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SIM928.SIM928":{ask_module:[75,1,1,""],byte_to_bits:[75,7,1,""],check_module_errors:[75,1,1,""],find_modules:[75,1,1,""],get_module_idn:[75,1,1,""],get_module_status:[75,1,1,""],get_voltage:[75,1,1,""],reset_module:[75,1,1,""],set_smooth:[75,1,1,""],set_voltage:[75,1,1,""],write_module:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR560":{SR560:[75,0,1,""],VoltageParameter:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SR560.SR560":{get_idn:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR560.VoltageParameter":{get:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR830":{ChannelBuffer:[75,0,1,""],SR830:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SR830.ChannelBuffer":{get:[75,1,1,""],prepare_buffer_readout:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR865":{SR865:[75,0,1,""]},"qcodes.instrument_drivers.tektronix":{AWG5014:[76,4,0,"-"],AWG5200:[76,4,0,"-"],AWG520:[76,4,0,"-"],AWGFileParser:[76,4,0,"-"],Keithley_2000:[76,4,0,"-"],Keithley_2400:[76,4,0,"-"],Keithley_2600:[76,4,0,"-"],Keithley_2700:[76,4,0,"-"],TPS2012:[76,4,0,"-"]},"qcodes.instrument_drivers.tektronix.AWG5014":{Tektronix_AWG5014:[76,0,1,""],parsestr:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.AWG5014.Tektronix_AWG5014":{AWG_FILE_FORMAT_CHANNEL:[76,2,1,""],AWG_FILE_FORMAT_HEAD:[76,2,1,""],all_channels_off:[76,1,1,""],all_channels_on:[76,1,1,""],change_folder:[76,1,1,""],clear_message_queue:[76,1,1,""],create_and_goto_dir:[76,1,1,""],delete_all_waveforms_from_list:[76,1,1,""],force_event:[76,1,1,""],force_trigger:[76,1,1,""],force_trigger_event:[76,1,1,""],generate_awg_file:[76,1,1,""],generate_channel_cfg:[76,1,1,""],generate_sequence_cfg:[76,1,1,""],get_all:[76,1,1,""],get_current_folder_name:[76,1,1,""],get_error:[76,1,1,""],get_filenames:[76,1,1,""],get_folder_contents:[76,1,1,""],get_sq_mode:[76,1,1,""],get_sqel_loopcnt:[76,1,1,""],get_sqel_trigger_wait:[76,1,1,""],get_sqel_waveform:[76,1,1,""],get_state:[76,1,1,""],goto_root:[76,1,1,""],is_awg_ready:[76,1,1,""],load_awg_file:[76,1,1,""],make_and_save_awg_file:[76,1,1,""],make_send_and_load_awg_file:[76,1,1,""],newlinestripper:[76,1,1,""],pack_waveform:[76,1,1,""],run:[76,1,1,""],send_DC_pulse:[76,1,1,""],send_awg_file:[76,1,1,""],send_waveform_to_list:[76,1,1,""],set_current_folder_name:[76,1,1,""],set_sqel_event_jump_target_index:[76,1,1,""],set_sqel_event_jump_type:[76,1,1,""],set_sqel_event_target_index:[76,1,1,""],set_sqel_goto_state:[76,1,1,""],set_sqel_goto_target_index:[76,1,1,""],set_sqel_loopcnt:[76,1,1,""],set_sqel_loopcnt_to_inf:[76,1,1,""],set_sqel_trigger_wait:[76,1,1,""],set_sqel_waveform:[76,1,1,""],start:[76,1,1,""],stop:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWG520":{Tektronix_AWG520:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.AWG520.Tektronix_AWG520":{change_folder:[76,1,1,""],clear_waveforms:[76,1,1,""],delete_all_waveforms_from_list:[76,1,1,""],force_logicjump:[76,1,1,""],force_trigger:[76,1,1,""],get_all:[76,1,1,""],get_current_folder_name:[76,1,1,""],get_filenames:[76,1,1,""],get_folder_contents:[76,1,1,""],get_jumpmode:[76,1,1,""],get_state:[76,1,1,""],goto_root:[76,1,1,""],load_and_set_sequence:[76,1,1,""],make_directory:[76,1,1,""],resend_waveform:[76,1,1,""],return_self:[76,1,1,""],send_pattern:[76,1,1,""],send_sequence2:[76,1,1,""],send_sequence:[76,1,1,""],send_waveform:[76,1,1,""],set_current_folder_name:[76,1,1,""],set_jumpmode:[76,1,1,""],set_sequence:[76,1,1,""],set_setup_filename:[76,1,1,""],start:[76,1,1,""],stop:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWG5200":{Tektronix_AWG5200:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.AWG5200.Tektronix_AWG5200":{send_waveform_to_list:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWGFileParser":{parse_awg_file:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2000":{Keithley_2000:[76,0,1,""],parse_output_bool:[76,3,1,""],parse_output_string:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2000.Keithley_2000":{trigger:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2400":{Keithley_2400:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2400.Keithley_2400":{reset:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2600":{Keithley_2600:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2600.Keithley_2600":{ask:[76,1,1,""],get_idn:[76,1,1,""],reset:[76,1,1,""],write:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2700":{Keithley_2700:[76,0,1,""],bool_to_str:[76,3,1,""],parsebool:[76,3,1,""],parseint:[76,3,1,""],parsestr:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2700.Keithley_2700":{get_all:[76,1,1,""],reset:[76,1,1,""],set_defaults:[76,1,1,""],set_mode:[76,1,1,""],set_mode_volt_dc:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012":{ScopeArray:[76,0,1,""],TPS2012:[76,0,1,""],TPS2012Channel:[76,0,1,""],TraceNotReady:[76,5,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012.ScopeArray":{calc_set_points:[76,1,1,""],get:[76,1,1,""],prepare_curvedata:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012.TPS2012":{clear_message_queue:[76,1,1,""]},"qcodes.instrument_drivers.test":{DriverTestCase:[56,0,1,""],test_instrument:[56,3,1,""],test_instruments:[56,3,1,""]},"qcodes.instrument_drivers.test.DriverTestCase":{driver:[56,2,1,""],setUpClass:[56,6,1,""]},"qcodes.instrument_drivers.weinschel":{Weinschel_8320:[77,4,0,"-"],test_suite:[77,4,0,"-"]},"qcodes.instrument_drivers.weinschel.Weinschel_8320":{Weinschel_8320:[77,0,1,""]},"qcodes.instrument_drivers.weinschel.test_suite":{TestWeinschel_8320:[77,0,1,""]},"qcodes.instrument_drivers.weinschel.test_suite.TestWeinschel_8320":{driver:[77,2,1,""],test_attenuation:[77,1,1,""],test_firmware_version:[77,1,1,""]},"qcodes.instrument_drivers.yokogawa":{GS200:[78,4,0,"-"]},"qcodes.instrument_drivers.yokogawa.GS200":{GS200:[78,0,1,""]},"qcodes.instrument_drivers.yokogawa.GS200.GS200":{initialise:[78,1,1,""]},"qcodes.measure":{Measure:[80,0,1,""]},"qcodes.measure.Measure":{__init__:[80,1,1,""]},"qcodes.plots.pyqtgraph":{QtPlot:[82,0,1,""]},"qcodes.plots.pyqtgraph.QtPlot":{__init__:[82,1,1,""]},"qcodes.plots.qcmatplotlib":{MatPlot:[83,0,1,""]},"qcodes.plots.qcmatplotlib.MatPlot":{__init__:[83,1,1,""]},"qcodes.station":{Station:[84,0,1,""]},"qcodes.station.Station":{"default":[84,2,1,""],__init__:[84,1,1,""],delegate_attr_dicts:[84,2,1,""]},"qcodes.utils":{command:[85,4,0,"-"],deferred_operations:[86,4,0,"-"],helpers:[87,4,0,"-"],metadata:[88,4,0,"-"],validators:[89,4,0,"-"]},qcodes:{ArrayParameter:[30,0,1,""],BreakIf:[31,0,1,""],ChannelList:[32,0,1,""],CombinedParameter:[33,0,1,""],Config:[34,0,1,""],DataArray:[35,0,1,""],DataSet:[36,0,1,""],DiskIO:[37,0,1,""],FormatLocation:[38,0,1,""],Formatter:[39,0,1,""],Function:[40,0,1,""],GNUPlotFormat:[41,0,1,""],IPInstrument:[42,0,1,""],Instrument:[43,0,1,""],InstrumentChannel:[44,0,1,""],Loop:[45,0,1,""],ManualParameter:[46,0,1,""],MultiParameter:[47,0,1,""],Parameter:[48,0,1,""],StandardParameter:[49,0,1,""],SweepFixedValues:[50,0,1,""],SweepValues:[51,0,1,""],Task:[52,0,1,""],VisaInstrument:[53,0,1,""],Wait:[54,0,1,""],combine:[55,3,1,""],instrument_drivers:[56,4,0,"-"],load_data:[79,3,1,""],new_data:[81,3,1,""]}},objnames:{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","function","Python function"],"4":["py","module","Python module"],"5":["py","exception","Python exception"],"6":["py","classmethod","Python class method"],"7":["py","staticmethod","Python static method"]},objtypes:{"0":"py:class","1":"py:method","2":"py:attribute","3":"py:function","4":"py:module","5":"py:exception","6":"py:classmethod","7":"py:staticmethod"},terms:{"001_13":38,"001_unicorn_2016":8,"002_rainbow_2016":8,"00370000e":19,"005_rainbow_2016":8,"006_":26,"007_":26,"007_testsweep_14":9,"008_2d_test_14":9,"009_testsweep_15":12,"009_unicorn_2050":8,"01084000e":19,"010_mockloop_hdf5_test_15":3,"011_":29,"011_mockloop_hdf5_test_15":3,"012_":29,"013_":14,"013_n_1000_setget_11":11,"014_n_1000_setget_11":11,"015_n_1000_setget_11":11,"016_n_1000_setget_11":11,"016_test_missing_attr_15":3,"01763000e":19,"017_mockparabola_run_15":3,"017_n_1000_setget_11":11,"018_mockparabola_run_15":3,"018_n_1000_setget_11":11,"018_testsweep_12":10,"019_n_1000_setget_11":11,"019_testsweep_12":10,"020_n_1000_setget_11":11,"020_testsweep_12":10,"021_testsweep_12":10,"025_":12,"026_":12,"027_":12,"028_":12,"029_":12,"02s":25,"030_":12,"031_":12,"032_":12,"033_":12,"034_":12,"035_":12,"036_":12,"03d":27,"06s":10,"07288e":20,"073_":25,"076_":25,"077_":25,"078_":25,"079_":25,"07s":12,"080_":25,"083_":25,"0848e":6,"084_":25,"085_":25,"086_":25,"087_":25,"088_":25,"089_":25,"090_":25,"0x1c10ee73a58":12,"0x212e0582320":29,"0x7ebf668":6,"0x7ebf6a0":6,"0x7ecd5c0":6,"0x7ed0668":19,"0x7edd2e8":6,"0x7f26d30":6,"0x7f920ec0eef0":109,"0x7fd834e99ea0":0,"0x818a908":15,"0x8d11978":6,"100e3":25,"100e6":61,"100x100":10,"10e":[26,29],"10e6":[15,29],"10mhz":74,"10v":49,"11s":21,"13_testsweep":0,"13_testsweep_002":0,"14577e":20,"14s":11,"15_rainbow_test":38,"15s":25,"16243e":6,"16_13":8,"16s":[14,25],"17s":13,"1b1536e1a2e4":29,"1ct":26,"1e3":[21,29],"1e6":[25,29],"20000000e":27,"200e3":25,"200uw":71,"2012b":[26,76],"20e":29,"20ma":57,"20mw":71,"20uw":71,"250khz":74,"25e":[24,26],"25gb":15,"2614b":[6,20],"27041e":6,"28539f77dfd3":1,"2d_test":9,"2e3":21,"2min":25,"2mw":71,"2uw":71,"30_alazartest":15,"33500b":[61,96,105],"33522b":21,"34400a":105,"34401a":6,"34410a":6,"34411a":105,"34460a":61,"34461a":61,"34465a":[12,61,96,98,105],"34470a":61,"348s":3,"352161306002045e":22,"36s":25,"3x2":7,"41753e":20,"42637000e":19,"4271e":6,"44s":26,"44xx":[65,95],"4634e":6,"4port":25,"50e":[21,26],"52608e":23,"541_13":8,"56s":25,"57s":16,"5e9":25,"60s":16,"62s":16,"69014000e":19,"6a5acd":27,"6e6":25,"7bcb44f808c5":20,"8133a":[59,96],"83650a":96,"844e846b99a2":12,"93s":10,"94851000e":19,"95535000e":19,"96216000e":19,"98023e":20,"98941000e":19,"99618000e":19,"9e3":25,"\u03bca":[23,24],"\u03bcv":5,"abstract":112,"boolean":[64,76,98,109],"break":[2,9,31,75,76,100,101],"byte":[58,64,75,76],"case":[1,2,7,15,27,29,40,45,49,56,58,83,101,108,112,113],"char":63,"class":[3,7,8,13,17,19,20,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,80,82,83,84,85,86,87,88,89,101,104,105,113],"default":[1,2,4,7,9,20,23,24,25,30,34,35,36,38,40,41,42,45,47,48,53,56,58,60,61,63,64,70,71,73,75,76,79,81,82,83,84,93,94,99,101,104,111],"enum":[1,2,17,19,29,49,76,104,109],"export":71,"final":[9,12,15,27,29,39,40,49,108,112],"float":[2,11,13,36,40,49,50,56,60,64,65,67,69,71,72,73,75,76,81,83,98],"function":[0,5,6,7,8,9,12,13,15,16,19,20,26,27,31,33,36,43,44,49,50,52,55,57,58,61,64,65,67,68,71,72,73,74,75,76,77,78,86,87,89,98,99,101,104,105,107,112,113],"goto":[27,76],"import":[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,98,101,105,109,112,113],"int":[7,11,12,27,29,30,35,40,42,47,49,50,56,60,61,63,64,65,67,71,73,75,76,104],"long":[25,30,47,48,76,101],"m\u00e6lkeb\u00f8tt":6,"new":[1,2,7,9,15,20,29,35,38,39,40,41,76,79,81,83,100,107,108,109,112,113],"null":[57,109],"public":[90,101,108],"return":[0,2,4,7,9,11,12,16,17,20,23,24,25,27,29,30,31,32,38,40,47,48,49,50,56,57,58,60,61,63,64,65,67,70,71,72,73,74,75,76,79,80,81,104,112,113],"short":[35,112],"static":[42,43,53,67,68,75],"super":[2,7,61,113],"switch":[10,25,29,69,71,76,109,112],"true":[1,2,5,6,12,17,18,19,20,23,24,25,29,30,32,35,41,42,47,48,60,61,63,64,65,69,73,74,75,76,82,84,109,112],"try":[0,1,2,9,11,12,16,17,21,23,25,101,112],"var":41,"while":[9,17,19,26,57,76,112],AND:76,ATS:[15,56],Adding:101,And:[2,7,25,29,109,113],Are:[81,112],BUS:[11,21],BUT:101,But:[0,1,2,20,25,29,54,104],Doing:25,For:[1,2,4,7,9,16,21,25,26,27,29,30,38,41,47,49,53,57,58,60,65,67,76,82,101,106,108,109,112,113],Has:2,IPS:[71,105],Its:[109,112],NOT:[29,38,56,67,101],Not:[1,30,47,48,57,84,101,109],ONE:101,One:[1,29,67,107,112,113],POS:[12,21,64],PRs:101,SRS:96,THE:[29,105],THERE:105,TPS:[26,96,97],That:[2,50,51,76,113],The:[0,1,2,4,10,11,12,14,15,16,18,21,23,24,25,26,27,29,30,32,33,35,38,40,41,42,45,47,48,50,52,53,55,56,57,58,60,61,63,64,65,67,71,74,75,76,78,82,83,101,103,105,108,109,112,113],Then:[14,25,27,29,101,108,113],There:[2,9,18,26,27,61,101,104,109],These:[23,24,41,58,74,105,112],Tis:61,Use:[30,36,47,48,58,76,101,107,109],Used:72,Uses:38,Using:[105,111],Will:[35,47,109],With:[16,25,112],_10:25,_11:[25,29],_13:14,_15:12,_16:26,__call__:[12,38],__class__:[0,5,6,9,15,20],__del__:58,__dir__:20,__doc__:[13,29,30,40,47,48],__enter__:[17,19],__exit__:[17,19],__getattr__:[20,32,63],__init__:[2,7,17,19,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,60,80,82,83,84,113],__iter__:[50,51],__name__:[20,29],__next__:51,__repr__:60,_alazar:58,_assigned_fg:12,_ats_dll:2,_attenu:56,_bdaqctrl:57,_call:12,_channel:2,_check_for_error:17,_check_respons:17,_coil_const:16,_count:7,_current_r:16,_current_ramp_limit:16,_error_queu:17,_expect_error:17,_get:113,_get_cmd:71,_get_temp_channel:28,_handl:2,_indic:7,_instrument:[2,12,17],_instrument_list:113,_measured_param:2,_mode:76,_poll:17,_ramp_stat:60,_ramp_tim:60,_raw:2,_read_cmd:71,_recv:71,_response_queu:17,_return_handl:12,_run_loop:12,_run_wrapp:12,_save_v:[2,30,47,48],_scale_param:7,_send:71,_set:113,_set_async:113,_set_both:113,_setget:11,_step:75,_syncoutput:12,_t0:60,_trace:25,_val:7,_win32:57,_write_cmd:71,_write_respons:63,a02:13,a118e754f9e:17,abil:[73,94],abl:[16,61,112,113],abort:[11,74],abort_measur:11,about:[2,15,17,24,25,29,76,101,104,106,107,109,113],abov:[25,27,57,76,112],abs:[16,31],absolut:[29,37,76,101],accept:[2,36,37,39,40,41,52,71,112],acces:[9,27],access:[32,57],accommod:76,accompani:101,accord:[2,76,108],accordingli:12,account:[56,60,101],accur:39,achiev:27,acknowledg:42,acquir:[2,12,14,15,25,29,58,65,67,105,112],acquisiion:58,acquisit:[11,15,25,29,58,65,67,74,101,105,112],acquisition_conrol:58,acquisition_control:[15,58],acquisition_controller_acquisit:15,acquisitioncontrol:58,acquisiton:[15,58],acquist:58,across:[23,24,112],act:[2,35,49,56],action:[2,4,5,7,12,17,28,31,35,45,76,80,84,90,104,105,107,112,113],action_indic:[5,12,35],activ:[5,65,71,73,104,108],active_channel:65,active_children:[8,13,20],active_loop:5,activeloop:[5,45,104],actual:[2,10,16,56,58,64,101,112],acut:0,adapt:[20,50,51],adaptivesweep:[51,104],adawpt:51,add:[1,2,3,5,8,9,11,12,13,14,20,25,26,29,36,38,42,43,53,63,64,67,68,73,74,75,76,78,81,82,83,84,94,95,98,101,104,109],add_arrai:[35,36,81],add_channel:[25,73],add_compon:[3,84],add_funct:[2,43,44,101],add_paramet:[2,9,13,43,44,101,112,113],add_signal_to_sweep:[29,67],add_submodul:43,add_subplot:27,added:[16,25,30,35,36,67,76,81,82,83,84,101,112],adding:[8,13,20,29,105],addit:[2,27,42,43,53,70,71,75,107,109,112],addition:[29,65,67],address:[2,6,16,22,24,28,32,42,53,59,60,61,62,63,64,68,69,71,72,73,75,76,77,78,101,112],adjust:[16,25,64,112],adjust_parameter_valid:64,adopt:107,adriaan:74,advantech:[56,96],advantech_pcie_1751:57,aeroflex:[2,77],affect:[29,37,67,101],after:[5,9,12,41,45,46,49,52,58,65,71,76,94,101,109,112],again:[5,15,112],against:104,aggeg:0,aggreag:0,aggreg:[33,55,105,113],agi:[6,10,17,19],agil:[6,19,21,56,96,101,105],agilent1:[6,17,19],agilent2:[6,17,19],agilent_2:6,agilent_34400a:[6,10,17,19,56],agilent_34401a:68,agilent_34410a:68,agilent_34411a:68,agilent_e8527d:[68,101],agilent_hp33210a:68,agilent_volt:10,agument:31,ahead:[29,50,51],aid:112,aim:49,airbnb:101,aka:101,akin:112,ala:107,alazar1:15,alazar:[2,15,58,96],alazar_driv:58,alazar_nam:[15,58],alazar_serv:15,alazargetboardbysystemid:2,alazarparamet:[2,15,58],alazarstartcaptur:58,alazartech:[2,15,56],alazartech_at:[2,15,58],alazartech_ats9870:[2,15,58],alazartest:15,alex:101,alexcjohnson:101,alia:[68,69,77],all:[1,2,7,8,9,15,18,20,23,24,25,27,29,30,32,33,35,38,39,40,41,43,44,47,48,50,53,55,56,57,58,60,63,67,68,71,72,73,74,75,76,83,84,99,101,104,105,107,108,109,112,113],all_channels_off:76,all_channels_on:76,alloc:[15,58],alloc_buff:[15,58],allocated_buff:[15,58],allow:[2,16,23,24,32,42,46,48,50,51,53,67,71,75,76,81,101,112],almost:112,alon:[16,35],along:[16,30,47,48,74,82,83,101,104,112],alongsid:7,alpha:[27,64],alreadi:[30,35,39,47],also:[1,2,5,9,15,16,25,26,27,31,35,37,39,41,49,50,54,58,60,65,70,71,75,76,81,98,101,104,107,108,109,112],altern:27,although:[2,27,67,101,108],alwai:[1,4,9,14,26,29,41,47,60,63,67,75,76,101,112],always_nest:41,amen:101,american:[16,69],american_magnet:[16,56],ami430:[56,96,99,105],ami430_2d:69,ami430_3d:[16,69],ammet:112,amodel:[5,8],among:[38,113],amp:[2,16,70,75],amper:69,amplifi:[2,9,70,75],amplitud:[5,7,8,14,20,23,24,29,58,73,76,113],amplitude_0:20,amplitude_3:20,anaconda3:[12,17],anaconda:[107,108],analog:63,analog_amplitude_n:76,analog_direct_output_n:76,analog_filter_n:76,analog_high_n:76,analog_low_n:76,analog_method_n:76,analog_offset_n:76,analys:73,analysi:[101,112],analyz:107,angl:16,angle_deg:68,angle_rad:68,ani:[0,1,2,7,8,9,13,15,16,17,19,20,22,23,24,25,27,30,33,35,37,38,39,40,41,42,45,46,47,48,49,50,51,52,53,55,58,60,67,75,76,80,84,101,104,107,112,113],anoth:[2,7,9,10,27,38,50,107,112],answer:[60,64],anyth:[9,11,18,76,104],anywai:7,ap_tim:11,aper:13,apertur:[10,11],api:[67,90,92,107,109,112],api_level:67,apparatu:104,appear:[61,76],append:[16,17,27,35,50,113],appli:[16,18,23,24,36,40,46,49,76],appropri:[58,112],approv:101,arang:2,arbitrari:[40,41,47,68,72,76,104,107],architectur:[2,107,113],arctan:27,arg:[1,2,12,17,30,40,47,50,52,61,63,71,82,83,113],arg_count:12,arg_pars:40,argument:[0,4,8,9,12,13,20,31,35,36,39,40,47,52,69,104],around:[25,27,35,74,101,112],arrai:[0,3,5,7,9,10,11,12,14,15,19,20,25,26,27,29,30,35,36,39,47,58,65,67,72,73,75,76,80,81,83,94,104,105,112,113],array_count:7,array_id:[0,3,5,7,9,10,11,12,14,15,25,26,29,35,39,113],arraycount:7,arraygett:4,arraymeasur:61,arrayparamet:[2,61,73,75,76,90,105],arriv:112,arrow:108,ask:[2,11,17,28,29,49,60,64,71,75,76,101,112],ask_direct:20,ask_modul:75,ask_raw:2,asopc:58,asopc_typ:[15,58],asrl10:22,asrl1:26,asrl2:53,asrl4:[10,71],asrl6:[12,23,24],asrl7:11,asrl:64,asrln:60,assert:[16,75,76],assertalmostequ:61,assign:[12,23,24,63,76,101],associ:112,assum:[2,25,27,51,63,108,112],assumpt:[29,76],async:111,asynchron:9,atob:71,ats9870:[2,15,56],ats_acquisition_control:[15,56],ats_contr:15,ats_inst:15,ats_onwork:105,atsapi:[2,58],atsdriv:15,attach:[32,36,43,44,45,56,61,63,75],attempt:60,attent:[101,105],attenu:[2,23,24,77],attn:2,attribut:[20,29,35,36,39,67,84,101,112],attributeerror:20,author:101,auto:[29,38],autom:107,automat:[2,7,25,29,38,57,63,73,95,99,101,107,109],autorang:12,autoreload:1,autoscal:25,aux_in1:14,aux_in2:14,aux_in3:14,aux_in4:14,aux_out1:14,aux_out2:14,aux_out3:14,aux_out4:14,auxiliari:101,avail:[2,21,27,29,56,57,61,63,68,73,76,90,92,107,112],avanc:111,averag:[25,29,58,65,74,76],averageandraw:[4,5,8,20],averagegett:[5,8],avg:[25,74],avg_amplitud:20,avoid:[11,16],awar:101,awg1:27,awg5014:[56,95,97,105],awg5200:[56,99],awg520:56,awg:[9,61,76,105],awg_fil:76,awg_file_format_channel:76,awg_file_format_head:76,awgfil:27,awgfilepars:[27,56],awgfilepath:76,ax1:27,ax2:27,ax3:27,ax4:27,axes:[22,25,71],axi:[16,25,29,30,35,41,47,48,67,112],axs:29,b06:13,babi:113,back:[2,9,16,25,27,51,60,71,76,101,107,108,109,112,113],backend:53,background:[5,17,19,112],background_color:82,background_funct:36,backslash:101,backward:37,bad:1,bandwidth:[15,25,29,67],bar:[101,109],bare:[42,50],base0:113,base1:113,base2:113,base:[7,12,16,32,35,36,37,38,39,43,44,51,53,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,101,105,109,112,113],base_loc:[1,5,37],baseplot:82,baseserv:113,basi:47,basic:[2,26,41,58,64,107],basicconfig:12,baud:[60,75],bdaqctrl:57,bear:101,becam:5,becaus:[1,2,20,26,35,36,39,57,58,61,101,108,112,113],becom:[15,27,71,104,112],been:[2,7,16,26,27,67,74,76,112,113],beep:2,befor:[1,2,9,10,12,14,16,25,26,29,38,42,45,52,56,57,58,64,67,71,76,101,109,112],beforehand:56,begin:5,begin_tim:60,behav:101,behavior:[5,8,15,17,19,20,22,101,112],behaviour:67,behind:29,being:[1,9,15,27,35,74,76],belong:[30,47,48,49,73],below:[1,2,9,27,101,104,105],ben:16,benchmark:[10,99],best:[2,101],beta:[2,26,58,61,68,71,73,74,75,76],better:[2,11,40,99,101,112],between:[2,21,36,39,42,50,67,76,81,82,83],beyond:76,bid:57,bidirect:[2,49],binari:[57,76],binascii:26,bind:29,biodaq:57,bip:64,bit:[11,57,58,75,76],bitlevel0:65,bitlevel1:65,bits_per_sampl:[15,58],black:82,blame:[23,24,76],blank:[41,101],blind:9,block:[9,17,41,64,65,113],blockavg_hardware_trigger_acquisit:65,board:[2,15,23,24,58],board_id:[2,15,58],board_kind:[15,58],bodi:101,boilerpl:[2,40],bold:104,bool:[2,30,32,35,42,47,48,60,61,63,64,65,69,70,73,75,76,81,84],bool_to_str:76,born:101,bot:[97,98],both:[2,7,10,25,29,37,48,61,73,75,76,101,104,107,108,112,113],bottom:[64,108],bound:[9,112],bracket:101,branch:101,breakif:[9,90,112],breviti:2,bring:20,brittl:112,broader:107,broken:[1,49],brows:[108,113],buf:58,buffer:[15,57,58,65,75,97,105],buffer_acq_mod:14,buffer_list:2,buffer_npt:14,buffer_paus:14,buffer_reset:14,buffer_sr:14,buffer_start:14,buffer_timeout:[15,58],buffer_trig_mod:14,buffers_per_acquisit:[15,58],bug:102,build:[27,29,67,76,95,96,101,108,112],build_sweep:[29,67],built:[7,29],builtin:40,bunch:29,burden:112,burst:105,busi:57,button:[76,101],bwlimit1:15,bwlimit2:15,bwlimit:[15,58],bwmode:29,byref:12,byte_to_bit:75,byte_to_value_dict:[2,58],c_amp_in:[2,70],c_set:7,cabl:[76,112],calc:65,calc_set_point:76,calcul:[16,67,104,112],calibr:[56,58],call:[1,2,7,8,12,13,16,17,20,25,26,27,29,30,33,35,36,38,39,40,42,47,48,52,53,55,57,58,60,63,64,67,74,75,76,78,81,101,112],call_by_str:12,call_by_str_parsed_out:12,call_cmd:[2,40],callabl:[9,17,31,33,36,38,45,52,54,55,81,97,112],callsig:27,came:58,camp1:19,camp:[6,19],can:[0,1,2,7,8,11,14,16,20,21,23,24,25,27,29,30,31,34,35,36,38,40,41,45,47,48,49,50,51,54,57,58,60,61,64,65,67,71,72,73,76,80,81,82,83,84,101,104,105,106,107,109,112,113],cancel:[23,76],cannot:[3,16,25,30,46,47,49,57,75,76,112],capabl:[18,104,107,112],capit:101,captur:[9,25,58],card:[2,15,57,58,61,65,96],cardid:65,care:[1,2],cartesian:[16,112],cartesian_measur:16,cast:[11,27,40],caus:[23,24,65,75],caution:[76,105],caveat:112,cdll:2,cell:27,center:[25,74],certain:[9,16,29,58,71],cesr:75,cffi:57,ch01:24,ch01_i:23,ch01_irang:23,ch01_slope:[12,23],ch01_sync:12,ch01_sync_delai:12,ch01_sync_dur:12,ch01_v:[11,12,23],ch01_vrang:23,ch02:[23,24],ch02_slope:23,ch02_sync:23,ch02_v:[12,23],ch0_offset:18,ch0_voltag:18,ch1:[9,76],ch1_amplitud:21,ch1_amplitude_unit:21,ch1_burst_mod:21,ch1_burst_ncycl:21,ch1_burst_phas:21,ch1_burst_polar:21,ch1_burst_stat:21,ch1_curvedata:26,ch1_databuff:14,ch1_displai:14,ch1_frequenc:21,ch1_function_typ:21,ch1_offset:21,ch1_output:21,ch1_posit:26,ch1_ramp_symmetri:21,ch1_ratio:14,ch1_scale:26,ch1_state:26,ch1_trigger_count:21,ch1_trigger_delai:21,ch1_trigger_slop:21,ch1_trigger_sourc:21,ch1_trigger_tim:21,ch1_voltag:18,ch2:[9,26,76],ch2_curvedata:26,ch2_databuff:14,ch2_displai:14,ch2_offset:27,ch2_posit:26,ch2_ratio:14,ch2_scale:26,ch2_state:26,ch3_state:27,ch41_v:10,ch42_v:10,cha0:56,chain:112,chan0:[5,8,56],chan0_set:5,chan1:[5,8,20,29,31],chan1_set:5,chan2:[5,8,20,29],chan:63,chan_alia:28,chan_go:12,chan_list:32,chan_reset_1:12,chan_reset_2:12,chan_reset_3:12,chan_typ:32,chanc:58,chandata:29,chang:[2,9,15,18,23,24,26,29,30,34,37,47,49,64,67,75,76,100,101,105,107,108,109,112],change_autozero:76,change_displai:76,change_fold:76,channel2:65,channel:[2,5,6,9,10,14,15,17,18,19,20,26,27,32,43,44,53,57,58,60,61,62,63,64,65,67,71,73,75,76,97,98,104,105,106,112],channel_0:65,channel_1:65,channel_a:58,channel_cfg:76,channel_rang:[15,58],channel_range1:15,channel_range2:15,channel_select:[15,58],channel_skew_n:76,channel_state_n:76,channelbuff:75,channelis:63,channelist:32,channellist:[63,90],channum:[61,63],charact:[30,41,42,47,48,53,71,101],characterist:112,chassi:61,check:[2,16,54,57,71,73,75,82,83,101,106,110,112,113],check_error:12,check_for_error:74,check_module_error:75,check_schema:1,checklist:101,chime:101,chnum:27,choic:[25,58],choos:[27,64,67,73,76,112],chore:101,chosen:67,chx:9,clariti:2,classic:11,classmethod:[56,58,61,68,74],clean:[72,76,94,101],clean_str:72,cleanup:[39,99],clear:[12,14,25,26,27,61,75,76],clear_buff:58,clear_channel:[25,73],clear_error:68,clear_message_queu:[26,27,76],clear_waveform:76,clearli:101,clever:102,cli:107,click:108,clip:112,clock:[2,15,58,76],clock_edg:[15,58],clock_edge_ris:15,clock_frequ:61,clock_sourc:[2,15,58,76],clone:101,close:[3,10,16,18,23,24,25,26,27,28,29,57,65,67,71,99,101],close_fil:39,closedevic:74,cls:1,cmap:20,cmd:[2,12,60,63,75,76],cmd_str:12,code:[2,29,40,49,59,60,65,68,75,84,102,107,112],codebas:107,coil:[16,69],coil_const:[16,69],col:73,cold:71,collect:[7,50,58,104,107,112],colon:[71,101],color:[27,29,82],colorbar:35,column:[41,112],com2:53,com:[65,68,77,101,103,105,108],combin:[33,36,41,74,79,81,90,98,104,105,111,112],combined_set:0,combinedparamet:[0,90],come:[41,101,112],comma:[71,76],command:[2,11,12,15,26,27,29,40,49,57,60,63,64,65,68,71,73,75,76,90,101,104,107,112],comment:[2,41,57,101],commit:[58,106,107],common:[2,71,73,76,104,112],commonli:[68,73,76],commun:[2,16,42,53,58,60,64,71,75,104,106,112],communc:16,compani:2,compar:[10,25,101],compat:[45,52,67,76,107,112],compatibil:76,compens:[65,76],complain:[9,112],complet:[12,27,35,36,57,65,76,112,113],complex:[2,25,73,101,112],compliant:101,complic:[20,40,112],compon:[6,47,58,84,107,112],composit:[12,112],comprehens:101,comput:[67,71,101,108,112],con:96,concaten:[63,101],concept:113,conclus:11,concurr:112,conda:108,condit:[2,9,31,57,71,76,112],config:[2,15,58,76,90,98,101,105,111],config_file_nam:34,configur:[15,29,34,46,57,58,74,76,93,105,107,111,112],conflict:[57,112],confusingli:113,connect:[2,10,11,12,13,14,15,16,17,21,23,24,25,26,27,29,53,58,60,61,67,71,75,76,84,104,112],connect_messag:[2,60,61,63],consequ:112,consid:[9,76,101],consist:[9,23,24,25,64,74,76,80,101,112],consol:65,consolid:107,constant:[4,9,16,29,64,67,69,74],construct:[4,25,31,35,42,49,113],constructor:[2,30,35,47,82,83],consult:112,cont_meas_off:25,cont_meas_on:25,conta:67,contact:99,contain:[2,4,5,9,25,27,32,35,36,38,41,49,57,58,60,63,67,68,71,73,75,76,84,101,104,109,112,113],content:[35,105],context:112,contian:58,contin:76,contini:25,continu:[27,29,45,76,84,101],contrast:101,contribut:[2,102,106],contributor:101,control:[1,2,8,15,17,18,19,20,22,23,24,25,27,29,58,60,62,64,69,71,73,76,96,107,109,112,113],controlthermometri:71,conveni:[76,84,112],convent:2,convers:[76,101],convert:[2,16,35,37,58,63,65,71,75,76,112],convert_to_voltag:65,coordin:16,copi:[1,17,35,50,64,67,112],core:[0,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,101,105,106,107,109],corner:[8,15,17,19,20,22],correct:[2,16,18,27,29,39,75,98],correctli:16,correspond:[2,10,14,18,27,41,58,60,67,73,75,76],cosmet:[94,95],cost:64,could:[2,8,12,13,20,27,101,112],count:[7,12,40,57,63,76,113],counter:[8,9,38,57],coupl:[2,15,29,58,65,76],coupling1:15,coupling2:15,cours:[101,112],cov:101,cover:[101,113],coverag:[101,107],coveragerc:101,cpld:58,cpld_version:[15,58],cpu:25,crash:[58,107],creat:[3,6,7,8,9,15,17,19,20,32,35,39,45,47,50,56,58,60,61,67,68,71,76,77,80,81,104,105,108,109,112,113],create_and_goto_dir:76,creation:[9,113],creator:101,critic:[1,109],cryo:96,ctwrapper:12,ctype:2,cumbersom:63,curernt:113,curr1:20,curr2:20,curr:[2,6,19,20,70,75],curr_0:20,curr_0_0:20,curr_0_1:20,curr_1:20,curr_1_0:20,curr_1_1:20,current:[1,2,5,6,13,16,19,23,24,25,26,27,29,34,36,37,38,57,61,63,67,69,70,71,75,76,78,79,81,84,101,109,112,113],current_config:[1,34],current_config_path:34,current_field:16,current_r:[16,69],current_ramp_limit:[16,69],current_schema:[1,34],current_target:16,current_to_field:16,current_valu:12,currentparamet:[2,6,19,70],curv:[76,105],custom:[7,34,37,105],customawgfil:76,customis:63,cutoff_hi:75,cutoff_lo:75,cwd:34,cwd_file_nam:[1,34],cycl:[6,13,15,17,19,21,61,112],cylindirc:16,cylindr:16,cylindrical_measur:16,d_bdaq_c_interfac:57,dac1:4,dac2:4,dac3:4,dac:[4,9,56,60,64,98],dac_ch1_set:9,dac_ch2_set:9,dac_commands_v_13:63,dac_delai:64,dac_max_delai:64,dac_step:64,dacchannel:60,dacexcept:60,dacnam:64,dacread:60,dacslot:60,dai:101,dancer:101,daq:29,daqnavi:57,daqnaviexcept:57,daqnaviwarn:57,dark:82,dat:41,data1:25,data2:[3,8,20,26],data3:20,data4:20,data:[0,1,2,4,5,7,10,11,12,14,15,17,19,20,25,26,29,35,36,37,38,39,41,45,47,49,57,58,63,64,65,67,73,76,79,81,82,83,90,98,101,104,105,107,112,113],data_arrai:5,data_buff:12,data_l:3,data_set:[1,3,5,9,12,39,93],data_v:49,dataarrai:[0,5,7,19,20,30,36,39,47,81,90,104,112],dataflow:58,dataformat:105,dataformatt:101,datamanag:[104,112],datamin:112,datamod:[0,5,7,8,10,15,19,20,29,113],datapoint:76,datasav:105,dataserv:[8,20,36,104,112],dataset:[0,1,3,4,5,7,8,9,10,11,12,14,15,19,20,25,26,29,35,38,39,41,47,61,79,80,81,90,104,111,113],date:[8,9,38,58],datetim:38,daunt:101,dbm:[25,73],dc_channel_numb:76,dc_output_level_n:76,ddl:57,deacadac:60,deadlin:17,dealt:112,debug:[1,3,26,29,109,112,113],debugmod:12,deca:18,decadac:[56,97,99,105],decadec:60,decid:[1,112,113],decim:[15,58],declar:57,decod:2,decoupl:101,decreas:10,deem:67,deeper:17,def:[0,1,2,7,9,11,12,16,17,19,20,71,113],default_current_ramp_limit:69,default_file_nam:34,default_fmt:109,default_formatt:[36,79,81],default_io:[36,79,81],default_parameter_nam:99,default_server_nam:74,defaulttestload:3,defer:31,deferred_oper:90,defin:[0,1,2,8,20,25,27,29,30,40,46,47,48,49,61,70,71,75,76,101,104,105,109,112,113],definit:[8,20,29,40,112],deg:14,deg_to_rad:68,degre:[21,29,48],del:2,delai:[0,5,9,12,15,16,24,29,45,49,51,54,64,73,112,113],delay_in_points_n:76,delay_in_time_n:76,deleg:[20,35],delegate_attr_dict:84,delet:[2,76,101],delete_all_waveforms_from_list:[27,76],demand:112,demo:105,demod1:[29,67],demod1_harmon:29,demod1_ord:29,demod1_phaseshift:29,demod1_sampler:29,demod1_signalin:29,demod1_sinc:29,demod1_stream:29,demod1_timeconst:29,demod1_trigg:29,demod:29,demodul:[67,105],demodulation_acquisitioncontrol:[15,58],demodulation_frequ:[15,58],demonstr:[2,7],denot:[30,41,47,81],depend:[15,23,24,29,41,73,92,99,101,108,112],deprec:[2,30,35,48,76,95],deprecationwarn:76,deriv:104,descipt:34,describ:[1,2,7,9,30,45,47,67,101,109,112],descript:[1,35,76,101,109,112],descriptor:64,design:[68,76,77,112],desir:[9,16,75],desktop:12,destruct:112,detail:[101,112],detect:98,determin:[39,83],dev2235:29,dev:[1,11],develop:[61,67,102,106,107],devic:[57,61,64,67,71,73,76,96,112],device_descript:57,device_id:67,dft:[15,58],dg4000:56,dg4062:72,dg4102:72,dg4162:72,dg4202:72,diagon:104,dict:[30,34,35,38,39,42,43,44,47,48,49,53,60,71,75,76,78,81,97,112],dictionari:[2,27,58,75,76,84,109,112],did:[2,8,10,20,108],didact:9,diff:76,differ:[2,7,20,25,30,36,47,67,73,76,101,104,107,112,113],differenti:35,difficult:101,difficulti:101,dig:[29,61,98],digit:[2,9,57,61,63,65,76,96],digital_amplitude_n:76,digital_high_n:76,digital_low_n:76,digital_method_n:76,digital_offset_n:76,dilut:71,dim:29,dimens:[7,20,30,35,41,47,112],dimension:[35,36,71],dio:57,dir:[1,76],direct:[30,47,61,74,101],directli:[2,4,7,16,23,24,27,29,36,45,71,76,105,112],directori:[1,2,36,37,76,79,81,101,108,109],disabl:[15,32,36],disadvantag:112,disambigu:[8,20],disappear:112,disc:76,disconnect:112,discov:56,discret:112,discuss:[101,106],disk:[36,37,39,76,81,112],diskio:[5,36,38,79,81,90,104],displai:[0,1,5,6,8,10,11,12,13,14,15,17,19,20,22,25,26,28,29,73],display_clear:[10,11,12,68],display_grid:[25,73],display_sij_split:25,display_single_window:25,display_text:[6,10,11],display_text_2:6,dissip:112,distribut:107,div:26,dived:56,divid:[56,96,97],divider_r:76,divis:[26,56],division_valu:56,divsion:56,dll:[57,58,74,105,112],dll_path:[2,58,74],dma:57,dmm:[9,10,11,12,68,98,99],dmm_data_buff:12,dmm_volt:11,dmm_voltag:9,do_acquisit:58,do_get_frequ:73,do_get_pow:73,do_get_pulse_delai:73,do_get_statu:73,do_get_status_of_alc:73,do_get_status_of_modul:73,do_set_frequ:73,do_set_pow:73,do_set_pulse_delai:73,do_set_statu:73,do_set_status_of_alc:73,do_set_status_of_modul:73,doc:[1,5,64,101,105,108],docstr:[2,7,30,40,47,48,76,101],document:[13,16,30,40,47,48,58,76,93,94,96,101,107,112],doe:[9,16,22,25,29,35,38,41,45,46,53,56,57,61,64,68,71,73,75,76,77,101,112],doesn:[2,7,8,20,27,35,57,61,65,76,101],doing:[15,25,101,112],domain:[29,71],domin:107,don:[2,26,39,49,50,51,60,61,63,76,101,112,113],done:[5,9,27,29,71,94,108,112,113],dot:[1,101,109],doubl:[38,76],doubt:[29,101],down:[16,27,101],download:[29,105,108],dramat:112,drive:5,driver:[4,7,9,14,16,23,24,25,26,27,29,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,94,95,96,97,98,99,101,107,111,112],driver_vers:[15,58],drivertestcas:[56,61,68,77],due:[2,5,23,24,29,60,112,113],dummi:[4,9,15,80,105,113],dummy_set:15,dummyinstru:[4,9],dump:[6,58],duplic:[2,76],dur:29,durat:[24,29],dure:[12,48,49,50,54,58,61,65,76,92,112,113],dut:25,dynam:[23,24,57,105],e1cb66:27,e8267:68,e8267c:[56,96],e8527d:[56,101],each:[0,2,3,5,7,9,10,11,12,14,15,17,18,19,20,21,23,24,25,26,27,29,30,35,36,39,40,41,42,45,47,48,49,50,57,58,60,63,64,67,68,75,76,77,82,83,84,101,104,107,112,113],eachot:113,earli:26,easi:[4,15,101,104,107,108],easier:[67,99,101,112],easiest:1,easili:[8,9,20,76,107],echo:60,edg:[15,26],edit:74,editor:101,ee82e:27,eendebakpt:13,effect:[58,76,109],effort:2,eight:[23,24],either:[2,23,24,29,39,48,49,57,61,69,72,76,83,112],elaps:[12,17,19],electron:[2,107],elem1m1ch1:76,elem1m1ch2:76,elem1m2ch1:76,elem1m2ch2:76,elem2m1ch1:76,elem2m1ch2:76,elem2m2ch1:76,elem2m2ch2:76,element:[27,76,83,109,112],element_no:76,elemnum:27,elif:17,elnum:27,elpi:101,els:[1,12,18,25,57,76,101],elsewher:84,emac:101,email:106,embed:108,emit:[49,64],emoji:101,empti:[1,7,9,17,27,60],enabl:[15,29,65],enable_channel:65,enable_record_head:[15,58],encapsul:112,enco:12,encod:[2,12,40,49,57],encount:57,encourag:[2,29,101],end:[2,38,50,53,57,58,73,76,101,107,112],endpoint:10,engin:15,enough:[9,57,71,101,104],ensur:[26,74,75,101,112],ensure_ascii:6,enter:[30,47,112],entir:[14,15,21,75,84,112],entri:[1,39,45,47,76,90],entrypoint:92,enumer:[2,29],env:[1,12,34,108,109],env_file_nam:[1,34],enviro:108,environ:[1,107,108,109],equal:109,equitim:75,equival:[7,20,76,107],err:74,error:[0,1,2,3,12,16,17,23,35,45,49,57,58,61,64,65,75,76,98,105,109,113],error_cod:64,errorcod:57,errormsg:57,errorreg:65,errorvalu:65,esr:75,essenti:[9,68,75],establish:16,etc:[2,7,18,25,30,35,40,47,49,101,112],ethernet:[2,42,76],etr_5v:15,eumer:51,evalu:52,even:[7,11,16,23,24,37,39,46,48,49,50,51,53,63,65,76,101,112],event:[27,29,57,60,75,76],event_input_imped:76,event_input_polar:76,event_input_threshold:76,everi:[2,33,36,45,55,58,67,106,112,113],everybodi:[101,106],everyon:101,everyth:[27,29,38,90,101],exactli:[4,12,101],examin:71,exampl:[0,1,5,7,30,31,35,38,47,48,49,51,53,58,61,65,76,96,101,104,107,108,110,113],exce:101,exceed:[27,57],except:[1,2,12,16,57,60,75,76,85],exec_funct:12,exec_str:12,execut:[9,12,29,40,52,56,57,61,65,67,68,73,76,77,104,107,112],executor:113,exemplifi:29,exept:29,exercis:101,exis:25,exist:[2,9,25,27,38,39,51,57,65,76,79,81,101,107,112],expand:102,expect:[1,2,12,17,29,30,39,45,47,57,63,65,75,76,101,113],experi:[8,9,20,34,105,107,108,112],experiment:[107,112],expir:12,explain:[101,109],explicit:[20,27,50],explicitli:[30,35,47,48,101,112],explor:[9,76],expos:[63,109],express:[49,112],ext:[12,21],ext_trigg:14,extend:[27,41,50,73],extens:[41,76],extern:[15,21,65,73,74,76],external_add_n:76,external_clock_10_mhz_ref:2,external_clock_ac:2,external_reference_typ:76,external_startcaptur:[15,58],external_trigger_coupl:[15,58],external_trigger_rang:[15,58],extra:[7,11,20,30,47,48,101,112],extra_schema_path:1,extract:71,extrem:112,f008:71,fact:101,factor:[2,6,23,24,29],factori:76,fail:[1,99,101,112],falcon:101,fall:76,fals:[1,5,6,7,12,17,18,19,23,24,25,29,35,36,42,43,48,59,60,61,63,64,65,68,69,72,73,75,76,81,109,112],faq:111,fast:[63,71,112],faster:[25,27,99,101],fastest:27,feasibl:107,feat:101,featur:[2,18,20,74,96,97,98,99,102,107],feed:[2,70,75],feedback:[51,112],feel:101,fetch:[6,11,71],few:[21,25,40,67,101,106],fewer:[23,24],ff4500:27,ff8c00:27,fft:67,field:[16,30,40,41,47,48,49,69,71,107,113],field_limit:[16,69],field_measur:16,field_target:16,field_target_cartesian:16,field_target_cylindr:16,field_target_spher:16,field_valu:71,field_vector:16,fieldvector:16,fifo:15,fifo_only_stream:[15,58],fig:[16,25,27,29],figsiz:[9,20,82,83],figur:[12,27,29,83,101,108,112],file:[1,3,8,9,20,34,36,38,39,41,57,64,71,76,79,81,101,105,111,112],file_path:76,filen:34,filenam:[27,76],filepath:27,filestructur:76,fill:[7,9,14,45,76,112],filter:[29,67],filter_slop:14,filw:76,find:[17,38,58,101,106,109],find_board:[15,58],find_modul:75,findal:71,finder:9,fine:[64,112],finish:[5,11,20,25,29,58,94,112],finit:[23,24,63,64],fire:[23,24],firmwar:[2,5,6,9,10,11,12,14,15,16,21,25,26,58,60,71,75,97],first:[1,5,7,9,11,12,16,21,25,27,30,35,41,47,49,52,69,76,82,83,101,112,113],first_delai:12,fit:[27,58,101],five:74,fix:[16,29,35,40,50,71,97,98,99,100,101,112,113],fixabl:101,flag:[23,24,64,74],flake8:101,flavor:112,flexibl:[104,107],flow:[23,24],flush:[21,75,76],flush_error_queu:[21,61],fmt:[1,8,9,38],fmt_counter:38,fmt_date:38,fmt_time:38,fname:76,focus:101,folder:[2,37,41,76],follow:[2,4,9,10,16,21,27,60,76,101,108,109,112,113],foo:[101,109,113],footer:101,forc:[5,8,15,17,19,20,22,25,27,76],force_ev:76,force_logicjump:76,force_reload:76,force_trigg:[26,76],force_trigger_ev:76,foreground:[99,112],foreground_color:82,foreign:57,fork:101,form:[2,40,58,71,73],format:[2,9,10,11,12,16,20,23,24,25,27,29,36,38,40,41,49,57,73,76,79,81,105,107,112],formatloc:[1,8,9,81,90,104],formatt:[3,5,36,79,81,90,96,104,109,112],former:11,formerli:[2,77],forward:[15,37,58],foul:27,found:[2,25,27,29,39,49,52,57,64,76,101,105],four:[18,57,60,72],fourier:58,framework:[101,107,112],free_mem:58,freedom:48,freeli:112,freq:[25,74],frequenc:[9,14,25,29,58,61,73,74,76,113],frequency_set:25,frequencysweep:73,frequencysweepmagphas:73,frequent:101,fridg:[71,107],friendli:67,from:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,35,36,38,39,40,41,45,47,48,49,57,58,61,63,64,65,67,68,70,71,73,75,76,79,80,83,84,98,101,103,104,105,107,112,113],fron:6,front:[29,76],frontend:109,full:[0,1,21,23,29,36,41,76,79,81,107],full_nam:[0,35],full_trac:25,fulli:[25,29,101],fullrang:64,fun:63,func:[2,12,52],func_nam:17,fundament:112,further:[72,104,107],furthermor:[16,67],futur:[2,76,101,113],gain:[70,75],garbag:58,gate:[5,8,9,21,31,60,104,112,113],gate_frequ:113,gate_frequency_set:113,gated_trigger_acquisit:65,gather:[8,20],gather_paramet:[8,20],gave:27,gcc:57,gee:29,gener:[2,9,16,21,26,27,36,38,50,57,59,61,67,68,72,73,74,75,76,77,96,101,104,105,107,108,112],generate_awg_fil:76,generate_channel_cfg:76,generate_sequence_cfg:76,get:[0,1,2,3,4,5,7,8,9,10,12,13,15,16,17,18,19,20,22,23,24,26,28,29,30,35,39,47,48,49,56,58,61,63,64,67,70,71,73,75,76,84,101,105,109,112,113],get_al:[64,71,73,76],get_board_info:58,get_card_memori:65,get_card_typ:65,get_chang:71,get_cmd:[2,9,13,49,58,71,113],get_compon:16,get_current_folder_nam:76,get_data_set:[0,9,10,11,12],get_error:76,get_error_info32bit:65,get_filenam:76,get_folder_cont:76,get_funct:58,get_idn:[2,15,57,58,60,64,65,70,71,75,76],get_instrument_valu:56,get_integrationtim:13,get_jumpmod:76,get_latest:[26,29,30,31,47,48],get_max_sample_r:65,get_mocker_messag:69,get_module_idn:75,get_module_statu:75,get_pars:[2,13,49],get_pol_dac:64,get_power_at_freq:74,get_processed_data:[15,58],get_sample_r:58,get_spectrum:74,get_sq_mod:76,get_sqel_loopcnt:76,get_sqel_trigger_wait:76,get_sqel_waveform:76,get_stat:76,get_voltag:75,getattr:[2,20],getcwd:27,getdoubl:29,getlogg:[3,26,27,29],gettabl:[2,7,30,47,48,70,75,80,104,112],getter:[12,104],getx:113,giga:66,giga_b:66,gimm:21,git:[5,17,105,107],github:[20,101,103,104,105,107,108],giulio:101,giulioungaretti:101,give:[7,9,16,45,60,76,101,112],given:[0,16,23,24,32,42,57,58,60,72,101,112,113],global:[2,8,18,20,25,105],gmbh:65,gnuplot:[41,107],gnuplot_format:[3,5],gnuplotformat:[3,5,36,79,81,90,104,112],goal:101,going:[2,4,64],good:[1,2,9,26,29,73,101],googl:[5,101],got:[11,101],goto_root:76,goto_st:[27,76],goto_to_index_no:76,gotten:[21,23,24,27,112],gpib0:[6,14,17,19,20],gpib1:13,gpib:[2,76,78],gradual:18,grai:82,graph:[9,30,47,48],graphicswindow:82,great:101,greater:49,greatest:112,green:108,grid:[25,73],group:[43,57,73,101,107,112],grow:106,gs200:[56,95],guarante:1,gui:[1,12,19,29,101,107,109],guid:[58,101,106,108],guidelin:101,h5fmt:3,h5py:108,hack:[101,109],had:[8,20,27,57],half:29,halfrang:64,halt:54,halt_bg:[15,20],han:27,hand:27,handl:[2,7,30,35,36,40,47,57,58,63,64,65,82,99,104,105],handle_buff:58,handler:3,hang:101,happen:[2,23,24,27,35,52,112],happi:101,hard:[76,101],harder:[101,112],hardwar:[2,16,23,24,27,60,64,65,73,76,101,104,112],harmon:14,harvard:[18,56],has:[2,3,5,7,9,14,16,18,21,23,24,26,27,29,30,35,41,47,57,58,67,69,75,76,101,109,112,113],hasattr:[12,17],hasn:[2,57],have:[1,2,4,7,8,9,16,20,23,24,25,26,27,29,30,35,39,41,47,48,51,56,57,58,60,61,64,67,68,70,74,75,76,77,83,101,104,106,107,108,112,113],haz:94,hdf5:[3,96,112],hdf5_format:3,hdf5format:3,head:76,header:[15,21,57,101],heater:71,heater_off:71,heater_on:71,heatmap:[82,83],height:[82,83],helium:[71,99],help:[1,2,27,29,30,36,39,40,42,47,48,53,76,101,107,112],helper:[1,3,20,27,67,90,109],henc:60,here:[2,5,7,8,13,14,15,20,23,24,25,29,35,63,67,71,75,80,101,108,112],hesit:101,hewlett:[6,59],hierarchi:102,high:[9,65,76,101,112],higher:[16,109,112],highest:[38,112],highlevel:12,hislip0:11,histori:[76,101],hkey_current_usersoftwareoxford:71,hold:[2,11,14,22,29,71,104,112,113],hold_repetition_r:76,holdoff:29,home:[1,34,101,109],home_file_nam:[1,34],horisont:[26,29],horizont:26,horizontal_scal:26,host:[23,24],hot:20,hotfix:101,hound:74,how:[1,4,7,9,16,25,27,29,30,39,41,45,47,48,50,51,82,101,103,104,106,112,113],howev:[16,25,61,101],hp33210a:56,hp8133a:56,hp_83650a:56,htm:64,html:53,http:[53,64,65,101,103,105,108],human:[9,58,95],i3d:16,iPS:96,icon:108,id1:41,id2:41,id3:41,idea:[2,9,73,101,106],ideal:101,ident:[2,7,67,76,113],identifi:[30,36,39,41,43,47,48,60,71,75],idl:[28,76],idn:[2,3,5,6,9,14,15,20,28,60,63,64,71],idn_param:60,idr:71,iff:76,igh:71,ignor:[25,30,47,52,58,76],ignore_kwarg:12,igor:107,ilm200:56,ilm:[71,99],imaginari:25,imm:[11,21],immedi:[9,10,21,23,24,32,37,58,67,84,101,112],imp:13,impact:112,imped:[9,15,29,58],impedance1:15,impedance2:15,imper:101,implememnt:84,implement:[8,13,15,16,20,39,42,50,51,57,58,67,71,73,74,76],implicit:101,implicitli:112,importlib:3,impos:112,improv:[100,101],imprrov:97,inc:[6,13,16,20],inch:83,includ:[2,7,10,30,38,47,48,50,53,57,65,68,75,76,80,82,83,101,104,106,107,112,113],inclus:76,inconsist:112,inconsistensi:76,inconsit:26,incorrect:101,incorrectli:58,increas:[7,16,101],increment:[41,49,98,112],ind:29,inde:[16,101],indend:29,indent:[6,101],independ:[39,112],index0:7,index1:7,index:[7,63,64,76,83,112],indic:[0,16,35,65,76,112,113],individu:[16,25,32,36,50,69],inf:[12,21,23,24],infer:35,infin:76,infinit:[27,76],info:[1,2,5,12,19,20,22,29,38,58,76,106,109],inform:[9,15,30,38,42,47,48,53,58,65,74,76,82,99,101,107,109,112],inherit:[12,58,73,76],inifit:[23,24],init:60,init_measur:[11,12,68],init_s_param:[25,73],initi:[2,9,35,36,39,46,56,57,71,76,79,81,107,112],initial_valu:[2,7,46],initialis:[12,73,74,76,78,105],initialize_channel:65,initialz:64,inner:[0,7,35,41,112],input:[1,2,12,16,17,20,27,40,49,56,57,64,71,75,76,101,104,105,112],input_config:14,input_coupl:14,input_path:65,input_rang:65,input_shield:14,insert:[2,38,109],insid:[2,7,10,30,32,36,45,47,48,76,79,81,101,107,108,112],inspect:[1,16],inst0:[2,10,12,21,25,27,73],instal:[29,53,57,61,67,75,92,99,101,103,107],instanc:[1,2,9,30,36,40,47,48,56,58,60,61,67,68,70,75,77,112],instant:57,instantan:[23,24],instanti:[2,15,29,36,63,69,101,105,112],instdict:27,instead:[0,2,9,20,35,113],institut:2,instr:[2,6,10,11,12,13,14,17,19,20,21,22,23,24,25,26,27,60,71,73],instruct:[16,107,108],instrument:[0,5,7,10,12,13,14,15,16,17,19,20,21,23,24,25,27,28,29,30,32,35,40,42,44,46,47,48,49,53,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,90,97,99,101,102,105,107,111],instrument_cod:49,instrument_driv:[2,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,101],instrument_i:69,instrument_mock:[3,4,9],instrument_nam:[9,15,35],instrument_testcas:56,instrument_x:69,instrument_z:69,instrumentchannel:[32,60,61,62,63,73,76,90],instrumentrefparamet:97,instrumentserv:[112,113],instrumentstriton:71,insuffici:112,integ:[2,7,30,35,38,47,57,75,76,83,109,112],integr:[6,13,17,19,74,101,112],integration_tim:6,integrationtim:13,intellig:[71,112],intend:[16,30,47,51,112],inter:64,interact:[2,75,101,105,108,112],interdepend:112,interest:[29,101,112],interfac:[2,29,57,67,76,112],interleav:[15,65,76],interleave_adj_amplitud:76,interleave_adj_phas:76,interleave_sampl:[15,58],intermedi:101,intern:[14,16,21,29,35,58,61,67,75],internal_clock:[2,15],internal_trigger_r:76,interpret:[2,3,8,9,20,112],interrupt:[57,110],interv:[82,83],introduct:111,inv:21,invert:[2,6,19,70,75],invit:101,invok:[2,29],involv:[105,107,112],io_manag:[36,79,81,112],iomanag:104,ion:29,ipinstru:[2,69,71,90,104],ips120:[56,99],ipython:[0,1,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,107],iq_arrai:7,iqarrai:7,irang:[24,63],irrespect:[23,24,76],irrevers:112,is_awg_readi:76,is_numb:72,is_setpoint:[5,35],is_typ:1,isobu:71,issu:[16,76,94,95,98,101,104],issue_warning_on:12,ital:104,item:[7,28,30,38,47,50,63],iter:[32,50,51,104],iter_error:1,ithaco1:6,ithaco:[2,6,56,105],ithaco_1211:[2,6,19,56],its:[2,7,9,10,18,20,23,24,27,29,35,40,57,58,75,76,80,83,101,104,108,112,113],itself:[32,38,48,58,76,101,112],ivert:6,ivvi:[56,96,98,99],javascript:[0,1,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,101],jhn:25,job:[112,113],johnson:101,join:[1,27,101,106],jorgenschaef:101,json:[1,5,6,25,30,42,43,47,48,53,75,76,96,107,109,112],json_config:1,jsonschema:1,jtar_index_no:76,jtar_stat:76,jump:[9,18,27,76],jump_log:76,jump_tim:76,jump_to:[27,76],jumplog:76,junk:8,jupyt:[9,107,108,110],just:[0,2,4,5,8,9,10,11,13,20,26,27,29,40,41,49,54,60,64,101,104,108,111,112,113],k2600:2,k2600a:2,keep:[16,39,58,60,97,101,107,109,112],kei:[2,8,20,27,36,50,58,75,76,81,84,109,112],keightlei:97,keith:[6,13,17,19,20,95],keithlei:[6,76,96,105],keithley1:[6,17,19,20],keithley2:[6,17,19,20],keithley_2000:56,keithley_2400:56,keithley_2600:[2,6,17,19,20,56],keithley_2614b:[2,76],keithley_2700:[13,56],kelvinox:[56,99],kept:109,kernel:[109,110],keysight:[9,56,96,97,98,99,105],keysight_33500b:[9,21,56],keysight_33500b_channel:56,keysight_34465a:[10,11,12,56],keysight_m3201a:61,keysight_volt:10,keysightchannel:61,keyword:[38,40,52],khz:[25,26],kilo:66,kilo_b:66,kind:[0,29,113],knob:[2,112],know:[9,50,51,101,106,113],known:[2,35,77],kwarg:[1,2,7,12,15,17,40,42,43,44,46,49,51,52,53,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,81,82,83,84,113],lab:[29,67,107],label1:41,label2:41,label3:41,label:[0,2,5,6,7,9,13,15,27,29,30,33,35,38,41,47,48,55,56,58,101,112,113],lack:60,lakeshor:56,lambda:[4,9,16,58],languag:41,larg:[5,27,76,101],larger:49,last:[1,5,12,17,20,29,58,63,67,76,101,112],last_saved_index:39,latenc:[9,10],later:[2,29,30,36,37,38,47,81,84,101,112,113],latest:[58,108,112],latest_cal_d:[15,58],latter:[11,83],launch:[67,108],lazi:105,lcardtyp:65,lead:[71,101],leak:58,learn:[29,107],least:[29,101,104,112],leav:[20,30,42,47],leave_persistent_mod:71,left:108,legacy_mp:[1,109],legend:25,len:[11,12,29,57,76,113],length:[7,10,21,27,29,47,57,67,76,80,112,113],less:[29,101,112],lest:27,let:[16,25,35,101,109,113],letter:101,leve:2,level0:65,level1:65,level:[1,2,9,12,15,35,41,65,71,75,76,99,101,109,112,113],levelnam:3,levelv:2,lib:[1,12,17,98],librari:[12,27,57,61,101,108,109],life:[61,101],like:[2,8,9,16,20,25,27,29,30,35,39,40,47,49,50,51,58,61,68,71,73,76,101,104,107,109,112],limit:[2,15,16,23,24,26,57,69,76,101,112,113],limiti:[6,20],limitv:[6,20],lin:[29,74],linalg:16,line2d:[12,29],line:[4,6,9,12,17,19,29,41,61,82,83,101,106,107],linear:[0,25,73,113],linearli:[29,104],liner:101,link:[35,51,57,58,104],linkag:102,linspac:[0,11,27,113],linux:108,list:[3,7,9,11,15,24,32,33,36,38,40,43,50,55,57,58,61,63,64,65,67,71,73,75,76,81,84,90,92,94,96,101,104,105,112,113],list_of_dataset:3,list_of_mixed_typ:3,listcomp:12,liter:101,littl:[101,112],live:[20,79,103,105,108,112,113],load:[1,2,7,27,34,39,57,74,76,79,94,105,107,109,113],load_and_set_sequ:76,load_awg_fil:76,load_data:[9,36,90],load_ext:1,loaded_data:9,loadlibrari:2,loadtestsfromtestcas:3,loc:38,loc_fmt:8,loc_provid:[1,8,9,38],loc_provider_junk:8,loc_record:[8,81],local:[0,7,10,11,27,29,30,36,40,42,46,47,48,49,53,60,61,71,76,78,101,107,112,113],locat:[0,1,3,5,7,10,11,12,14,15,17,19,20,23,24,25,26,29,36,37,38,39,61,76,79,81,105,109,112,113],location_provid:[1,9,38,81,104],lock:[9,29,32,64,71,75],lockin:[2,14,70,75],lockin_ch1_databuff:14,log:[1,3,4,12,26,27,29,67,74,107,109,113],logger:[3,26,27],logic:[43,76,101],logic_jump:76,loglevel:[1,109],logo:94,lograng:50,logview:101,longer:[25,38,41,45],look:[4,9,23,24,26,29,38,53,58,101,109,112,113],loop:[0,5,7,8,11,12,15,17,19,20,25,26,30,31,35,36,39,41,47,48,52,54,58,76,80,84,90,94,104,105,111,113],loop_indic:12,loop_result:7,loop_writing_test_2d_skewed_parabola:3,loop_writing_test_2d_x_set:3,loop_writing_test_2d_y_set:3,loop_writing_test_skewed_parabola:3,loop_writing_test_x_set:3,loopcount:76,lose:11,lost:57,lot:[2,16,35,76,101],loudli:9,love:[101,106],low:[2,9,12,25,29,76,112,113],lower:[35,112],lowest:[38,75],m1s:[27,76],m2cmd_card_reset:65,m2s:[27,76],m3201a:56,m3300a:[56,96],m3300a_awg:61,m3300a_dig:61,m4i:[56,95,96,98],mac:[5,8,15,17,19,20,22],machin:[76,101],made:[1,29,61,67,109],magic:27,magnet:[16,69,71,96,99,105,107,113],magnitud:[16,25,73,112],magnitur:25,mai:[2,9,18,23,24,25,26,27,29,31,36,39,40,46,50,51,76,82,83,92,101,104,109,112],mail:106,main:[20,76,112],mainfram:75,mainli:9,maintain:[2,70,75,101,102,106,112],majorana:109,make:[2,4,7,8,9,10,14,15,16,17,19,20,22,23,24,29,35,40,41,45,58,63,64,71,75,76,101,104,105,107,108,112],make_and_save_awg_fil:[27,76],make_directori:76,make_send_and_load_awg_fil:[27,76],manag:[2,17,36,38,39,71,75,81,112],mandatori:[14,76,101],mani:[7,29,35,36,41,49,50,51,58,61,98,101,112],manner:27,manual:[16,20,25,29,46,64,68,70,71,73,75,76,105,107,112,113],manualparamet:[0,2,7,9,15,90,113],map:[2,11,40,49,58,75,83,112],mark:[75,112],marker1:76,marker1_amplitude_n:76,marker1_high_n:76,marker1_low_n:76,marker1_method_n:76,marker1_offset_n:76,marker1_skew_n:76,marker2:76,marker2_amplitude_n:76,marker2_high_n:76,marker2_low_n:76,marker2_method_n:76,marker2_offset_n:76,marker2_skew_n:76,marker:[27,76],mashup:94,mass:76,master:[101,105,108],match:[27,29,38,40,41,47,49,57,71,73,75,76,112],math:16,matplot:[0,1,9,14,15,20,25,26,90,97],matplotlib:[0,1,3,4,8,10,12,13,14,15,16,17,18,19,20,22,25,26,27,28,29,83,108,109],matter:[27,101],maunual:1,max:[21,41,49,64,65,74],max_delai:49,max_sampl:[15,58],max_status_ag:63,max_val:60,max_val_ag:49,max_work:113,maxim:[23,24,76],maximum:[16,49,60,64,69,74,109,112],mayb:[35,45,101],mea:14,mean:[1,2,7,11,16,25,29,45,49,76,101,109,112,113],meaning:2,meaningless:101,meant:[40,67],meassur:25,measur:[0,2,3,5,7,8,10,11,12,13,14,15,16,17,19,20,25,26,30,35,36,41,45,47,48,49,51,52,56,61,67,70,73,75,84,90,98,105,111],measured_param:[2,70,75],measured_valu:51,mechan:64,media:76,mega:66,mega_b:66,member:107,memori:[36,57,58,65,76,81,109,112],memory_s:[15,58],memrori:27,memsiz:65,mention:101,mercuri:[96,105],mercuryip:[22,56],mercuryipsarrai:71,merg:101,merger:2,merlin:5,messag:[3,12,21,26,27,60,61,63,64,65,75,76],message_len:64,messagebas:12,messur:25,met:92,meta:[4,29,107,111,112],meta_fil:6,meta_serv:113,meta_server_nam:113,metadat:[43,51],metadata:[2,9,19,20,30,35,39,42,43,47,48,53,56,75,90,96,105,107,112],metadata_fil:41,meter:[2,5,8,9,13,20,71,76,99],method:[1,2,7,8,9,11,16,20,23,24,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,61,63,67,68,71,76,77,80,82,83,84,101,112,113],methodnam:[56,61,68,77],mhz:[25,29],might:[18,58,101,112],millisecond:75,mimic:104,mimick:112,min:[21,64],min_val:60,min_valu:7,mind:58,mini:41,minim:29,minimum:60,minu:109,mirror:112,misc:90,misinterpret:27,mismatch:57,miss:[101,113],mistak:101,mix:[2,3,101],mock:[4,16,101],mockami430:69,mocker_class:69,mockgat:[5,8],mockinstru:104,mockmet:[5,8],mockparabola:3,mockparabola_run:3,mockparabola_skewed_parabola:3,mockparabola_x_set:3,mockparabola_y_set:3,mocksourc:[5,8],mode:[0,2,5,6,7,10,11,13,15,16,18,20,29,36,57,58,63,65,67,71,73,74,76,78,105,112,113],model:[2,5,6,8,9,13,15,19,20,58,61,62,69,71,72,73,75,101,104,109,112],model_336:56,modif:109,modifi:[24,50,67,101],modified_rang:39,modul:[1,2,9,12,13,17,20,29,92,101,109],modular:[107,112],moment:[61,76],monitor:[8,20,45,54,84,104,107,112],more:[5,9,20,23,24,25,27,29,36,40,41,58,61,65,67,76,93,98,101,104,105,107,108,112],most:[1,2,7,12,17,18,20,25,29,47,48,58,61,68,73,76,101,104,108,112],mostli:[29,104],motiv:101,move:[2,8,16,20,71,76],msec:[2,6],msg:71,mua:23,much:[25,39,73,101,112],multi:[9,63,93,112],multichan_paramclass:32,multichannelinstrumentparamet:[32,63],multilin:101,multimet:[76,96],multiparamet:[2,25,67,70,71,73,75,90,96,105],multipl:[0,7,24,29,32,40,47,49,64,65,68,73,76,105,112,113],multiple_trigger_acquisit:65,multipli:112,multiprocess:[2,17,93,96,107,113],multityp:104,must:[2,7,9,26,27,29,30,35,38,41,42,47,48,50,51,58,60,61,65,67,75,76,81,101,104,109,112,113],mv_rang:65,mvpp:26,my47004267:6,my48002016:10,my54505281:11,my54505388:[10,12],my57800256:21,my_experi:108,mycount:7,myget:9,myinstrument:113,myset:9,myvector:113,myvector_set:113,n48280:14,name:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,22,23,24,25,26,27,28,29,30,32,33,34,35,36,38,40,41,42,43,44,46,47,48,49,53,55,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,81,84,101,104,108,109,112,113],name_to_delet:2,namespac:[8,20,90,109],nan:[9,20],nataliejpg:78,nativ:[9,75],navg:74,navig:108,nbagg:[3,4,8,15,17,18,19,20,22,25,26,27,28],nbi:[101,106],ndarrai:[30,35,47,76,112],nearli:2,necessari:[15,29,35,51,57,58,67,107,112],necessarili:[30,47,48,101,104],need:[1,2,7,9,16,27,35,58,65,71,76,101,104,105,112,113],neg:[54,64],neither:101,nep:[29,67],nepbw:67,nepbw_to_timeconst:67,nest:[7,9,10,35,45,112],nested_dataset:3,network:[73,112],never:[49,101],new_cmd:2,new_data:[36,90],new_indic:12,new_nam:2,new_valu:12,newlin:41,newlinestripp:76,next:[27,30,38,41,47,76,108,112,113],nice:[2,8,20,29,101,108],nick:101,nielsen:106,nix:108,no_instru:113,nobodi:101,nocommanderror:49,node:29,noisi:16,non:[16,27,80,101,113],none:[1,2,3,5,6,9,12,14,15,16,17,19,20,22,29,30,32,33,35,36,38,40,41,42,45,46,47,48,49,50,53,55,56,58,59,60,61,63,64,65,69,71,73,74,75,76,79,81,83,84,94,101],nonetyp:[32,56],nonlinear:20,noofpoint:27,noofseqelem:27,nor:101,norm:[16,21],normal:[30,36,37,40,47,48,50,61,104,112],notabl:29,notat:[1,50],notch_filt:14,note:[1,2,7,9,16,23,24,27,29,30,32,36,47,48,49,50,51,53,60,63,67,70,71,74,75,76,79,81,92,107,109,112,113],notebook:[1,10,12,14,15,16,20,26,27,29,96,98,105,107,108,109,110],noth:[58,60],notic:[20,25],now:[0,5,7,8,9,14,16,20,23,24,25,27,29,30,47,84,96,101,108,109,113],nplc:[6,10,11,12,13,17,19,76],nplc_list:61,npt:[15,25,73],nr_averag:65,nr_bytes_written:12,nrep:[27,76],num:[5,11,12,50,83],num_chan:63,num_channel:76,num_port:25,number:[0,2,6,7,8,9,10,11,12,13,17,19,20,23,24,25,27,29,38,41,42,45,47,48,50,53,56,57,58,60,61,63,64,65,67,71,72,73,75,76,101,104,109,112,113],number_format:41,number_of_channel:58,number_of_paramet:113,numdac:64,numer:[41,112],numpi:[0,2,3,7,8,10,11,12,13,16,17,19,20,22,23,24,26,27,28,29,30,35,47,67,75,76,98,112,113],numpoint:76,numval:[11,12],object:[0,1,5,6,8,9,12,13,14,15,17,19,20,22,25,26,28,29,30,32,35,37,39,40,45,47,48,49,50,51,58,60,63,74,79,81,84,101,102,109,112,113],obsolet:27,obtain:58,obviou:45,occasion:39,occupi:[38,76],occur:[16,57,60,64,65,75,109,112],oct:14,oem:76,off:[2,6,10,11,12,18,21,23,24,25,26,29,40,63,68,71,73,76],off_modul:73,offer:[0,113],offload:112,offset:[15,16,18,26,29,76],often:[4,36,101,104],ohm:[15,29],old:[14,25,26,97],oldest:21,oldn:29,omit:[20,30,47,49,71],on_modul:73,onc:[0,4,7,8,9,20,35,39,76,101,104,108,112,113],one:[1,2,7,8,9,13,14,16,18,20,23,24,25,26,27,29,30,33,35,36,39,40,41,45,46,47,49,50,55,56,57,58,60,63,64,73,75,76,81,101,104,105,109,112,113],ones:[68,73,76,101],onli:[2,3,7,9,15,16,17,20,23,24,25,26,27,29,30,35,36,38,40,41,46,47,48,49,50,51,57,58,61,63,67,68,70,71,73,75,76,81,101,105,112],onto:[76,112],opc:76,open:[3,6,39,42,53,57,71,83,97,101,107,108,112],opendevic:74,oper:[2,12,15,30,31,37,47,50,57,60,76,109,112,113],oppos:[2,27],opposit:82,optim:107,option:[1,2,21,27,30,32,33,35,36,38,39,40,42,43,46,47,48,49,50,51,53,55,56,61,65,71,75,76,79,81,94,98,101],order:[1,2,9,16,27,29,33,36,40,55,67,69,101,109,112],ordereddict:[0,36],org:53,organ:[101,105],orient:112,origin:[10,56,112],osc:29,oscil:29,oscillator2_freq:29,oscilloscop:[76,105],osx:108,other:[1,2,7,23,24,25,27,29,38,39,45,52,54,58,60,70,75,80,82,83,101,107,112],otherclass:2,otherwis:[2,27,35,57,58,60,101,112],our:[25,41,101],out:[0,2,4,7,9,12,16,17,20,21,23,24,25,26,29,30,31,47,57,58,63,65,71,101,106,107,110,112,113],outer:[7,9,35,41,112],output:[2,6,8,15,17,18,19,20,22,23,24,25,27,40,45,49,57,60,63,64,65,67,70,72,73,75,76,80,101,105,112],output_interfac:14,output_waveform_name_n:76,outsid:[54,58,64,65,67,76],over:[0,2,9,20,25,29,32,39,45,50,51,58,74,101,104,112,113],overhead:[11,112],overid:71,overload:[60,75],overrid:[2,36,38,39,63,67,71,81],overview:[9,65,76,105,109,111],overwrit:[1,17,19,20,64,76,81,109],overwritten:38,ovsr:75,own:[1,2,9,25,40,57,58,83,101,112],oxford:[22,28,56,96,99],oxfordinstruments_ilm200:71,oxfordinstruments_ips120:71,oxfordinstruments_kelvinox_igh:71,p1_set:0,p_label:2,p_name:2,p_unit:2,pack:76,pack_waveform:76,packag:[1,12,29,92,101,107,109],packard:[6,59],packed_waveform:76,pad:2,page:[90,92,101,112],pai:101,pair:10,panel:[29,60,76,107],panic:112,par:27,paraemt:56,parallel:71,param:[7,27,28,29,48,58,63,64],param_id:12,param_nam:[35,63],param_out:12,paramet:[4,5,6,8,9,13,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,60,61,63,64,65,67,68,69,70,71,73,74,75,76,78,79,80,81,82,83,84,90,93,95,98,101,102,105,107,111],parameter_class:2,parameter_nam:94,params_to_skip_upd:63,paramt:[0,55,113],parent:[30,32,40,44,46,47,48,49,51,60,61,62,63,73,75,76],parenthes:101,parmet:65,pars:[27,40,72,76],parse_awg_fil:[27,76],parse_multiple_output:72,parse_on_off:[68,73],parse_output_bool:76,parse_output_str:76,parse_single_output:72,parse_string_output:72,parsebool:76,parseint:76,parser:[2,40,75,76],parsestr:[59,76],part:[1,2,8,20,25,30,38,47,48,49,65,74,75,96,101,104,105,109,112],partial:[72,113],particular:[2,7,16,27,29,104,112],particularli:[2,40,43,75,112],pass:[2,38,40,46,49,51,52,56,58,61,65,69,73,78,81,82,83,101,109,112,113],pat:76,patch:101,path:[1,9,27,34,36,37,39,58,71,76,79,81,108,112],pattern:76,paus:16,pci:[2,57],pcie:[57,58,96],pcie_1751:56,pcie_link_spe:[15,58],pcie_link_width:[15,58],pdf:63,pend:76,pep8:101,per:[2,11,12,15,30,35,47,58,60,63,64,69,76,107,113],percent:[29,67],percentag:71,perf:101,perfom:10,perform:[9,10,14,15,16,23,24,29,39,58,64,67,74,76,80,97,99,101,112],perform_safety_check:69,perhap:[12,112,113],period:[36,82,83],persist:[42,69,71],persistent_switch:69,person:101,phase:[7,14,21,25,29,58,67,73,112],phase_delay_input_method_n:76,phase_n:76,phi:16,phi_measur:16,physic:[2,23,24,36,56,60,79,81,84,112],pick:101,pictur:112,piec:[104,112],pillar:112,pin:57,ping:101,pinki:101,pip:[101,107,108],pixel:82,place:[1,23,24,61,101,112],plai:9,platform:65,pleas:[27,29,63,76,101,106],plese:106,plot2:20,plot2q:20,plot3:20,plot3b:20,plot3bq:20,plot3q:20,plot4:20,plot4q:20,plot:[0,1,12,14,15,16,19,20,21,23,25,26,27,29,35,90,94,97,98,105,108,109,112],plot_1d:9,plotlib:[1,109],plotq1:20,plotq2:20,plotq:19,plotter:29,plt:[8,10,12,13,16,17,19,20,22,25,26,27,28,29,83],plu:109,plubic:92,plug:[61,107],plugin:101,plural:7,point:[9,10,11,12,14,16,25,29,33,37,41,45,49,55,67,71,73,74,90,107,112],poitn:76,polar:64,polish:107,poll:14,polyfit:16,poor:18,popul:[35,43,44],port:[16,18,25,28,42,57,60,69,71,74,107],port_count:57,posit:[40,112],possibl:[7,18,25,27,70,71,75,76,109,112],post:101,post_acquir:58,post_trigg:65,posttrigger_s:65,potenti:[36,45,107,112],power:[16,25,61,69,71,73,74,96,101,112],power_limit:31,powerlin:13,ppi:57,pprint:[5,6],practic:101,pre:[79,105],pre_acquir:58,pre_start_captur:58,preamp:[2,70,75],preamplifi:[2,70,75],prece:67,preced:41,precis:[18,64,67,95],preconfigur:1,predefin:[27,52,75,76,105],prefer:[107,112],prefix:101,preliminari:10,prepar:[11,12,29,58,61,67,76,112],prepare_buffer_readout:[14,75],prepare_curvedata:[26,76],prepare_for_measur:74,prepare_scop:[29,67],prepend:[35,76],preprocessor:57,prerequisit:105,present:[2,14,70,75,101,112],preservechannelset:76,preset:74,preset_data:35,press:[76,110],pretrigger_s:65,pretti:[23,24,63,67],prevent:[2,30,47,48,58,64,76],previou:[5,60,101],previous:[67,76,112],primari:107,princip:40,print:[0,1,2,7,8,9,10,11,12,13,15,16,17,19,20,22,23,24,27,28,29,60,61,63,65,67,76,113],print_al:59,print_cont:76,print_modstatu:59,print_overview:[23,24,63],print_readable_snapshot:[9,14,25],print_sweeper_set:[29,67],printslop:[23,24,63],prior:[56,60],prioriti:[38,112],privat:[58,90],privileg:57,probabl:[40,58,73,101,112],problem:[27,65,101],procedur:[63,112],process:[8,15,20,58,101,112],produc:[20,25,112],profit:108,program:58,programm:[58,69,76],programmat:[1,76,107],progress:45,progress_interv:[12,45],project:[2,101],proper:[29,64],properli:[16,76],properti:[1,57,109,112],protect:64,protocol:[15,64,112],provid:[1,7,15,23,24,35,38,40,42,49,51,58,61,65,68,77,81,82,83,101,104,105,108,112],proxi:112,psu:71,pts:[14,29],pull:[12,29],pull_from_serv:[5,8,15,19,20,112],puls:[23,24,27,59,96],purchas:29,purpos:[2,7,112],push:112,push_to_serv:[5,19,112],put:[16,27,41,63,71,76,112,113],pxie:61,py_head:[56,65],pyenv:1,pyplot:[8,10,12,13,16,17,19,20,22,25,26,27,28,29],pyqtgraph:[0,1,19,21,23,90,97,99,108],pyqtmaxplot:109,pyqtplot:109,pyspcm:65,pytest:101,python3:1,python:[2,9,36,57,58,64,65,71,76,79,81,94,101,107,108,112],pyvisa:[12,53,112],pywin32:99,qcmatplotlib:[0,1,15,90],qcode:[0,3,4,5,6,11,12,13,90,92,101,102,103,106,111,112,113],qcodes_config:109,qcodesrc:1,qcodesrc_schema:25,qdac:[10,11,56,96,97,98,99,105],qdac_ch01_v_set:11,qdac_ch02_v_set:12,qdac_ch41_v_set:10,qdac_ch42_v_set:10,qdac_channel:[56,105],qdac_setpoint:11,qdacchannel:63,qdacmultichannelparamet:63,qdev:[10,11,12,17,23,24,56,107,109],qtlab:74,qtplot:[0,1,9,12,19,20,21,23,90],qtwork:64,quadratur:7,quantiti:[20,41],quantum:108,queri:[17,23,24,29,63,74,75,76,112],querysweep:74,question:[61,63,101],queue:[17,21,27,60,61,76],quickli:27,quiet:12,quirk:93,quit:[31,101,112],quot:41,qutech:56,qutech_controlbox:68,r_offset:14,rack:64,rad_to_deg:68,rainbow:[8,38],rais:[1,2,12,16,17,20,31,32,49,51,54,56,57,58,61,64,67,68,75,76,77],raiseexc:75,ramiro:74,ramp:[2,9,12,16,18,21,23,24,60,69,71,76],ramp_al:60,ramp_rat:[16,60],ramptim:23,ran:3,randint:[4,9],random:[1,4,9,16,27,61],rang:[2,6,7,10,11,12,13,15,21,23,24,25,27,29,57,58,61,64,65,67,74,76,112,113],range_auto:6,rangei:[6,20],rangev:[6,20],rate:[14,15,16,29,58,60,64,65,69,75],rather:[18,29,61,101,113],ravel:112,raw:[11,64,104,105,107],raw_val:11,reach:[16,75,101],read:[2,3,7,9,13,16,17,19,23,24,26,36,39,40,41,42,53,57,60,63,64,65,70,71,73,75,76,79,81,101,104,105,108,109,112],read_metadata:39,read_one_fil:39,read_pin:57,read_port:57,read_stat:63,readabl:[9,49,58,95,101],reader:9,readi:[7,9,29,76,81,101,108],readm:101,readnext:13,readout:[63,65,97],readthedoc:53,real:[2,9,25,61,70,75,101,104,107,112,113],realli:[23,24,35,61,108,112],realtim:[101,107],reappear:101,rear:76,reason:[9,16,101,113],recal:9,receiv:[21,60,75],recent:[1,12,17,20,29,48],recommend:101,reconnect:112,reconstruct:39,record:[9,15,38,67,76,81,107,112],records_per_buff:[15,58],recycl:58,redirect:[30,35,48,95],reduc:40,ref:[26,112],refactor:101,refer:[9,29,35,58,90,101,103,112,113],referenc:[30,47,48,112],reference_clock_frequency_select:76,reference_multiplier_r:76,reference_sourc:[14,76],refernc:74,reflect:[46,73],refriger:71,reg:[28,56,65],regard:[58,112],regardless:101,regist:[65,75,101],registri:71,regular:[2,4,112],reimport:109,reinvent:101,reject:74,rel:[9,25,36,37,79,81,112],relat:112,relationship:112,releas:[39,107],relev:[12,48,58,75,76],reli:[2,58],reliabl:[58,112],reload:[3,13,39,56,112],remain:58,rememb:[11,16,25,26,67],remot:[6,17,22,71,82,112],remoteinstru:[6,112,113],remoteparamet:112,remov:[21,25,29,35,36,64,67,71,73,76,96,98,101,105],remove_signal_from_sweep:67,rep:76,repeat:[32,101,112],repet:76,repetit:[27,76],repetition_r:76,replac:[60,98],repo:[1,101],report:[102,107],repositori:[101,105,107],repr:[12,60],reprec:25,repres:[7,41,48,58,61,75,112],represent:[9,57,84,104],reproduc:[101,112],request:[11,16,102,112],requir:[7,9,29,30,40,47,50,51,53,57,67,73,81,99,101,109,112,113],res:17,research:[75,97],resend:76,resend_waveform:76,reserv:14,reset:[2,7,9,12,14,25,27,40,41,59,64,65,68,69,72,73,75,76],reset_modul:75,resit:56,resolut:[6,9,64,98],resolv:61,resourc:[12,39,53,57,61,63,75,112],respect:[30,47,57,76],respons:[2,17,40,42,49,53,60,63,75],restart:[65,109],restrict:[75,104],restructur:101,result:[3,7,20,38,58,64,74,76,105,112],ret:12,ret_cod:12,ret_valu:12,retriev:[21,76,109],retur:76,return_count:12,return_pars:40,return_self:76,reus:112,revers:[49,50],review:[101,107],revion:60,revok:[23,24],rewrit:112,rewritten:101,rf_off:25,rf_on:25,rho:16,richer:112,rid:35,right:[16,20,27,56,58,75,84],rigol:56,rigol_dg4000:72,rise:[2,6,29],risetim:[2,6,19],robust:2,rohd:[73,105],rohde_schwarz:[25,56],rohdeschwarz_sgs100a:73,rohdeschwarz_smr40:73,rol:74,ron:76,root:[3,36,37,76,79,81],rotate_nvalv:71,rough:102,round:[64,98,112],round_dac:64,routin:[61,63],row:[41,73],rrm:29,rs232linkformat:64,rs_sgs100a:73,rs_smb100a:73,rst:[2,40,101],rto:71,rtoz:22,rtype:12,rule:16,run:[0,4,5,8,9,10,11,12,14,15,16,17,19,20,21,25,26,29,45,56,57,67,76,94,105,107,109,112,113],run_mod:76,run_stat:76,run_temp:7,run_to_field:71,run_to_field_wait:71,runtest:[56,61,68,77],runtim:[1,109],runtimeerror:29,s11:25,s12:25,s21:25,s22:25,s44:25,sa124_max_freq:74,sa124_min_freq:74,sa44_max_freq:74,sa44_min_freq:74,sa_api:74,sa_audio:74,sa_audio_am:74,sa_audio_cw:74,sa_audio_fm:74,sa_audio_lsb:74,sa_audio_usb:74,sa_auto_atten:74,sa_auto_gain:74,sa_averag:74,sa_bypass:74,sa_idl:74,sa_iq:74,sa_iq_sample_r:74,sa_lin_full_scal:74,sa_lin_scal:74,sa_log_full_scal:74,sa_log_scal:74,sa_log_unit:74,sa_max_atten:74,sa_max_devic:74,sa_max_gain:74,sa_max_iq_decim:74,sa_max_rbw:74,sa_max_ref:74,sa_max_rt_rbw:74,sa_min_iq_bandwidth:74,sa_min_max:74,sa_min_rbw:74,sa_min_rt_rbw:74,sa_min_span:74,sa_power_unit:74,sa_real_tim:74,sa_sweep:74,sa_tg_sweep:74,sa_volt_unit:74,sabandwidthclamp:74,sabandwidtherr:74,sacompressionwarn:74,sadevicenotconfigurederr:74,sadevicenotfounderr:74,sadevicenotidleerr:74,sadevicenotopenerr:74,sadevicetypenon:74,sadevicetypesa124a:74,sadevicetypesa124b:74,sadevicetypesa44:74,sadevicetypesa44b:74,saexternalreferencenotfound:74,safe:[16,64,71,101,112],safe_reload:74,safe_vers:64,safeti:[16,25,61,71],safrequencyrangeerr:74,safti:25,sai:[36,79,81,101,113],said:[35,76],sainterneterr:74,sainvaliddetectorerr:74,sainvaliddeviceerr:74,sainvalidmodeerr:74,sainvalidparametererr:74,sainvalidscaleerr:74,same:[2,4,7,10,15,16,33,35,41,47,49,50,55,57,67,75,76,83,101,112,113],sampl:[11,14,15,29,50,51,56,58,65,112],sample_count:[11,12],sample_r:[15,58],sample_timer_minimum:[11,12],samples_per_buff:58,samples_per_record:[15,58],sampling_r:76,sane:34,sanocorrect:74,sanoerror:74,sanotconfigurederr:74,sanullptrerr:74,saovencolderr:74,saparameterclamp:74,sastatu:74,sastatus_invert:74,satisfi:16,satoomanydeviceserr:74,satrackinggeneratornotfound:74,saunknownerr:74,sausbcommerr:74,save:[0,9,12,27,30,35,36,39,41,47,48,49,58,76,80,81,94,101,104,105,107,112,113],save_to_cwd:1,save_to_env:1,save_to_hom:[1,109],savvi:107,sawtooth:21,sbench6:65,scalar:[4,7,9,30,47,80,112],scale:[7,25,26,29,56,74],scale_param:7,scale_set:7,scale_v:7,scan:25,scenario:[61,101],scene:29,schema:[1,25,34,109],schema_cwd_file_nam:34,schema_default_file_nam:34,schema_env_file_nam:34,schema_file_nam:34,schema_home_file_nam:34,schouten:64,schwarz:[73,105],scientist:108,scope:[26,67,76,105],scope_average_weight:29,scope_channel1_input:29,scope_channel2_input:29,scope_channel:29,scope_correctly_built:29,scope_dur:29,scope_length:29,scope_measur:26,scope_mod:29,scope_samplingr:29,scope_seg:29,scope_segments_count:29,scope_trig_delai:29,scope_trig_en:29,scope_trig_gating_en:29,scope_trig_gating_sourc:29,scope_trig_holdoffmod:29,scope_trig_holdoffsecond:29,scope_trig_hystabsolut:29,scope_trig_hystmod:29,scope_trig_level:29,scope_trig_refer:29,scope_trig_sign:29,scope_trig_slop:29,scopearrai:76,scopedata:29,scpi:60,screen:108,script:[105,107,113],sd_awg:61,sd_common:61,sd_dig:61,sd_modul:61,sdk:58,sdk_version:[15,58],seamless:61,search:[38,101,112],sec:76,second:[5,7,9,13,14,21,29,30,35,36,42,45,47,49,53,54,58,60,64,69,71,75,76,81,82,83,106,112,113],section:[106,108],see:[0,1,4,8,16,20,21,23,26,27,38,39,42,49,51,53,58,64,65,73,76,82,101,112,113],seem:[41,65,101],seen:25,seg_siz:65,segm1_ch1:76,segm1_ch2:76,segm2_ch1:76,segm2_ch2:76,segment:[29,67,76],select:[15,16,58,67,76,101,108],self:[1,2,7,12,17,19,20,30,36,39,47,48,60,61,63,71,74,76,81,84,101,113],semant:107,semi:101,semicolon:71,sen:[2,6,19,70],send:[2,11,12,16,42,64,70,75,76,105,106],send_awg_fil:76,send_dc_puls:76,send_pattern:76,send_sequ:76,send_sequence2:76,send_waveform:76,send_waveform_to_list:[27,76],sens:101,sens_factor:[2,6,70],sens_x:19,sensit:[2,6,14,70],sensor:[62,105],sensorchannel:62,sent:[2,40,49,71,76,104,112],separ:[7,39,41,47,71,84,107,112,113],seper:[60,76],seprar:20,seq:76,seq_elem:27,sequanti:55,sequecn:76,sequenc:[7,27,30,35,45,47,50,60,76,80,83,112],sequence_cfg:76,sequence_length:27,sequence_po:27,sequenti:[29,33,113],seri:[2,68,72,76],serial:[2,5,6,9,10,11,12,14,15,16,21,25,26,58,60,71,75,104],serial_numb:[19,20],serialis:76,serv:2,server:[15,17,22,29,58,67,112,113],server_err:17,server_nam:[3,6,15,20,22,59,65,113],session:[8,9,12,20,36,79,81,101],set:[0,1,2,3,4,6,7,8,10,12,14,15,16,17,18,19,20,21,22,25,27,33,35,36,39,41,45,46,48,49,50,51,55,56,57,58,60,61,63,64,65,67,69,70,71,73,74,75,76,78,79,80,81,104,105,107,109,112,113],set_al:60,set_arrai:35,set_channel_or_trigger_set:65,set_channel_set:65,set_cmd:[2,9,49,71,113],set_current_folder_nam:76,set_dacs_zero:64,set_default:76,set_delai:9,set_ext0_or_trigger_set:65,set_ext_trig:73,set_field:69,set_funct:58,set_jumpmod:76,set_level:76,set_measur:[5,6,8,13,17,19,20],set_mix_chamber_heater_mod:71,set_mix_chamber_heater_power_rang:71,set_mod:76,set_mode_volt_dc:76,set_mp_method:[5,8,15,17,19,20,22],set_pars:49,set_persist:71,set_point:26,set_pol_dacrack:64,set_pulsemod_sourc:73,set_pulsemod_st:73,set_ramp:18,set_remote_statu:71,set_sequ:76,set_set_point:26,set_setup_filenam:76,set_smooth:75,set_sqel_event_jump_target_index:76,set_sqel_event_jump_typ:76,set_sqel_event_target_index:[27,76],set_sqel_goto_st:76,set_sqel_goto_target_index:[27,76],set_sqel_loopcnt:[27,76],set_sqel_loopcnt_to_inf:[27,76],set_sqel_trigger_wait:[27,76],set_sqel_waveform:[27,76],set_statu:73,set_step:9,set_sweep:73,set_titl:27,set_to_fast:71,set_to_slow:71,set_valu:51,set_voltag:75,set_ylim:27,setattr:20,setboth:113,setbothasync:113,setformatt:3,setlevel:[3,26,27,29],setpoint:[0,3,4,5,7,9,10,11,12,15,16,25,26,30,35,41,47,61,67,71,73,75,80,96,112,113],setpoint_arrai:[30,47],setpoint_label:[7,30,47],setpoint_nam:[7,30,47,67],setpoint_unit:[30,47],settabl:[48,51,104,112],setter:104,settl:[29,101],setup:[25,65,73,84,105,107],setupclass:[56,61,68],setx:113,sever:[20,61,67,71,101,104,112],sg384:[56,95],sgs100a:56,shadow:1,shape:[0,2,3,5,7,9,10,11,12,14,15,25,26,27,29,30,35,47,61,67,73,83,112,113],share:[18,106],shared_kwarg:113,shell:107,shift:29,ship:[1,29],shortcut:82,shot:[93,101,105],should:[2,9,11,15,16,20,21,25,26,27,29,30,32,35,36,38,39,40,42,44,45,47,48,50,51,52,56,57,58,60,61,70,71,75,76,84,101,108,112],shouldn:35,show:[4,8,9,15,16,17,19,20,22,23,24,101],show_subprocess_widget:[5,8,15,17,19,20,22],show_window:82,shown:16,side:[16,27,49,104,108,113],sig:29,sig_gen:101,signadyn:61,signal:[9,26,27,58,65,67,68,73,74,75,76,96,105,112],signal_hound:56,signal_input1:29,signal_input1_ac:29,signal_input1_diff:29,signal_input1_imped:29,signal_input1_rang:29,signal_input1_sc:29,signal_output1:29,signal_output1_ampdef:29,signal_output1_amplitud:29,signal_output1_autorang:29,signal_output1_en:29,signal_output1_imp50:29,signal_output1_offset:29,signal_output1_on:29,signal_output1_rang:29,signal_to_volt:58,signalhound_usb_sa124b:74,signatur:[27,39,57,76],significantli:25,silent:61,sim900:75,sim928:[56,96],sim:75,similar:[9,73,76,112],similarli:[24,29,112],simpl:[4,7,9,14,15,25,26,31,37,40,54,65,83,101,105,107,112],simpler:101,simplest:112,simpli:[1,29,40,48,76],simplifi:[2,8,20,60,101],simul:[104,107,111,112],simultan:[14,20,24,60],simultani:69,sin:[27,72],sinc:[2,9,16,29,60,67,71,76,112,113],sine:26,sing:25,singl:[7,9,17,19,25,30,41,48,49,50,57,58,60,62,63,65,69,76,80,83,93,101,104,105,112],single_iq:7,single_set:7,single_software_trigger_acquisit:65,single_trigger_acquisit:65,singleiqpair:7,site:[1,12],situat:[9,41,112],six:[23,24,57],size:[5,9,30,36,47,49,58,64,65,75],skewed_parabola:3,skill:101,skip:101,slack:[97,98,99,101,106,107],slash:37,sleep:[2,11,12,14,17,19,22,23,24,26,27,51,54,64],slice:[8,20,25,50,104],slightli:95,slope:[12,15,16,21,23,24,63],slot:[18,60,61,75],slot_nam:75,slow:[23,24,71,112],slow_external_clock:2,slower:27,small:[23,24,25,29,57,93,101],smaller:[25,75],smart:[71,101],smooth_timestep:75,smoothli:75,smr40:56,smu:2,snap:6,snapshot:[0,2,5,6,9,15,19,20,30,32,35,42,43,47,48,53,75,76,84,95,98,99,112],snapshot_bas:63,snapshot_get:[30,47,48],snapshot_valu:[30,47,48],socket:[42,62],soft:76,softwar:[2,21,29,63,67,76,99,101,105,112],software_revis:[19,20],software_triggered_read:11,solv:101,some:[0,2,9,24,29,30,40,42,47,48,50,60,61,65,75,76,101,105,109,112],somebodi:101,somehow:112,someon:[57,101],someth:[1,8,16,20,27,29,58,61,63,101,109,112],sometim:[2,7,9,29,41,112],soon:[60,101],sophist:58,sort:[27,41],sort_kei:6,sourc:[2,5,8,9,15,16,25,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,101,102,107,108,112],sourcemet:[76,96],space:[23,24,30,47,48,50,101,104],span:[25,74],spawn:[5,8,15,17,19,20,22],spc_tm_high:65,spcerr:[56,65],spcm0:65,special:[2,9,30,47,48,101,112],specif:[15,27,36,60,63,64,71,76,101,104,112],specifi:[16,21,27,30,39,45,47,56,57,61,64,67,68,74,75,76,77,83,84,101,109,112],specifiedta:76,spectrum:[56,95,96,112],speed:[10,11,25,49,58,112],speedup:98,spheric:16,spherical_measur:16,split:[2,11,25,28],spread:106,sqel:76,sql:112,squar:26,squencer:76,sr560:[2,56],sr830:[56,94,97,105],sr865:56,src:[1,3,25],srs_sg384:75,stabl:53,stage:112,stai:[101,113],staircas:9,stale:112,stand:16,standalon:107,standard:[2,11,25,60,63,75,107],standardparamet:[2,5,7,9,15,19,56,64,90,104],stanford:[75,97],stanford_research:[2,14,56],stanford_research_system:14,stanford_sr865:75,start:[0,2,5,8,9,10,11,12,14,15,19,20,21,25,29,34,35,36,41,46,49,50,52,57,58,60,71,73,75,76,79,81,101,105,112],startcaptur:15,startup:[23,24,63],stat:[68,73],state:[2,23,24,27,29,57,60,76,101,104,107,112],statement:[64,101],station1:[17,19],station2:[17,19],station:[3,4,5,6,8,9,10,12,13,17,19,20,25,29,30,43,45,47,48,75,90,102,112],stationq:107,statu:[2,28,29,58,61,63,64,68,71,73,74,75,76],status:75,statuscod:76,std:11,stderr:3,stdlib:57,stdout:[12,65],step:[2,9,10,25,45,49,50,64,75,77,108,113],step_attenu:68,stepper:71,still:[23,24,27,35,101,112],stop:[14,20,21,25,27,29,50,73,76],storag:[76,107,112],store:[0,1,3,32,35,36,39,56,58,76,81,84,98,112],str:[2,12,30,32,33,34,35,36,37,38,40,42,43,44,46,47,48,49,53,55,56,60,61,63,64,67,70,71,73,75,76,78,79,81],straightforward:[27,112],strang:29,strategi:60,stream:[12,15,29],streamhandl:3,strftime:38,strictli:67,string:[1,2,3,12,17,19,30,32,38,39,40,41,47,48,49,58,61,64,65,67,69,71,72,73,75,76,81,84,101,104,109,112],strip:[2,41],strive:101,strongli:[2,29,101],structur:[36,39,58,79,81,104,109,112],struggl:101,stuf:109,stuff:[2,16,71,76,105],stupid:16,subclass:[2,7,30,32,39,40,42,47,48,51,53,58,104],subject:[101,112],sublim:101,sublimelint:101,submit:113,submodul:43,subplot:[16,20,25,26,29,83],subprocess:[8,15,17,19,20,22],subscrib:67,subsequ:52,subset:25,substitut:2,subtract:29,succes:76,successfulli:[16,57],succinct:101,suit:[3,61,68,73,77,107],sum:[0,113],summari:105,superclass:2,superconduct:71,suppli:[2,37,39,69,71,96,112],support:[0,1,2,3,9,21,23,24,25,26,27,29,43,44,51,57,61,67,71,75,76,97,98,101,109,112],suppos:71,suppress:[2,6,19,76],supress:61,sure:[10,14,16,29,71,76,101,104,108],sv2:50,sv3:50,sv4:50,swap:107,sweep:[0,4,5,9,11,12,20,25,29,32,33,49,50,51,55,67,71,73,74,93,104,105,107,111,112],sweep_val:[0,113],sweep_valu:[5,9,45],sweepabl:55,sweepdata:29,sweeper:[67,96,105],sweeper_bw:29,sweeper_bwmod:29,sweeper_ord:29,sweeper_param:29,sweeper_samplecount:29,sweeper_start:29,sweeper_stop:29,sweeper_xmap:29,sweeper_xxx:29,sweepfixedvalu:[90,104],sweepvalu:[45,90,102],swept:113,symmetri:16,sync:[17,19,20,23,24,26,29,105,112],sync_delai:24,sync_dur:24,sync_filt:14,sync_output:21,sync_sourc:21,synchron:[60,112],syntax:107,synthes:96,sys:[3,12,25],system32:[2,58,74],system:[2,15,30,34,40,47,48,58,71,75,76,84,93,95,109,112],system_id:[2,15,58],sztypetonam:65,t_actual:16,t_set:16,t_start:[10,12],t_stop:[10,12],tab:[29,41,101],tabl:[76,105,109,112],tag:101,take:[0,9,12,20,24,30,31,32,45,47,48,60,63,65,73,76,97,101,104,107,113],taken:[49,65,73,76],talent:101,talk:[2,70,75,112,113],target:[16,50,51,58,76],target_curr:16,target_field:16,task:[4,9,12,21,45,54,90,94,101,104,112],tcpip0:[2,10,11,12,21,25,27,73],tcpip:112,tech:107,techniqu:101,technolog:[6,10,11,12,21],tektp:26,tektron:99,tektronix:[2,6,13,17,19,20,56,96,97,105],tektronix_awg5014:[27,76],tektronix_awg5200:76,tektronix_awg520:76,tell:[39,41,54,101,112],temp0_0:[23,24],temp2_1:[23,24],temp5_2:[23,24],temperatur:[62,71,96,105],templat:101,temporari:[36,81],tempx_i:[23,24],tend:2,tens:101,term:[12,101],termin:[2,6,8,12,15,17,19,20,22,41,42,53,63,65,69,71,107,108,112],tesla:[16,69,71],test2d:20,test:[2,4,9,10,11,16,20,38,42,43,57,60,61,63,64,68,69,72,73,76,77,95,104,105,107,112],test_ami430:16,test_attenu:77,test_awg_fil:27,test_channel_amplitud:61,test_channel_frequ:61,test_channel_offset:61,test_channel_phas:61,test_channel_wave_shap:61,test_chassis_and_slot:61,test_chassis_numb:61,test_clock_frequ:61,test_closed_fil:3,test_complex_param:20,test_dataset_clos:3,test_dataset_finalize_closes_fil:3,test_dataset_flush_after_writ:3,test_dataset_with_missing_attr:3,test_double_closing_gives_warn:3,test_field_vector:16,test_firmware_vers:[68,77],test_frequ:68,test_full_write_read_1d:3,test_full_write_read_2d:3,test_hdf5formatt:3,test_incremental_writ:3,test_instru:[56,101],test_loop_writ:3,test_loop_writing_2d:3,test_metadata:101,test_metadata_write_read:3,test_multi_d:20,test_on_off:68,test_open_clos:61,test_phas:68,test_pow:68,test_pxi_trigg:61,test_read_writing_dicts_withlists_to_hdf5:3,test_reading_into_existing_data_arrai:3,test_send:76,test_serial_numb:61,test_slot_numb:61,test_snapshot:101,test_str_to_bool:3,test_suit:56,test_writing_metadata:3,test_writing_unsupported_types_to_hdf5:3,testagilent_e8527d:68,testcas:56,testhdf5_format:3,testkeysight_m3201a:61,testkeysight_m3300a:61,testmetadat:101,testsd_modul:61,testsweep:[0,9,10,12,17,19,20],testweinschel_8320:77,text:[2,12,72,101,104,112],texttestrunn:3,textual:112,tg_thru_0db:74,tg_thru_20db:74,than:[2,23,24,25,29,45,49,101,107,112],thank:101,thebrain:101,thei:[1,4,8,9,15,17,19,20,22,35,36,45,52,58,70,75,76,101,104,109,112],them:[1,2,7,8,20,23,24,35,56,69,71,75,76,101,105,109,112,113],theme:82,theoret:112,therebi:21,thermometri:28,theta:16,theta_measur:16,thi:[0,1,2,4,5,7,8,9,10,11,12,13,15,16,17,19,20,22,23,24,25,26,27,29,30,32,35,36,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,57,58,59,60,61,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,90,92,101,102,104,107,108,109,111,112,113],thing:[2,8,9,13,15,20,22,40,45,49,50,51,52,54,61,68,77,101,104,106,108,112,113],think:[101,109,112],third:112,those:[4,7,35,38,40,104,112],though:[2,49,50,51,112],thread:[64,112],thread_map:12,threadpoolexecutor:113,three:[7,23,24,29,41,50,69,76,112],through:[9,23,24,27,29,35,36,101,108,112,113],thu:[101,112],tick:15,tight_layout:[25,27],tim:21,time:[2,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,38,39,45,49,50,51,57,60,61,65,67,74,75,76,101,107,112,113],time_const:14,timeit:11,timeout:[6,12,14,15,17,27,29,42,53,71,75,76],timeout_tick:[15,58],timer:[17,19],timestamp:[20,107,112],tmpfile:[28,71],to_setpoint:71,to_zero:71,toc:9,todo:[2,35,63,64,67,68,75,78,101],togeth:[4,27,49,73,112],toggl:18,tolist:2,too:[2,25,30,47,48,49,57,73,101],tool:101,toplevel:98,tortur:101,total:[2,7,25],touch:101,toymodel:[5,8],tps1:26,tps1_scope_measurement_0:26,tps1_scope_measurement_1:26,tps2012:[56,105],tps2012channel:76,tps:26,trace:[9,25,26,29,58,65,67,73,82,83],traceback:[1,12,17,19,20,29,107],tracenotreadi:76,track:[58,60,74,112],trail:101,transer:15,transfer:[27,76],transfer_offset:[15,58],transform:[2,16,40,49,54,58],translat:[2,39,67],transmiss:73,trcl:75,treat:[60,84,112],tree:[105,108],trg:[11,12],trig:[29,76],trig_engine_j:15,trig_engine_k:15,trig_engine_op_j:15,trig_mod:65,trig_slope_posit:15,trig_wait:[27,76],trigger:[2,12,15,21,26,27,29,65,73,76,99,105],trigger_count:11,trigger_delai:[15,58],trigger_engine1:[15,58],trigger_engine2:[15,58],trigger_input_imped:76,trigger_input_polar:76,trigger_input_slop:76,trigger_input_threshold:76,trigger_level1:[15,58],trigger_level2:[15,58],trigger_level:26,trigger_oper:[15,58],trigger_slop:12,trigger_slope1:[15,58],trigger_slope2:[15,58],trigger_sourc:[11,12,26,76],trigger_source1:[15,58],trigger_source2:[15,58],trigger_typ:26,triton1_thermometri:28,triton:[56,96,105],trival:113,trivial:101,trivialdictionari:58,troubleshoot:112,truncat:101,trust:49,truthi:[9,31],ts_start:5,tst:3,tstart:[17,19],tudelft:64,tune:[64,101],tupl:[7,27,29,30,32,35,40,47,63,67,76,82,83],turn:[2,11,25,29,71,76],turoti:9,tutori:[4,7,105,111],two:[2,7,9,11,14,20,25,26,27,35,63,67,69,74,75,76,101,105,113],txt:64,type:[0,1,2,3,5,7,9,10,11,12,14,15,17,19,25,26,27,29,32,39,40,56,57,58,64,65,67,75,76,98,101,108,109,112,113],typeerror:[12,31,51,76],typic:[35,101,105,112],typo:101,ufh:96,uhf:[67,105],unambigu:2,unassign:[23,24],unavail:57,uncommit:58,uncondit:76,undefin:[21,57],under:76,underli:[104,112],underscor:101,understand:[101,112],undesir:9,undo:76,unfortun:61,unga:[1,3,101,109],ungaretti:101,unicorn:8,unimport:76,union:[32,35,40,49,50,56],uniqu:[35,61],unit:[0,2,5,6,7,9,13,15,19,23,24,29,30,33,35,47,48,55,58,67,71,75,95,96,101,112,113],unitless:[30,47,48],unittest:[3,56,101],unittest_data:3,unless:[23,24,35,49,101],unlik:56,unload:76,unlock:[71,73],unnecessari:7,unrecogn:57,unrel:112,unsav:112,unsign:76,until:[2,27,71,108,112],unus:81,updat:[1,6,9,12,20,23,24,25,26,29,30,34,47,48,58,63,67,71,73,76,82,83,84,99,104,108,112],update_acquisitionkwarg:[15,58],update_curr:[12,23,24,63],update_display_off:25,update_display_on:25,update_snapshot:84,upfront:[30,47],upgrad:29,upload:[27,76],upon:[21,23,24,56,75],uppercas:71,ups:16,upsteam:1,upto:76,usag:[7,38,51,61,65,71,76,102,105,111],usb:2,usb_sa124b:56,use:[0,1,2,4,7,9,13,20,25,26,27,29,35,38,40,41,49,50,51,53,54,56,58,61,63,65,68,69,70,71,75,76,77,83,101,104,106,108,109,111,112,113],use_lock:64,use_thread:12,used:[2,7,9,16,18,20,30,32,35,38,40,41,47,48,50,51,56,58,61,63,64,65,67,68,70,71,73,74,75,76,80,84,104,107,112],useful:[7,61,101,112],user:[1,3,5,12,13,17,25,27,49,53,57,58,67,75,76,107,108,109,112],usernam:101,userwarn:25,uses:[2,7,49,56,57,74,75,104,109,112],using:[2,9,16,20,23,24,27,29,34,39,41,53,61,64,65,69,74,76,101,104,107,112],usual:[9,43,44,63,76,112],util:[0,3,12,17,19,20,61,90,101,113],utility_freq:61,utopia:101,v11:26,v_amp_in:75,v_in:75,v_out:75,v_rang:[23,24],vaild:34,val:[0,2,5,7,9,29,48,49,50,51,58,76,113],val_map:[2,49],valid:[0,1,2,7,12,17,19,25,30,34,40,46,47,48,49,50,51,64,65,76,80,82,90,96,97,98,101,102,109,112,113],validate_al:40,validationerror:1,validator_for:1,valu:[0,1,2,4,5,6,7,9,10,12,13,14,15,16,17,19,20,23,24,25,27,29,30,33,34,35,38,40,41,45,46,47,48,49,50,51,55,56,57,58,60,61,63,64,67,69,71,73,75,76,104,112,113],valuabl:101,value_round:64,value_typ:1,valueerror:[32,54,56,61,67,68,76,77],valv:71,vari:[9,30,47,112],variabl:[2,41,61,76,101,104,105,109,112],variou:[101,104],vbw:74,vector:[16,69,112],vendor:[2,5,6,9,14,15,19,20,58,71,75],ver1:14,verbos:[3,9,56,59,61,63,65,73,76,101],verbose_channel:9,veri:[23,24,58,63,112],verifi:[2,16],vernier:75,versa:[16,29],version:[1,2,7,9,26,57,58,60,63,64,68,71,73,74,75,76,94,107,108,113],versu:105,vertic:[26,29],vi_error_rsrc_nfound:112,vi_error_tmo:12,via:[2,8,20,24,29,43,44,62,70,75,76,84,105,112],vibuf:12,vice:29,videobandwidth:74,view:[25,101],vipuint32:12,virtual:[2,69,70,73,75,108,113],virtualivvi:113,vis:16,visa:[2,12,27,53,59,60,61,62,63,64,68,71,72,73,75,76,77,78,112],visa_handl:[12,53,60,71],visainstru:[59,60,61,62,63,64,68,71,72,73,75,76,77,78,90,104,105,112],visaioerror:12,visalib:12,visess:12,visibl:[23,24],vision:101,visit:101,visual:107,visualis:27,viuint32:12,viwrit:12,vna:[25,74],vna_:25,vna_paramet:[25,73],vna_s11:25,vna_s11_magnitud:25,vna_s11_phas:25,vna_s11_power_set:25,vna_s11_trac:25,vna_s12_trac:25,vna_s13_trac:25,vna_s14_trac:25,vna_s21_trac:25,vna_s22_trac:25,vna_s23_trac:25,vna_s24_trac:25,vna_s31_trac:25,vna_s32_trac:25,vna_s33_trac:25,vna_s34_trac:25,vna_s41_trac:25,vna_s42_trac:25,vna_s43_trac:25,vna_s44_trac:25,volt:[2,6,9,10,11,13,17,19,20,29,58,60,75,76],volt_0:[19,20],volt_1:[19,20],volt_:75,volt_set:19,voltag:[2,6,7,9,10,11,18,20,23,24,56,60,61,63,65,70,75,76,78,96,97,104,112],voltage_range_statu:63,voltage_raw:[2,70,75],voltagedict:75,voltagedivid:56,voltageparamet:75,voltmet:[61,112],volunt:101,vpp:21,vrang:[12,23,24,63],vsd1:20,vsd2:20,vsd:[4,5,8],w8320_1:2,wai:[1,2,4,8,9,14,15,20,27,29,32,49,76,101,112,113],wait:[5,9,11,27,40,45,49,71,76,90,104,108,112,113],wait_trigg:76,wait_valu:76,walk:113,wall:25,want:[0,1,2,4,16,18,25,26,29,30,36,47,48,56,57,58,63,101,102,104,106,109,111,112,113],warn:[1,2,3,16,25,27,45,49,57,58,64,67,95,109],wav:63,wave:[26,65],waveform:[7,21,61,68,72,76,96,105,112],waveform_nam:76,web:[29,67],week:[101,106],weight:1,weinschel:[2,56],weinschel_8320:[2,56],welcom:[101,106],well:[4,29,32,39,60,61,68,71,75,77,101,112],went:16,were:[35,36,48,58,92],wfm001ch1:76,wfm002ch1:76,wfm1ch1:76,wfm1ch2:76,wfm2ch1:76,wfm2ch2:76,wfm:[27,76],wfmname:[27,76],wfname_l:76,wfs1:76,wfs2:76,wfs:76,what:[1,2,8,9,13,16,20,23,24,27,29,42,45,47,50,51,53,60,71,76,78,90,101,109,112,113],whatev:[11,58],wheel:101,when:[2,5,7,16,20,21,23,24,25,26,27,30,31,32,35,38,47,48,51,52,56,57,58,60,61,63,65,67,68,70,75,76,77,81,101,107,112,113],whenev:[65,75,76,112],where:[2,7,9,23,24,30,36,39,47,50,51,58,60,61,67,70,71,75,76,79,81,82,101,112,113],wherea:11,whether:[18,39,41,42,49,63,69,72,76,101,112],which:[1,2,4,7,9,16,20,25,27,29,30,32,34,35,36,38,39,41,44,45,47,49,50,52,56,57,58,61,63,71,73,75,76,79,81,84,101,104,109,112,113],whish:0,white:[82,101],whitespac:41,who:[101,106],whole:[2,4,7,41,47,70,75,101,104,112],whose:[35,75,84,112,113],why:[29,101],widget:[8,15,17,19,20,22,94],width:[82,83],william:[12,29],williamhpnielsen:[63,75],win32:57,win:1,window:[2,5,8,15,17,19,20,22,25,58,71,74,76,83,99,108],window_titl:82,windowtitl:19,wish:76,with_bg_task:[9,12],within:[2,15,32,35,52,54,58,67,101,107,112],without:[16,18,73,98,105,109,112],won:[20,25],wonder:29,word:[105,106],work:[1,2,4,15,22,36,37,65,68,72,73,76,77,79,81,101,107,108,109,112,113],workflow:[105,107],world:[58,101,107],wors:101,would:[1,7,8,15,17,19,20,22,38,49,61,73,101,106,112],wrap:[7,37,112],wrapper:[64,71,73],write:[1,2,11,12,17,21,36,39,40,41,42,49,53,57,60,63,64,71,75,76,81,101,111,112],write_confirm:42,write_copi:112,write_metadata:39,write_modul:75,write_period:[36,81],write_pin:57,write_port:57,write_raw:12,written:[41,58,61,71,76],wrong:[16,60,65,101],x_actn:22,x_fld:22,x_fldc:22,x_offset:14,x_rate:22,x_setpoint:22,x_val:[0,113],xlabel:16,xml:101,xrm:29,xxx:60,y_offset:14,y_val:[0,113],yai:94,yeah:19,year:101,yes:112,yet:[29,39,61,101,112],yield:[45,75],ylabel:16,yokogawa:[56,95],yolo:1,you:[0,1,2,4,7,8,9,16,20,25,26,27,29,30,34,35,36,37,39,40,45,47,48,49,50,51,56,58,63,70,75,76,79,81,83,102,104,105,106,108,109,111,112,113],your:[2,9,34,40,56,70,75,101,105,106,108,109,112,113],yourself:[58,75],yrm:29,yscale:29,z_val:[0,113],zero:[2,16,23,24,27,30,47,71,76],ziapinotfoundexcept:29,zip:[12,16],ziuhfli:[29,56],ziuhfli_rrm:29,ziuhfli_sig:29,ziuhfli_xrm:29,ziuhfli_yrm:29,zn20:105,znb20:56,znb4:73,znb8:[25,73,98],znb:[25,56],znbchannel:73,zone:16,zoom:67,zurich:29},titles:["Combined Parameters","QCoDeS config","Creating QCoDeS instrument drivers","Datasaving Examples","Measure without a Loop","Metadata","Metadata with instruments","Parameters in QCoDeS","Qcodes location-format example","QCoDeS tutorial","Agilent 34411A versus Keysight 34465A","Benchmark of Keysight 34465A","QDac and Keysight 34465 sync and buffer","Example script for Keithley driver","QCoDeS example with SR830","Qcodes example ATS_ONWORK","QCoDeS example with AMI430","Qcodes example with Agilent 34400A","Qcodes example with Decadac","Qcodes example with Ithaco","Qcodes example with Keithley 2600","Qcodes example with Keysight 33500B","Qcodes example with Mercury IPS (Magnet)","Qcodes example with QDac","Qcodes example with QDac_channels","Qcodes example with Rohde Schwarz ZN20/8","QCoDeS Example with Tektronix TPS2012","QCoDeS Example with Tektronix AWG5014","Qcodes example with Triton","QCoDeS Example with ZI UHF-LI","qcodes.ArrayParameter","qcodes.BreakIf","qcodes.ChannelList","qcodes.CombinedParameter","qcodes.Config","qcodes.DataArray","qcodes.DataSet","qcodes.DiskIO","qcodes.FormatLocation","qcodes.Formatter","qcodes.Function","qcodes.GNUPlotFormat","qcodes.IPInstrument","qcodes.Instrument","qcodes.InstrumentChannel","qcodes.Loop","qcodes.ManualParameter","qcodes.MultiParameter","qcodes.Parameter","qcodes.StandardParameter","qcodes.SweepFixedValues","qcodes.SweepValues","qcodes.Task","qcodes.VisaInstrument","qcodes.Wait","qcodes.combine","qcodes.instrument_drivers package","qcodes.instrument_drivers.Advantech package","qcodes.instrument_drivers.AlazarTech package","qcodes.instrument_drivers.HP package","qcodes.instrument_drivers.Harvard package","qcodes.instrument_drivers.Keysight package","qcodes.instrument_drivers.Lakeshore package","qcodes.instrument_drivers.QDev package","qcodes.instrument_drivers.QuTech package","qcodes.instrument_drivers.Spectrum package","qcodes.instrument_drivers.Spectrum.py_header package","qcodes.instrument_drivers.ZI package","qcodes.instrument_drivers.agilent package","qcodes.instrument_drivers.american_magnetics package","qcodes.instrument_drivers.ithaco package","qcodes.instrument_drivers.oxford package","qcodes.instrument_drivers.rigol package","qcodes.instrument_drivers.rohde_schwarz package","qcodes.instrument_drivers.signal_hound package","qcodes.instrument_drivers.stanford_research package","qcodes.instrument_drivers.tektronix package","qcodes.instrument_drivers.weinschel package","qcodes.instrument_drivers.yokogawa package","qcodes.load_data","qcodes.measure.Measure","qcodes.new_data","qcodes.plots.pyqtgraph.QtPlot","qcodes.plots.qcmatplotlib.MatPlot","qcodes.station.Station","qcodes.utils.command","qcodes.utils.deferred_operations","qcodes.utils.helpers","qcodes.utils.metadata","qcodes.utils.validators","Classes and Functions","Private","Public","Changelog for QCoDeS 0.1.1","Changelog for QCoDeS 0.1.2","Changelog for QCoDeS 0.1.3","Changelog for QCoDeS 0.1.4","Changelog for QCoDeS 0.1.5","Changelog for QCoDeS 0.1.6","Changelog for QCoDeS 0.1.7","Changelogs","Contributing","Community Guide","Source Code","Object Hierarchy","Examples of using QCoDeS","Get Help","Qcodes project plan","Getting Started","Configuring QCoDeS","QCodes FAQ","User Guide","Introduction","Tutorial"],titleterms:{"33500b":21,"34400a":17,"34411a":10,"34465a":[10,11],"break":[93,94,95,96],"class":[2,90,91,92],"default":109,"function":[2,40,90,91,92],"import":[9,10,27],"new":[93,94,95,96,97,98,99,101],"public":92,ATS:58,IPS:22,THE:26,THERE:27,The:9,Using:[1,21,29,109],abort:110,acquir:26,acquisit:[14,26],action:[9,92],adding:2,advantech:57,aggreg:0,agil:[10,17,68],agilent_34400a:68,alazartech:58,all:4,american_magnet:69,ami430:[16,69],arrai:4,arrayparamet:[7,30],async:113,ats9870:58,ats_acquisition_control:58,ats_onwork:15,attent:[23,24],avanc:113,awg5014:[27,76],awg5200:76,awg520:76,awg:27,awgfilepars:76,base:2,basic:[9,21,23,24,29,105],benchmark:[11,12,25,105],breakif:31,buffer:[12,14],bug:101,burst:21,can:9,caution:29,chang:[1,93,94,95,96],changelog:[93,94,95,96,97,98,99,100],channel:[23,24,25],channellist:32,chat:106,clever:101,code:[101,103],combin:[0,55,113],combinedparamet:33,command:85,commit:101,commun:102,config:[1,34,92,109],configur:[1,109],content:[9,27,29,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,101],contribut:101,core:1,creat:2,curv:26,custom:[1,2],data:[3,9,92],dataarrai:35,dataformat:3,datasav:3,dataset:[36,112],decadac:[18,60],deferred_oper:86,defin:9,demo:4,demodul:29,develop:101,devic:56,dg4000:72,diskio:37,dll:2,driver:[2,13,105,113],dummi:3,dynam:2,e8267c:68,e8527d:68,enter:108,error:21,exampl:[2,3,8,9,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,105,112],experi:1,familiar:101,faq:110,featur:101,file:[27,109],fix:[93,94,95,96],format:[8,101],formatloc:38,formatt:39,from:[3,26],gener:3,get:[11,27,106,108],git:101,global:9,gnuplotformat:41,gs200:78,guid:[102,111],handl:21,harvard:60,help:106,helper:87,hierarchi:104,hour:106,how:110,hp33210a:68,hp8133a:59,hp_83650a:59,ilm200:71,improv:[93,94,95,96,97,98,99],initialis:27,input:29,instal:108,instanti:[4,9],instrument:[2,3,4,6,9,43,92,104,112,113],instrument_driv:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],instrumentchannel:44,interact:9,introduct:112,involv:2,ipinstru:42,ips120:71,ithaco:[19,70],ithaco_1211:70,ivvi:64,keithlei:[13,20],keithley_2000:76,keithley_2400:76,keithley_2600:76,keithley_2700:76,kelvinox:71,keysight:[10,11,12,21,61],keysight_33500b:61,keysight_33500b_channel:61,keysight_34465a:61,lakeshor:62,lazi:27,linkag:104,list:[14,27],live:9,load:9,load_data:79,locat:[8,9],loop:[3,4,9,10,45,92,112],m3201a:61,m3300a:61,m4i:65,magnet:22,make:27,manual:2,manualparamet:46,matplot:83,measur:[4,9,29,80,92,110,112,113],mercuri:22,mercuryip:71,messag:101,meta:113,metadata:[5,6,88],misc:92,mode:[21,27],model_336:62,modul:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],more:[2,106,109],multiparamet:[7,47],multipl:9,need:4,new_data:81,note:101,object:104,offic:106,one:10,onli:4,organ:2,oscilloscop:26,output:[4,9,29],overview:[23,24,112],oxford:71,packag:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],paramet:[0,2,7,14,48,104,112,113],part:10,pcie_1751:57,phase:107,plan:107,plot:[9,82,83,92],pre:11,predefin:25,prerequisit:29,privat:91,project:107,provid:9,pull:101,push:101,py_head:66,pyqtgraph:82,qcmatplotlib:83,qcode:[1,2,7,8,9,10,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,93,94,95,96,97,98,99,105,107,108,109,110],qdac:[12,23,24,63],qdac_channel:[24,63],qdev:63,qtplot:82,qutech:64,raw:10,read:10,realli:101,reg:66,remov:2,report:101,request:101,requir:108,respons:112,result:11,rigol:72,rohd:25,rohde_schwarz:73,rough:104,run:[3,27,101,110],save:[1,109],schwarz:25,scope:29,script:13,send:27,sensor:[23,24],set:[9,11,23,24,26,29],setup:[10,101],sg384:75,sgs100a:73,shot:12,signal:29,signal_hound:74,sim928:75,simpl:[0,2],simul:113,singl:12,smr40:73,softwar:11,some:27,sourc:103,spcerr:66,spectrum:[65,66],sr560:75,sr830:[14,75],sr865:75,standardparamet:49,stanford_research:75,start:[3,108],station:[84,92,104],stuff:12,style:101,submodul:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],subpackag:[56,65],summari:11,sweep:[10,113],sweeper:29,sweepfixedvalu:50,sweepvalu:[51,104],sync:12,tabl:[9,27,29],task:52,tektronix:[26,27,76],temperatur:[23,24],test:[3,56,101],test_suit:[61,68,77],them:27,todo:[45,51,65,71,73,74,76,104,109,113],tps2012:[26,76],trigger:11,triton:[28,71],tutori:[9,113],two:10,typic:9,uhf:29,updat:109,usag:[21,23,24,29,101,108,110],usb_sa124b:74,user:111,using:105,util:[85,86,87,88,89,92],valid:[89,104],valu:109,variabl:1,versu:10,via:27,visainstru:[2,53],wait:54,waveform:27,weinschel:77,weinschel_8320:77,without:[4,25],word:29,workflow:9,write:113,yokogawa:78,you:101,your:1,ziuhfli:67,zn20:25,znb20:73,znb:73}}) \ No newline at end of file +Search.setIndex({docnames:["_notebooks/Combined Parameters","_notebooks/Configuring_QCoDeS","_notebooks/Creating Instrument Drivers","_notebooks/Datasaving examples","_notebooks/Measure without a Loop","_notebooks/Metadata","_notebooks/Metadata with instruments","_notebooks/Parameters","_notebooks/Qcodes location-format example","_notebooks/Tutorial","_notebooks/benchmarking/Agilent 34411A versus Keysight 34465A","_notebooks/benchmarking/Benchmark of Keysight DMM software trigger vs set-get","_notebooks/benchmarking/QDac and Keysight 34465 sync and buffer","_notebooks/driver_examples/Keithley_example","_notebooks/driver_examples/QCodes example with SR830","_notebooks/driver_examples/Qcodes example ATS_ONWORK","_notebooks/driver_examples/Qcodes example with AMI430","_notebooks/driver_examples/Qcodes example with Agilent 34400A","_notebooks/driver_examples/Qcodes example with Decadac","_notebooks/driver_examples/Qcodes example with Ithaco","_notebooks/driver_examples/Qcodes example with Keithley 2600","_notebooks/driver_examples/Qcodes example with Keysight 33500B","_notebooks/driver_examples/Qcodes example with Mercury IPS (Magnet)","_notebooks/driver_examples/Qcodes example with QDac","_notebooks/driver_examples/Qcodes example with QDac_channels","_notebooks/driver_examples/Qcodes example with Rohde Schwarz ZNB","_notebooks/driver_examples/Qcodes example with TPS2012","_notebooks/driver_examples/Qcodes example with Tektronix AWG5014C","_notebooks/driver_examples/Qcodes example with Triton","_notebooks/driver_examples/Qcodes example with ZI UHF-LI","api/generated/qcodes.ArrayParameter","api/generated/qcodes.BreakIf","api/generated/qcodes.ChannelList","api/generated/qcodes.CombinedParameter","api/generated/qcodes.Config","api/generated/qcodes.DataArray","api/generated/qcodes.DataSet","api/generated/qcodes.DiskIO","api/generated/qcodes.FormatLocation","api/generated/qcodes.Formatter","api/generated/qcodes.Function","api/generated/qcodes.GNUPlotFormat","api/generated/qcodes.IPInstrument","api/generated/qcodes.Instrument","api/generated/qcodes.InstrumentChannel","api/generated/qcodes.Loop","api/generated/qcodes.ManualParameter","api/generated/qcodes.MultiParameter","api/generated/qcodes.Parameter","api/generated/qcodes.StandardParameter","api/generated/qcodes.SweepFixedValues","api/generated/qcodes.SweepValues","api/generated/qcodes.Task","api/generated/qcodes.VisaInstrument","api/generated/qcodes.Wait","api/generated/qcodes.combine","api/generated/qcodes.instrument_drivers","api/generated/qcodes.instrument_drivers.Advantech","api/generated/qcodes.instrument_drivers.AlazarTech","api/generated/qcodes.instrument_drivers.HP","api/generated/qcodes.instrument_drivers.Harvard","api/generated/qcodes.instrument_drivers.Keysight","api/generated/qcodes.instrument_drivers.Lakeshore","api/generated/qcodes.instrument_drivers.QDev","api/generated/qcodes.instrument_drivers.QuTech","api/generated/qcodes.instrument_drivers.Spectrum","api/generated/qcodes.instrument_drivers.Spectrum.py_header","api/generated/qcodes.instrument_drivers.ZI","api/generated/qcodes.instrument_drivers.agilent","api/generated/qcodes.instrument_drivers.american_magnetics","api/generated/qcodes.instrument_drivers.ithaco","api/generated/qcodes.instrument_drivers.oxford","api/generated/qcodes.instrument_drivers.rigol","api/generated/qcodes.instrument_drivers.rohde_schwarz","api/generated/qcodes.instrument_drivers.signal_hound","api/generated/qcodes.instrument_drivers.stanford_research","api/generated/qcodes.instrument_drivers.tektronix","api/generated/qcodes.instrument_drivers.weinschel","api/generated/qcodes.instrument_drivers.yokogawa","api/generated/qcodes.load_data","api/generated/qcodes.measure.Measure","api/generated/qcodes.new_data","api/generated/qcodes.plots.pyqtgraph.QtPlot","api/generated/qcodes.plots.qcmatplotlib.MatPlot","api/generated/qcodes.station.Station","api/generated/qcodes.utils.command","api/generated/qcodes.utils.deferred_operations","api/generated/qcodes.utils.helpers","api/generated/qcodes.utils.metadata","api/generated/qcodes.utils.validators","api/index","api/private","api/public","changes/0.1.0","changes/0.1.2","changes/0.1.3","changes/0.1.4","changes/0.1.5","changes/0.1.6","changes/0.1.7","changes/index","community/contributing","community/index","community/install","community/objects","examples/index","help","roadmap","start/index","user/configuration","user/faq","user/index","user/intro","user/tutorial"],envversion:53,filenames:["_notebooks/Combined Parameters.rst","_notebooks/Configuring_QCoDeS.rst","_notebooks/Creating Instrument Drivers.rst","_notebooks/Datasaving examples.rst","_notebooks/Measure without a Loop.rst","_notebooks/Metadata.rst","_notebooks/Metadata with instruments.rst","_notebooks/Parameters.rst","_notebooks/Qcodes location-format example.rst","_notebooks/Tutorial.rst","_notebooks/benchmarking/Agilent 34411A versus Keysight 34465A.rst","_notebooks/benchmarking/Benchmark of Keysight DMM software trigger vs set-get.rst","_notebooks/benchmarking/QDac and Keysight 34465 sync and buffer.rst","_notebooks/driver_examples/Keithley_example.rst","_notebooks/driver_examples/QCodes example with SR830.rst","_notebooks/driver_examples/Qcodes example ATS_ONWORK.rst","_notebooks/driver_examples/Qcodes example with AMI430.rst","_notebooks/driver_examples/Qcodes example with Agilent 34400A.rst","_notebooks/driver_examples/Qcodes example with Decadac.rst","_notebooks/driver_examples/Qcodes example with Ithaco.rst","_notebooks/driver_examples/Qcodes example with Keithley 2600.rst","_notebooks/driver_examples/Qcodes example with Keysight 33500B.rst","_notebooks/driver_examples/Qcodes example with Mercury IPS (Magnet).rst","_notebooks/driver_examples/Qcodes example with QDac.rst","_notebooks/driver_examples/Qcodes example with QDac_channels.rst","_notebooks/driver_examples/Qcodes example with Rohde Schwarz ZNB.rst","_notebooks/driver_examples/Qcodes example with TPS2012.rst","_notebooks/driver_examples/Qcodes example with Tektronix AWG5014C.rst","_notebooks/driver_examples/Qcodes example with Triton.rst","_notebooks/driver_examples/Qcodes example with ZI UHF-LI.rst","api/generated/qcodes.ArrayParameter.rst","api/generated/qcodes.BreakIf.rst","api/generated/qcodes.ChannelList.rst","api/generated/qcodes.CombinedParameter.rst","api/generated/qcodes.Config.rst","api/generated/qcodes.DataArray.rst","api/generated/qcodes.DataSet.rst","api/generated/qcodes.DiskIO.rst","api/generated/qcodes.FormatLocation.rst","api/generated/qcodes.Formatter.rst","api/generated/qcodes.Function.rst","api/generated/qcodes.GNUPlotFormat.rst","api/generated/qcodes.IPInstrument.rst","api/generated/qcodes.Instrument.rst","api/generated/qcodes.InstrumentChannel.rst","api/generated/qcodes.Loop.rst","api/generated/qcodes.ManualParameter.rst","api/generated/qcodes.MultiParameter.rst","api/generated/qcodes.Parameter.rst","api/generated/qcodes.StandardParameter.rst","api/generated/qcodes.SweepFixedValues.rst","api/generated/qcodes.SweepValues.rst","api/generated/qcodes.Task.rst","api/generated/qcodes.VisaInstrument.rst","api/generated/qcodes.Wait.rst","api/generated/qcodes.combine.rst","api/generated/qcodes.instrument_drivers.rst","api/generated/qcodes.instrument_drivers.Advantech.rst","api/generated/qcodes.instrument_drivers.AlazarTech.rst","api/generated/qcodes.instrument_drivers.HP.rst","api/generated/qcodes.instrument_drivers.Harvard.rst","api/generated/qcodes.instrument_drivers.Keysight.rst","api/generated/qcodes.instrument_drivers.Lakeshore.rst","api/generated/qcodes.instrument_drivers.QDev.rst","api/generated/qcodes.instrument_drivers.QuTech.rst","api/generated/qcodes.instrument_drivers.Spectrum.rst","api/generated/qcodes.instrument_drivers.Spectrum.py_header.rst","api/generated/qcodes.instrument_drivers.ZI.rst","api/generated/qcodes.instrument_drivers.agilent.rst","api/generated/qcodes.instrument_drivers.american_magnetics.rst","api/generated/qcodes.instrument_drivers.ithaco.rst","api/generated/qcodes.instrument_drivers.oxford.rst","api/generated/qcodes.instrument_drivers.rigol.rst","api/generated/qcodes.instrument_drivers.rohde_schwarz.rst","api/generated/qcodes.instrument_drivers.signal_hound.rst","api/generated/qcodes.instrument_drivers.stanford_research.rst","api/generated/qcodes.instrument_drivers.tektronix.rst","api/generated/qcodes.instrument_drivers.weinschel.rst","api/generated/qcodes.instrument_drivers.yokogawa.rst","api/generated/qcodes.load_data.rst","api/generated/qcodes.measure.Measure.rst","api/generated/qcodes.new_data.rst","api/generated/qcodes.plots.pyqtgraph.QtPlot.rst","api/generated/qcodes.plots.qcmatplotlib.MatPlot.rst","api/generated/qcodes.station.Station.rst","api/generated/qcodes.utils.command.rst","api/generated/qcodes.utils.deferred_operations.rst","api/generated/qcodes.utils.helpers.rst","api/generated/qcodes.utils.metadata.rst","api/generated/qcodes.utils.validators.rst","api/index.rst","api/private.rst","api/public.rst","changes/0.1.0.rst","changes/0.1.2.rst","changes/0.1.3.rst","changes/0.1.4.rst","changes/0.1.5.rst","changes/0.1.6.rst","changes/0.1.7.rst","changes/index.rst","community/contributing.rst","community/index.rst","community/install.rst","community/objects.rst","examples/index.rst","help.rst","roadmap.rst","start/index.rst","user/configuration.rst","user/faq.rst","user/index.rst","user/intro.rst","user/tutorial.rst"],objects:{"qcodes.ArrayParameter":{__init__:[30,1,1,""]},"qcodes.BreakIf":{__init__:[31,1,1,""]},"qcodes.ChannelList":{__init__:[32,1,1,""]},"qcodes.CombinedParameter":{__init__:[33,1,1,""]},"qcodes.Config":{__init__:[34,1,1,""],config_file_name:[34,2,1,""],current_config:[34,2,1,""],current_config_path:[34,2,1,""],current_schema:[34,2,1,""],cwd_file_name:[34,2,1,""],default_file_name:[34,2,1,""],env_file_name:[34,2,1,""],home_file_name:[34,2,1,""],schema_cwd_file_name:[34,2,1,""],schema_default_file_name:[34,2,1,""],schema_env_file_name:[34,2,1,""],schema_file_name:[34,2,1,""],schema_home_file_name:[34,2,1,""]},"qcodes.DataArray":{__init__:[35,1,1,""]},"qcodes.DataSet":{__init__:[36,1,1,""],background_functions:[36,2,1,""]},"qcodes.DiskIO":{__init__:[37,1,1,""]},"qcodes.FormatLocation":{__init__:[38,1,1,""]},"qcodes.Formatter":{__init__:[39,1,1,""]},"qcodes.Function":{__init__:[40,1,1,""]},"qcodes.GNUPlotFormat":{__init__:[41,1,1,""]},"qcodes.IPInstrument":{__init__:[42,1,1,""]},"qcodes.Instrument":{__init__:[43,1,1,""],functions:[43,2,1,""],name:[43,2,1,""],parameters:[43,2,1,""],submodules:[43,2,1,""]},"qcodes.InstrumentChannel":{__init__:[44,1,1,""],functions:[44,2,1,""],name:[44,2,1,""],parameters:[44,2,1,""]},"qcodes.Loop":{__init__:[45,1,1,""]},"qcodes.ManualParameter":{__init__:[46,1,1,""]},"qcodes.MultiParameter":{__init__:[47,1,1,""]},"qcodes.Parameter":{__init__:[48,1,1,""]},"qcodes.StandardParameter":{__init__:[49,1,1,""]},"qcodes.SweepFixedValues":{__init__:[50,1,1,""]},"qcodes.SweepValues":{__init__:[51,1,1,""]},"qcodes.Task":{__init__:[52,1,1,""]},"qcodes.VisaInstrument":{__init__:[53,1,1,""],visa_handle:[53,2,1,""]},"qcodes.Wait":{__init__:[54,1,1,""]},"qcodes.instrument_drivers":{Advantech:[57,4,0,"-"],AlazarTech:[58,4,0,"-"],HP:[59,4,0,"-"],Harvard:[60,4,0,"-"],Keysight:[61,4,0,"-"],Lakeshore:[62,4,0,"-"],QDev:[63,4,0,"-"],QuTech:[64,4,0,"-"],Spectrum:[65,4,0,"-"],ZI:[67,4,0,"-"],agilent:[68,4,0,"-"],american_magnetics:[69,4,0,"-"],devices:[56,4,0,"-"],ithaco:[70,4,0,"-"],oxford:[71,4,0,"-"],rigol:[72,4,0,"-"],rohde_schwarz:[73,4,0,"-"],signal_hound:[74,4,0,"-"],stanford_research:[75,4,0,"-"],tektronix:[76,4,0,"-"],test:[56,4,0,"-"],weinschel:[77,4,0,"-"],yokogawa:[78,4,0,"-"]},"qcodes.instrument_drivers.Advantech":{PCIE_1751:[57,4,0,"-"]},"qcodes.instrument_drivers.Advantech.PCIE_1751":{Advantech_PCIE_1751:[57,0,1,""],DAQNaviException:[57,5,1,""],DAQNaviWarning:[57,5,1,""]},"qcodes.instrument_drivers.Advantech.PCIE_1751.Advantech_PCIE_1751":{ERRORMSG:[57,2,1,""],check:[57,1,1,""],close:[57,1,1,""],get_idn:[57,1,1,""],port_count:[57,1,1,""],read_pin:[57,1,1,""],read_port:[57,1,1,""],write_pin:[57,1,1,""],write_port:[57,1,1,""]},"qcodes.instrument_drivers.AlazarTech":{ATS9870:[58,4,0,"-"],ATS:[58,4,0,"-"],ATS_acquisition_controllers:[58,4,0,"-"]},"qcodes.instrument_drivers.AlazarTech.ATS":{AcquisitionController:[58,0,1,""],AlazarParameter:[58,0,1,""],AlazarTech_ATS:[58,0,1,""],Buffer:[58,0,1,""],TrivialDictionary:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AcquisitionController":{_alazar:[58,2,1,""],handle_buffer:[58,1,1,""],post_acquire:[58,1,1,""],pre_acquire:[58,1,1,""],pre_start_capture:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AlazarParameter":{get:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.AlazarTech_ATS":{acquire:[58,1,1,""],channels:[58,2,1,""],clear_buffers:[58,1,1,""],config:[58,1,1,""],dll_path:[58,2,1,""],find_boards:[58,6,1,""],get_board_info:[58,6,1,""],get_idn:[58,1,1,""],get_sample_rate:[58,1,1,""],signal_to_volt:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS.Buffer":{__del__:[58,1,1,""],free_mem:[58,1,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS9870":{AlazarTech_ATS9870:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS_acquisition_controllers":{Demodulation_AcquisitionController:[58,0,1,""]},"qcodes.instrument_drivers.AlazarTech.ATS_acquisition_controllers.Demodulation_AcquisitionController":{do_acquisition:[58,1,1,""],fit:[58,1,1,""],handle_buffer:[58,1,1,""],post_acquire:[58,1,1,""],pre_acquire:[58,1,1,""],pre_start_capture:[58,1,1,""],update_acquisitionkwargs:[58,1,1,""]},"qcodes.instrument_drivers.HP":{HP8133A:[59,4,0,"-"],HP_83650A:[59,4,0,"-"]},"qcodes.instrument_drivers.HP.HP8133A":{HP8133A:[59,0,1,""]},"qcodes.instrument_drivers.HP.HP_83650A":{HP_83650A:[59,0,1,""],parsestr:[59,3,1,""]},"qcodes.instrument_drivers.HP.HP_83650A.HP_83650A":{print_all:[59,1,1,""],print_modstatus:[59,1,1,""],reset:[59,1,1,""]},"qcodes.instrument_drivers.Harvard":{Decadac:[60,4,0,"-"]},"qcodes.instrument_drivers.Harvard.Decadac":{DACException:[60,5,1,""],DacChannel:[60,0,1,""],DacReader:[60,0,1,""],DacSlot:[60,0,1,""],Decadac:[60,0,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.DacChannel":{ask:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.DacSlot":{ask:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Harvard.Decadac.Decadac":{__repr__:[60,1,1,""],_ramp_state:[60,2,1,""],_ramp_time:[60,2,1,""],connect_message:[60,1,1,""],get_idn:[60,1,1,""],ramp_all:[60,1,1,""],set_all:[60,1,1,""],write:[60,1,1,""]},"qcodes.instrument_drivers.Keysight":{Keysight_33500B:[61,4,0,"-"],Keysight_33500B_channels:[61,4,0,"-"],Keysight_34465A:[61,4,0,"-"],M3201A:[61,4,0,"-"],M3300A:[61,4,0,"-"],test_suite:[61,4,0,"-"]},"qcodes.instrument_drivers.Keysight.Keysight_33500B":{Keysight_33500B:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B.Keysight_33500B":{flush_error_queue:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B_channels":{KeysightChannel:[61,0,1,""],Keysight_33500B_Channels:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_33500B_channels.Keysight_33500B_Channels":{flush_error_queue:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A":{ArrayMeasurement:[61,0,1,""],Keysight_34465A:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A.ArrayMeasurement":{get:[61,1,1,""],prepare:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.Keysight_34465A.Keysight_34465A":{NPLC_list:[61,2,1,""],flush_error_queue:[61,1,1,""],model:[61,2,1,""],ranges:[61,2,1,""]},"qcodes.instrument_drivers.Keysight.M3201A":{Keysight_M3201A:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.M3300A":{M3300A_AWG:[61,0,1,""],M3300A_DIG:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.test_suite":{TestKeysight_M3201A:[61,0,1,""],TestKeysight_M3300A:[61,0,1,""],TestSD_Module:[61,0,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestKeysight_M3201A":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_PXI_trigger:[61,1,1,""],test_channel_amplitude:[61,1,1,""],test_channel_frequency:[61,1,1,""],test_channel_offset:[61,1,1,""],test_channel_phase:[61,1,1,""],test_channel_wave_shape:[61,1,1,""],test_chassis_and_slot:[61,1,1,""],test_chassis_number:[61,1,1,""],test_clock_frequency:[61,1,1,""],test_open_close:[61,1,1,""],test_serial_number:[61,1,1,""],test_slot_number:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestKeysight_M3300A":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_PXI_trigger:[61,1,1,""],test_channel_amplitude:[61,1,1,""],test_channel_frequency:[61,1,1,""],test_channel_offset:[61,1,1,""],test_channel_phase:[61,1,1,""],test_channel_wave_shape:[61,1,1,""],test_chassis_and_slot:[61,1,1,""],test_chassis_number:[61,1,1,""],test_clock_frequency:[61,1,1,""],test_open_close:[61,1,1,""],test_serial_number:[61,1,1,""],test_slot_number:[61,1,1,""]},"qcodes.instrument_drivers.Keysight.test_suite.TestSD_Module":{driver:[61,2,1,""],setUpClass:[61,6,1,""],test_chassis_and_slot:[61,1,1,""]},"qcodes.instrument_drivers.Lakeshore":{Model_336:[62,4,0,"-"]},"qcodes.instrument_drivers.Lakeshore.Model_336":{Model_336:[62,0,1,""],SensorChannel:[62,0,1,""]},"qcodes.instrument_drivers.QDev":{QDac:[63,4,0,"-"],QDac_channels:[63,4,0,"-"]},"qcodes.instrument_drivers.QDev.QDac":{QDac:[63,0,1,""]},"qcodes.instrument_drivers.QDev.QDac.QDac":{connect_message:[63,1,1,""],max_status_age:[63,2,1,""],print_overview:[63,1,1,""],printslopes:[63,1,1,""],read:[63,1,1,""],read_state:[63,1,1,""],snapshot_base:[63,1,1,""],voltage_range_status:[63,2,1,""],write:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels":{QDac:[63,0,1,""],QDacChannel:[63,0,1,""],QDacMultiChannelParameter:[63,0,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDac":{connect_message:[63,1,1,""],max_status_age:[63,2,1,""],print_overview:[63,1,1,""],printslopes:[63,1,1,""],read:[63,1,1,""],read_state:[63,1,1,""],snapshot_base:[63,1,1,""],voltage_range_status:[63,2,1,""],write:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDacChannel":{snapshot_base:[63,1,1,""]},"qcodes.instrument_drivers.QDev.QDac_channels.QDacMultiChannelParameter":{get:[63,1,1,""]},"qcodes.instrument_drivers.QuTech":{IVVI:[64,4,0,"-"]},"qcodes.instrument_drivers.QuTech.IVVI":{IVVI:[64,0,1,""]},"qcodes.instrument_drivers.QuTech.IVVI.IVVI":{Fullrange:[64,2,1,""],Halfrange:[64,2,1,""],adjust_parameter_validator:[64,1,1,""],ask:[64,1,1,""],get_all:[64,1,1,""],get_idn:[64,1,1,""],get_pol_dac:[64,1,1,""],read:[64,1,1,""],round_dac:[64,1,1,""],set_dacs_zero:[64,1,1,""],set_pol_dacrack:[64,1,1,""],write:[64,1,1,""]},"qcodes.instrument_drivers.Spectrum":{M4i:[65,4,0,"-"],py_header:[66,4,0,"-"]},"qcodes.instrument_drivers.Spectrum.M4i":{M4i:[65,0,1,""],szTypeToName:[65,3,1,""]},"qcodes.instrument_drivers.Spectrum.M4i.M4i":{active_channels:[65,1,1,""],blockavg_hardware_trigger_acquisition:[65,1,1,""],close:[65,1,1,""],convert_to_voltage:[65,1,1,""],gated_trigger_acquisition:[65,1,1,""],get_card_memory:[65,1,1,""],get_card_type:[65,1,1,""],get_error_info32bit:[65,1,1,""],get_idn:[65,1,1,""],get_max_sample_rate:[65,1,1,""],initialize_channels:[65,1,1,""],multiple_trigger_acquisition:[65,1,1,""],reset:[65,1,1,""],set_channel_OR_trigger_settings:[65,1,1,""],set_channel_settings:[65,1,1,""],set_ext0_OR_trigger_settings:[65,1,1,""],single_software_trigger_acquisition:[65,1,1,""],single_trigger_acquisition:[65,1,1,""]},"qcodes.instrument_drivers.Spectrum.py_header":{regs:[66,4,0,"-"],spcerr:[66,4,0,"-"]},"qcodes.instrument_drivers.Spectrum.py_header.regs":{GIGA:[66,3,1,""],GIGA_B:[66,3,1,""],KILO:[66,3,1,""],KILO_B:[66,3,1,""],MEGA:[66,3,1,""],MEGA_B:[66,3,1,""]},"qcodes.instrument_drivers.ZI":{ZIUHFLI:[67,4,0,"-"]},"qcodes.instrument_drivers.ZI.ZIUHFLI":{Scope:[67,0,1,""],Sweep:[67,0,1,""],ZIUHFLI:[67,0,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.Scope":{get:[67,1,1,""],names:[67,2,1,""],prepare_scope:[67,1,1,""],setpoint_names:[67,2,1,""],setpoints:[67,2,1,""],shapes:[67,2,1,""],units:[67,2,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.Sweep":{build_sweep:[67,1,1,""],get:[67,1,1,""],names:[67,2,1,""],setpoint_names:[67,2,1,""],setpoints:[67,2,1,""],shapes:[67,2,1,""],units:[67,2,1,""]},"qcodes.instrument_drivers.ZI.ZIUHFLI.ZIUHFLI":{NEPBW_to_timeconstant:[67,7,1,""],add_signal_to_sweeper:[67,1,1,""],close:[67,1,1,""],print_sweeper_settings:[67,1,1,""],remove_signal_from_sweeper:[67,1,1,""]},"qcodes.instrument_drivers.agilent":{Agilent_34400A:[68,4,0,"-"],E8267C:[68,4,0,"-"],E8527D:[68,4,0,"-"],HP33210A:[68,4,0,"-"],test_suite:[68,4,0,"-"]},"qcodes.instrument_drivers.agilent.Agilent_34400A":{Agilent_34400A:[68,0,1,""]},"qcodes.instrument_drivers.agilent.Agilent_34400A.Agilent_34400A":{clear_errors:[68,1,1,""],display_clear:[68,1,1,""],init_measurement:[68,1,1,""],reset:[68,1,1,""]},"qcodes.instrument_drivers.agilent.E8267C":{E8267:[68,0,1,""]},"qcodes.instrument_drivers.agilent.E8267C.E8267":{deg_to_rad:[68,7,1,""],rad_to_deg:[68,7,1,""]},"qcodes.instrument_drivers.agilent.E8527D":{Agilent_E8527D:[68,0,1,""]},"qcodes.instrument_drivers.agilent.E8527D.Agilent_E8527D":{deg_to_rad:[68,1,1,""],off:[68,1,1,""],on:[68,1,1,""],parse_on_off:[68,1,1,""],rad_to_deg:[68,1,1,""]},"qcodes.instrument_drivers.agilent.HP33210A":{Agilent_HP33210A:[68,0,1,""]},"qcodes.instrument_drivers.agilent.test_suite":{TestAgilent_E8527D:[68,0,1,""]},"qcodes.instrument_drivers.agilent.test_suite.TestAgilent_E8527D":{driver:[68,2,1,""],setUpClass:[68,6,1,""],test_firmware_version:[68,1,1,""],test_frequency:[68,1,1,""],test_on_off:[68,1,1,""],test_phase:[68,1,1,""],test_power:[68,1,1,""]},"qcodes.instrument_drivers.american_magnetics":{AMI430:[69,4,0,"-"]},"qcodes.instrument_drivers.american_magnetics.AMI430":{AMI430:[69,0,1,""],AMI430_3D:[69,0,1,""]},"qcodes.instrument_drivers.american_magnetics.AMI430.AMI430":{default_current_ramp_limit:[69,2,1,""],mocker_class:[69,2,1,""],set_field:[69,1,1,""]},"qcodes.instrument_drivers.american_magnetics.AMI430.AMI430_3D":{get_mocker_messages:[69,1,1,""]},"qcodes.instrument_drivers.devices":{VoltageDivider:[56,0,1,""]},"qcodes.instrument_drivers.devices.VoltageDivider":{get:[56,1,1,""],get_instrument_value:[56,1,1,""],set:[56,1,1,""]},"qcodes.instrument_drivers.ithaco":{Ithaco_1211:[70,4,0,"-"]},"qcodes.instrument_drivers.ithaco.Ithaco_1211":{CurrentParameter:[70,0,1,""],Ithaco_1211:[70,0,1,""]},"qcodes.instrument_drivers.ithaco.Ithaco_1211.CurrentParameter":{get:[70,1,1,""]},"qcodes.instrument_drivers.ithaco.Ithaco_1211.Ithaco_1211":{get_idn:[70,1,1,""]},"qcodes.instrument_drivers.oxford":{ILM200:[71,4,0,"-"],IPS120:[71,4,0,"-"],kelvinox:[71,4,0,"-"],mercuryiPS:[71,4,0,"-"],triton:[71,4,0,"-"]},"qcodes.instrument_drivers.oxford.ILM200":{OxfordInstruments_ILM200:[71,0,1,""]},"qcodes.instrument_drivers.oxford.ILM200.OxfordInstruments_ILM200":{close:[71,1,1,""],get_all:[71,1,1,""],get_idn:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],set_remote_status:[71,1,1,""],set_to_fast:[71,1,1,""],set_to_slow:[71,1,1,""]},"qcodes.instrument_drivers.oxford.IPS120":{OxfordInstruments_IPS120:[71,0,1,""]},"qcodes.instrument_drivers.oxford.IPS120.OxfordInstruments_IPS120":{close:[71,1,1,""],examine:[71,1,1,""],get_all:[71,1,1,""],get_changed:[71,1,1,""],get_idn:[71,1,1,""],heater_off:[71,1,1,""],heater_on:[71,1,1,""],hold:[71,1,1,""],identify:[71,1,1,""],leave_persistent_mode:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],run_to_field:[71,1,1,""],run_to_field_wait:[71,1,1,""],set_persistent:[71,1,1,""],to_setpoint:[71,1,1,""],to_zero:[71,1,1,""]},"qcodes.instrument_drivers.oxford.kelvinox":{OxfordInstruments_Kelvinox_IGH:[71,0,1,""]},"qcodes.instrument_drivers.oxford.kelvinox.OxfordInstruments_Kelvinox_IGH":{close:[71,1,1,""],get_all:[71,1,1,""],get_idn:[71,1,1,""],identify:[71,1,1,""],local:[71,1,1,""],remote:[71,1,1,""],rotate_Nvalve:[71,1,1,""],set_mix_chamber_heater_mode:[71,1,1,""],set_mix_chamber_heater_power_range:[71,1,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS":{MercuryiPS:[71,0,1,""],MercuryiPSArray:[71,0,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS.MercuryiPS":{hold:[71,1,1,""],rtos:[71,1,1,""],to_zero:[71,1,1,""],write:[71,1,1,""]},"qcodes.instrument_drivers.oxford.mercuryiPS.MercuryiPSArray":{get:[71,1,1,""],set:[71,1,1,""]},"qcodes.instrument_drivers.oxford.triton":{Triton:[71,0,1,""]},"qcodes.instrument_drivers.oxford.triton.Triton":{get_idn:[71,1,1,""]},"qcodes.instrument_drivers.rigol":{DG4000:[72,4,0,"-"]},"qcodes.instrument_drivers.rigol.DG4000":{Rigol_DG4000:[72,0,1,""],clean_string:[72,3,1,""],is_number:[72,3,1,""],parse_multiple_outputs:[72,3,1,""],parse_single_output:[72,3,1,""],parse_string_output:[72,3,1,""]},"qcodes.instrument_drivers.rohde_schwarz":{SGS100A:[73,4,0,"-"],SMR40:[73,4,0,"-"],ZNB20:[73,4,0,"-"],ZNB:[73,4,0,"-"]},"qcodes.instrument_drivers.rohde_schwarz.SGS100A":{RohdeSchwarz_SGS100A:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SGS100A.RohdeSchwarz_SGS100A":{off:[73,1,1,""],on:[73,1,1,""],parse_on_off:[73,1,1,""],set_pulsemod_source:[73,1,1,""],set_pulsemod_state:[73,1,1,""],set_status:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SMR40":{RohdeSchwarz_SMR40:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.SMR40.RohdeSchwarz_SMR40":{do_get_frequency:[73,1,1,""],do_get_power:[73,1,1,""],do_get_pulse_delay:[73,1,1,""],do_get_status:[73,1,1,""],do_get_status_of_ALC:[73,1,1,""],do_get_status_of_modulation:[73,1,1,""],do_set_frequency:[73,1,1,""],do_set_power:[73,1,1,""],do_set_pulse_delay:[73,1,1,""],do_set_status:[73,1,1,""],do_set_status_of_ALC:[73,1,1,""],do_set_status_of_modulation:[73,1,1,""],get_all:[73,1,1,""],off:[73,1,1,""],off_modulation:[73,1,1,""],on:[73,1,1,""],on_modulation:[73,1,1,""],reset:[73,1,1,""],set_ext_trig:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB":{FrequencySweep:[73,0,1,""],FrequencySweepMagPhase:[73,0,1,""],ZNB:[73,0,1,""],ZNBChannel:[73,0,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.FrequencySweep":{get:[73,1,1,""],set_sweep:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.FrequencySweepMagPhase":{get:[73,1,1,""],set_sweep:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.ZNB":{add_channel:[73,1,1,""],clear_channels:[73,1,1,""],display_grid:[73,1,1,""],initialise:[73,1,1,""]},"qcodes.instrument_drivers.rohde_schwarz.ZNB.ZNBChannel":{snapshot_base:[73,1,1,""]},"qcodes.instrument_drivers.signal_hound":{USB_SA124B:[74,4,0,"-"]},"qcodes.instrument_drivers.signal_hound.USB_SA124B":{SignalHound_USB_SA124B:[74,0,1,""],constants:[74,0,1,""]},"qcodes.instrument_drivers.signal_hound.USB_SA124B.SignalHound_USB_SA124B":{QuerySweep:[74,1,1,""],abort:[74,1,1,""],check_for_error:[74,1,1,""],closeDevice:[74,1,1,""],configure:[74,1,1,""],default_server_name:[74,6,1,""],dll_path:[74,2,1,""],get_power_at_freq:[74,1,1,""],get_spectrum:[74,1,1,""],initialisation:[74,1,1,""],openDevice:[74,1,1,""],prepare_for_measurement:[74,1,1,""],preset:[74,1,1,""],saStatus:[74,2,1,""],saStatus_inverted:[74,2,1,""],safe_reload:[74,1,1,""],sweep:[74,1,1,""]},"qcodes.instrument_drivers.signal_hound.USB_SA124B.constants":{SA_MAX_DEVICES:[74,2,1,""],TG_THRU_0DB:[74,2,1,""],TG_THRU_20DB:[74,2,1,""],sa124_MAX_FREQ:[74,2,1,""],sa124_MIN_FREQ:[74,2,1,""],sa44_MAX_FREQ:[74,2,1,""],sa44_MIN_FREQ:[74,2,1,""],saDeviceTypeNone:[74,2,1,""],saDeviceTypeSA124A:[74,2,1,""],saDeviceTypeSA124B:[74,2,1,""],saDeviceTypeSA44:[74,2,1,""],saDeviceTypeSA44B:[74,2,1,""],sa_AUDIO:[74,2,1,""],sa_AUDIO_AM:[74,2,1,""],sa_AUDIO_CW:[74,2,1,""],sa_AUDIO_FM:[74,2,1,""],sa_AUDIO_LSB:[74,2,1,""],sa_AUDIO_USB:[74,2,1,""],sa_AUTO_ATTEN:[74,2,1,""],sa_AUTO_GAIN:[74,2,1,""],sa_AVERAGE:[74,2,1,""],sa_BYPASS:[74,2,1,""],sa_IDLE:[74,2,1,""],sa_IQ:[74,2,1,""],sa_IQ_SAMPLE_RATE:[74,2,1,""],sa_LIN_FULL_SCALE:[74,2,1,""],sa_LIN_SCALE:[74,2,1,""],sa_LOG_FULL_SCALE:[74,2,1,""],sa_LOG_SCALE:[74,2,1,""],sa_LOG_UNITS:[74,2,1,""],sa_MAX_ATTEN:[74,2,1,""],sa_MAX_GAIN:[74,2,1,""],sa_MAX_IQ_DECIMATION:[74,2,1,""],sa_MAX_RBW:[74,2,1,""],sa_MAX_REF:[74,2,1,""],sa_MAX_RT_RBW:[74,2,1,""],sa_MIN_IQ_BANDWIDTH:[74,2,1,""],sa_MIN_MAX:[74,2,1,""],sa_MIN_RBW:[74,2,1,""],sa_MIN_RT_RBW:[74,2,1,""],sa_MIN_SPAN:[74,2,1,""],sa_POWER_UNITS:[74,2,1,""],sa_REAL_TIME:[74,2,1,""],sa_SWEEPING:[74,2,1,""],sa_TG_SWEEP:[74,2,1,""],sa_VOLT_UNITS:[74,2,1,""]},"qcodes.instrument_drivers.stanford_research":{SG384:[75,4,0,"-"],SIM928:[75,4,0,"-"],SR560:[75,4,0,"-"],SR830:[75,4,0,"-"],SR865:[75,4,0,"-"]},"qcodes.instrument_drivers.stanford_research.SG384":{SRS_SG384:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SIM928":{SIM928:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SIM928.SIM928":{ask_module:[75,1,1,""],byte_to_bits:[75,7,1,""],check_module_errors:[75,1,1,""],find_modules:[75,1,1,""],get_module_idn:[75,1,1,""],get_module_status:[75,1,1,""],get_voltage:[75,1,1,""],reset_module:[75,1,1,""],set_smooth:[75,1,1,""],set_voltage:[75,1,1,""],write_module:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR560":{SR560:[75,0,1,""],VoltageParameter:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SR560.SR560":{get_idn:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR560.VoltageParameter":{get:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR830":{ChannelBuffer:[75,0,1,""],SR830:[75,0,1,""]},"qcodes.instrument_drivers.stanford_research.SR830.ChannelBuffer":{get:[75,1,1,""],prepare_buffer_readout:[75,1,1,""]},"qcodes.instrument_drivers.stanford_research.SR865":{SR865:[75,0,1,""]},"qcodes.instrument_drivers.tektronix":{AWG5014:[76,4,0,"-"],AWG5200:[76,4,0,"-"],AWG520:[76,4,0,"-"],AWGFileParser:[76,4,0,"-"],Keithley_2000:[76,4,0,"-"],Keithley_2400:[76,4,0,"-"],Keithley_2600:[76,4,0,"-"],Keithley_2700:[76,4,0,"-"],TPS2012:[76,4,0,"-"]},"qcodes.instrument_drivers.tektronix.AWG5014":{Tektronix_AWG5014:[76,0,1,""],parsestr:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.AWG5014.Tektronix_AWG5014":{AWG_FILE_FORMAT_CHANNEL:[76,2,1,""],AWG_FILE_FORMAT_HEAD:[76,2,1,""],all_channels_off:[76,1,1,""],all_channels_on:[76,1,1,""],change_folder:[76,1,1,""],clear_message_queue:[76,1,1,""],create_and_goto_dir:[76,1,1,""],delete_all_waveforms_from_list:[76,1,1,""],force_event:[76,1,1,""],force_trigger:[76,1,1,""],force_trigger_event:[76,1,1,""],generate_awg_file:[76,1,1,""],generate_channel_cfg:[76,1,1,""],generate_sequence_cfg:[76,1,1,""],get_all:[76,1,1,""],get_current_folder_name:[76,1,1,""],get_error:[76,1,1,""],get_filenames:[76,1,1,""],get_folder_contents:[76,1,1,""],get_sq_mode:[76,1,1,""],get_sqel_loopcnt:[76,1,1,""],get_sqel_trigger_wait:[76,1,1,""],get_sqel_waveform:[76,1,1,""],get_state:[76,1,1,""],goto_root:[76,1,1,""],is_awg_ready:[76,1,1,""],load_awg_file:[76,1,1,""],make_and_save_awg_file:[76,1,1,""],make_send_and_load_awg_file:[76,1,1,""],newlinestripper:[76,1,1,""],pack_waveform:[76,1,1,""],run:[76,1,1,""],send_DC_pulse:[76,1,1,""],send_awg_file:[76,1,1,""],send_waveform_to_list:[76,1,1,""],set_current_folder_name:[76,1,1,""],set_sqel_event_jump_target_index:[76,1,1,""],set_sqel_event_jump_type:[76,1,1,""],set_sqel_event_target_index:[76,1,1,""],set_sqel_goto_state:[76,1,1,""],set_sqel_goto_target_index:[76,1,1,""],set_sqel_loopcnt:[76,1,1,""],set_sqel_loopcnt_to_inf:[76,1,1,""],set_sqel_trigger_wait:[76,1,1,""],set_sqel_waveform:[76,1,1,""],start:[76,1,1,""],stop:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWG520":{Tektronix_AWG520:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.AWG520.Tektronix_AWG520":{change_folder:[76,1,1,""],clear_waveforms:[76,1,1,""],delete_all_waveforms_from_list:[76,1,1,""],force_logicjump:[76,1,1,""],force_trigger:[76,1,1,""],get_all:[76,1,1,""],get_current_folder_name:[76,1,1,""],get_filenames:[76,1,1,""],get_folder_contents:[76,1,1,""],get_jumpmode:[76,1,1,""],get_state:[76,1,1,""],goto_root:[76,1,1,""],load_and_set_sequence:[76,1,1,""],make_directory:[76,1,1,""],resend_waveform:[76,1,1,""],return_self:[76,1,1,""],send_pattern:[76,1,1,""],send_sequence2:[76,1,1,""],send_sequence:[76,1,1,""],send_waveform:[76,1,1,""],set_current_folder_name:[76,1,1,""],set_jumpmode:[76,1,1,""],set_sequence:[76,1,1,""],set_setup_filename:[76,1,1,""],start:[76,1,1,""],stop:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWG5200":{Tektronix_AWG5200:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.AWG5200.Tektronix_AWG5200":{send_waveform_to_list:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.AWGFileParser":{parse_awg_file:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2000":{Keithley_2000:[76,0,1,""],parse_output_bool:[76,3,1,""],parse_output_string:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2000.Keithley_2000":{trigger:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2400":{Keithley_2400:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2400.Keithley_2400":{reset:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2600":{Keithley_2600:[76,0,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2600.Keithley_2600":{ask:[76,1,1,""],get_idn:[76,1,1,""],reset:[76,1,1,""],write:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2700":{Keithley_2700:[76,0,1,""],bool_to_str:[76,3,1,""],parsebool:[76,3,1,""],parseint:[76,3,1,""],parsestr:[76,3,1,""]},"qcodes.instrument_drivers.tektronix.Keithley_2700.Keithley_2700":{get_all:[76,1,1,""],reset:[76,1,1,""],set_defaults:[76,1,1,""],set_mode:[76,1,1,""],set_mode_volt_dc:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012":{ScopeArray:[76,0,1,""],TPS2012:[76,0,1,""],TPS2012Channel:[76,0,1,""],TraceNotReady:[76,5,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012.ScopeArray":{calc_set_points:[76,1,1,""],get:[76,1,1,""],prepare_curvedata:[76,1,1,""]},"qcodes.instrument_drivers.tektronix.TPS2012.TPS2012":{clear_message_queue:[76,1,1,""]},"qcodes.instrument_drivers.test":{DriverTestCase:[56,0,1,""],test_instrument:[56,3,1,""],test_instruments:[56,3,1,""]},"qcodes.instrument_drivers.test.DriverTestCase":{driver:[56,2,1,""],setUpClass:[56,6,1,""]},"qcodes.instrument_drivers.weinschel":{Weinschel_8320:[77,4,0,"-"],test_suite:[77,4,0,"-"]},"qcodes.instrument_drivers.weinschel.Weinschel_8320":{Weinschel_8320:[77,0,1,""]},"qcodes.instrument_drivers.weinschel.test_suite":{TestWeinschel_8320:[77,0,1,""]},"qcodes.instrument_drivers.weinschel.test_suite.TestWeinschel_8320":{driver:[77,2,1,""],test_attenuation:[77,1,1,""],test_firmware_version:[77,1,1,""]},"qcodes.instrument_drivers.yokogawa":{GS200:[78,4,0,"-"]},"qcodes.instrument_drivers.yokogawa.GS200":{GS200:[78,0,1,""]},"qcodes.instrument_drivers.yokogawa.GS200.GS200":{initialise:[78,1,1,""]},"qcodes.measure":{Measure:[80,0,1,""]},"qcodes.measure.Measure":{__init__:[80,1,1,""]},"qcodes.plots.pyqtgraph":{QtPlot:[82,0,1,""]},"qcodes.plots.pyqtgraph.QtPlot":{__init__:[82,1,1,""]},"qcodes.plots.qcmatplotlib":{MatPlot:[83,0,1,""]},"qcodes.plots.qcmatplotlib.MatPlot":{__init__:[83,1,1,""]},"qcodes.station":{Station:[84,0,1,""]},"qcodes.station.Station":{"default":[84,2,1,""],__init__:[84,1,1,""],delegate_attr_dicts:[84,2,1,""]},"qcodes.utils":{command:[85,4,0,"-"],deferred_operations:[86,4,0,"-"],helpers:[87,4,0,"-"],metadata:[88,4,0,"-"],validators:[89,4,0,"-"]},qcodes:{ArrayParameter:[30,0,1,""],BreakIf:[31,0,1,""],ChannelList:[32,0,1,""],CombinedParameter:[33,0,1,""],Config:[34,0,1,""],DataArray:[35,0,1,""],DataSet:[36,0,1,""],DiskIO:[37,0,1,""],FormatLocation:[38,0,1,""],Formatter:[39,0,1,""],Function:[40,0,1,""],GNUPlotFormat:[41,0,1,""],IPInstrument:[42,0,1,""],Instrument:[43,0,1,""],InstrumentChannel:[44,0,1,""],Loop:[45,0,1,""],ManualParameter:[46,0,1,""],MultiParameter:[47,0,1,""],Parameter:[48,0,1,""],StandardParameter:[49,0,1,""],SweepFixedValues:[50,0,1,""],SweepValues:[51,0,1,""],Task:[52,0,1,""],VisaInstrument:[53,0,1,""],Wait:[54,0,1,""],combine:[55,3,1,""],instrument_drivers:[56,4,0,"-"],load_data:[79,3,1,""],new_data:[81,3,1,""]}},objnames:{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"],"3":["py","function","Python function"],"4":["py","module","Python module"],"5":["py","exception","Python exception"],"6":["py","classmethod","Python class method"],"7":["py","staticmethod","Python static method"]},objtypes:{"0":"py:class","1":"py:method","2":"py:attribute","3":"py:function","4":"py:module","5":"py:exception","6":"py:classmethod","7":"py:staticmethod"},terms:{"001_13":38,"001_unicorn_2016":8,"002_rainbow_2016":8,"00370000e":19,"005_rainbow_2016":8,"006_":26,"007_":26,"007_testsweep_14":9,"008_2d_test_14":9,"009_testsweep_15":12,"009_unicorn_2050":8,"01084000e":19,"010_mockloop_hdf5_test_15":3,"011_":29,"011_mockloop_hdf5_test_15":3,"012_":29,"013_":14,"013_n_1000_setget_11":11,"014_n_1000_setget_11":11,"015_n_1000_setget_11":11,"016_n_1000_setget_11":11,"016_test_missing_attr_15":3,"01763000e":19,"017_mockparabola_run_15":3,"017_n_1000_setget_11":11,"018_mockparabola_run_15":3,"018_n_1000_setget_11":11,"018_testsweep_12":10,"019_n_1000_setget_11":11,"019_testsweep_12":10,"020_n_1000_setget_11":11,"020_testsweep_12":10,"021_testsweep_12":10,"025_":12,"026_":12,"027_":12,"028_":12,"029_":12,"02s":25,"030_":12,"031_":12,"032_":12,"033_":12,"034_":12,"035_":12,"036_":12,"03d":27,"06s":10,"07288e":20,"073_":25,"076_":25,"077_":25,"078_":25,"079_":25,"07s":12,"080_":25,"083_":25,"0848e":6,"084_":25,"085_":25,"086_":25,"087_":25,"088_":25,"089_":25,"090_":25,"0x1c10ee73a58":12,"0x212e0582320":29,"0x7ebf668":6,"0x7ebf6a0":6,"0x7ecd5c0":6,"0x7ed0668":19,"0x7edd2e8":6,"0x7f26d30":6,"0x7f920ec0eef0":109,"0x7fd834e99ea0":0,"0x818a908":15,"0x8d11978":6,"100e3":25,"100e6":61,"100x100":10,"10e":[26,29],"10e6":[15,29],"10mhz":74,"10v":49,"11s":21,"13_testsweep":0,"13_testsweep_002":0,"14577e":20,"14s":11,"15_rainbow_test":38,"15s":25,"16243e":6,"16_13":8,"16s":[14,25],"17s":13,"1b1536e1a2e4":29,"1ct":26,"1e3":[21,29],"1e6":[25,29],"20000000e":27,"200e3":25,"200uw":71,"2012b":[26,76],"20e":29,"20ma":57,"20mw":71,"20uw":71,"250khz":74,"25e":[24,26],"25gb":15,"2614b":[6,20],"27041e":6,"28539f77dfd3":1,"2d_test":9,"2e3":21,"2min":25,"2mw":71,"2uw":71,"30_alazartest":15,"33500b":[61,96,105],"33522b":21,"34400a":105,"34401a":6,"34410a":6,"34411a":105,"34460a":61,"34461a":61,"34465a":[12,61,96,98,105],"34470a":61,"348s":3,"352161306002045e":22,"36s":25,"3x2":7,"41753e":20,"42637000e":19,"4271e":6,"44s":26,"44xx":[65,95],"4634e":6,"4port":25,"50e":[21,26],"52608e":23,"541_13":8,"56s":25,"57s":16,"5e9":25,"60s":16,"62s":16,"69014000e":19,"6a5acd":27,"6e6":25,"7bcb44f808c5":20,"8133a":[59,96],"83650a":96,"844e846b99a2":12,"93s":10,"94851000e":19,"95535000e":19,"96216000e":19,"98023e":20,"98941000e":19,"99618000e":19,"9e3":25,"\u03bca":[23,24],"\u03bcv":5,"abstract":112,"boolean":[64,76,98,109],"break":[2,9,31,75,76,100,101],"byte":[58,64,75,76],"case":[1,2,7,15,27,29,40,45,49,56,58,83,101,108,112,113],"char":63,"class":[3,7,8,13,17,19,20,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,80,82,83,84,85,86,87,88,89,101,104,105,113],"default":[1,2,4,7,9,20,23,24,25,30,34,35,36,38,40,41,42,45,47,48,53,56,58,60,61,63,64,70,71,73,75,76,79,81,82,83,84,93,94,99,101,104,111],"enum":[1,2,17,19,29,49,76,104,109],"export":71,"final":[9,12,15,27,29,39,40,49,108,112],"float":[2,11,13,36,40,49,50,56,60,64,65,67,69,71,72,73,75,76,81,83,98],"function":[0,5,6,7,8,9,12,13,15,16,19,20,26,27,31,33,36,43,44,49,50,52,55,57,58,61,64,65,67,68,71,72,73,74,75,76,77,78,86,87,89,98,99,101,104,105,107,112,113],"goto":[27,76],"import":[0,1,2,3,4,5,6,7,8,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,98,101,105,109,112,113],"int":[7,11,12,27,29,30,35,40,42,47,49,50,56,60,61,63,64,65,67,71,73,75,76,104],"long":[25,30,47,48,76,101],"m\u00e6lkeb\u00f8tt":6,"new":[1,2,7,9,15,20,29,35,38,39,40,41,76,79,81,83,100,107,108,109,112,113],"null":[57,109],"public":[90,101,108],"return":[0,2,4,7,9,11,12,16,17,20,23,24,25,27,29,30,31,32,38,40,47,48,49,50,56,57,58,60,61,63,64,65,67,70,71,72,73,74,75,76,79,80,81,104,112,113],"short":[35,112],"static":[42,43,53,67,68,75],"super":[2,7,61,113],"switch":[10,25,29,69,71,76,109,112],"true":[1,2,5,6,12,17,18,19,20,23,24,25,29,30,32,35,41,42,47,48,60,61,63,64,65,69,73,74,75,76,82,84,109,112],"try":[0,1,2,9,11,12,16,17,21,23,25,101,112],"var":41,"while":[9,17,19,26,57,76,112],AND:76,ATS:[15,56],Adding:101,And:[2,7,25,29,109,113],Are:[81,112],BUS:[11,21],BUT:101,But:[0,1,2,20,25,29,54,104],Doing:25,For:[1,2,4,7,9,16,21,25,26,27,29,30,38,41,47,49,53,57,58,60,65,67,76,82,101,106,108,109,112,113],Has:2,IPS:[71,105],Its:[109,112],NOT:[29,38,56,67,101],Not:[1,30,47,48,57,84,101,109],ONE:101,One:[1,29,67,107,112,113],POS:[12,21,64],PRs:101,SRS:96,THE:[29,105],THERE:105,TPS:[26,96,97],That:[2,50,51,76,113],The:[0,1,2,4,10,11,12,14,15,16,18,21,23,24,25,26,27,29,30,32,33,35,38,40,41,42,45,47,48,50,52,53,55,56,57,58,60,61,63,64,65,67,71,74,75,76,78,82,83,101,103,105,108,109,112,113],Then:[14,25,27,29,101,108,113],There:[2,9,18,26,27,61,101,104,109],These:[23,24,41,58,74,105,112],Tis:61,Use:[30,36,47,48,58,76,101,107,109],Used:72,Uses:38,Using:[105,111],Will:[35,47,109],With:[16,25,112],_10:25,_11:[25,29],_13:14,_15:12,_16:26,__call__:[12,38],__class__:[0,5,6,9,15,20],__del__:58,__dir__:20,__doc__:[13,29,30,40,47,48],__enter__:[17,19],__exit__:[17,19],__getattr__:[20,32,63],__init__:[2,7,17,19,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,60,80,82,83,84,113],__iter__:[50,51],__name__:[20,29],__next__:51,__repr__:60,_alazar:58,_assigned_fg:12,_ats_dll:2,_attenu:56,_bdaqctrl:57,_call:12,_channel:2,_check_for_error:17,_check_respons:17,_coil_const:16,_count:7,_current_r:16,_current_ramp_limit:16,_error_queu:17,_expect_error:17,_get:113,_get_cmd:71,_get_temp_channel:28,_handl:2,_indic:7,_instrument:[2,12,17],_instrument_list:113,_measured_param:2,_mode:76,_poll:17,_ramp_stat:60,_ramp_tim:60,_raw:2,_read_cmd:71,_recv:71,_response_queu:17,_return_handl:12,_run_loop:12,_run_wrapp:12,_save_v:[2,30,47,48],_scale_param:7,_send:71,_set:113,_set_async:113,_set_both:113,_setget:11,_step:75,_syncoutput:12,_t0:60,_trace:25,_val:7,_win32:57,_write_cmd:71,_write_respons:63,a02:13,a118e754f9e:17,abil:[73,94],abl:[16,61,112,113],abort:[11,74],abort_measur:11,about:[2,15,17,24,25,29,76,101,104,106,107,109,113],abov:[25,27,57,76,112],abs:[16,31],absolut:[29,37,76,101],accept:[2,36,37,39,40,41,52,71,112],acces:[9,27],access:[32,57],accommod:76,accompani:101,accord:[2,76,108],accordingli:12,account:[56,60,101],accur:39,achiev:27,acknowledg:42,acquir:[2,12,14,15,25,29,58,65,67,105,112],acquisiion:58,acquisit:[11,15,25,29,58,65,67,74,101,105,112],acquisition_conrol:58,acquisition_control:[15,58],acquisition_controller_acquisit:15,acquisitioncontrol:58,acquisiton:[15,58],acquist:58,across:[23,24,112],act:[2,35,49,56],action:[2,4,5,7,12,17,28,31,35,45,76,80,84,90,104,105,107,112,113],action_indic:[5,12,35],activ:[5,65,71,73,104,108],active_channel:65,active_children:[8,13,20],active_loop:5,activeloop:[5,45,104],actual:[2,10,16,56,58,64,101,112],acut:0,adapt:[20,50,51],adaptivesweep:[51,104],adawpt:51,add:[1,2,3,5,8,9,11,12,13,14,20,25,26,29,36,38,42,43,53,63,64,67,68,73,74,75,76,78,81,82,83,84,94,95,98,101,104,109],add_arrai:[35,36,81],add_channel:[25,73],add_compon:[3,84],add_funct:[2,43,44,101],add_paramet:[2,9,13,43,44,101,112,113],add_signal_to_sweep:[29,67],add_submodul:43,add_subplot:27,added:[16,25,30,35,36,67,76,81,82,83,84,101,112],adding:[8,13,20,29,105],addit:[2,27,42,43,53,70,71,75,107,109,112],addition:[29,65,67],address:[2,6,16,22,24,28,32,42,53,59,60,61,62,63,64,68,69,71,72,73,75,76,77,78,101,112],adjust:[16,25,64,112],adjust_parameter_valid:64,adopt:107,adriaan:74,advantech:[56,96],advantech_pcie_1751:57,aeroflex:[2,77],affect:[29,37,67,101],after:[5,9,12,41,45,46,49,52,58,65,71,76,94,101,109,112],again:[5,15,112],against:104,aggeg:0,aggreag:0,aggreg:[33,55,105,113],agi:[6,10,17,19],agil:[6,19,21,56,96,101,105],agilent1:[6,17,19],agilent2:[6,17,19],agilent_2:6,agilent_34400a:[6,10,17,19,56],agilent_34401a:68,agilent_34410a:68,agilent_34411a:68,agilent_e8527d:[68,101],agilent_hp33210a:68,agilent_volt:10,agument:31,ahead:[29,50,51],aid:112,aim:49,airbnb:101,aka:101,akin:112,ala:107,alazar1:15,alazar:[2,15,58,96],alazar_driv:58,alazar_nam:[15,58],alazar_serv:15,alazargetboardbysystemid:2,alazarparamet:[2,15,58],alazarstartcaptur:58,alazartech:[2,15,56],alazartech_at:[2,15,58],alazartech_ats9870:[2,15,58],alazartest:15,alex:101,alexcjohnson:101,alia:[68,69,77],all:[1,2,7,8,9,15,18,20,23,24,25,27,29,30,32,33,35,38,39,40,41,43,44,47,48,50,53,55,56,57,58,60,63,67,68,71,72,73,74,75,76,83,84,99,101,104,105,107,108,109,112,113],all_channels_off:76,all_channels_on:76,alloc:[15,58],alloc_buff:[15,58],allocated_buff:[15,58],allow:[2,16,23,24,32,42,46,48,50,51,53,67,71,75,76,81,101,112],almost:112,alon:[16,35],along:[16,30,47,48,74,82,83,101,104,112],alongsid:7,alpha:[27,64],alreadi:[30,35,39,47],also:[1,2,5,9,15,16,25,26,27,31,35,37,39,41,49,50,54,58,60,65,70,71,75,76,81,98,101,104,107,108,109,112],altern:27,although:[2,27,67,101,108],alwai:[1,4,9,14,26,29,41,47,60,63,67,75,76,101,112],always_nest:41,amen:101,american:[16,69],american_magnet:[16,56],ami430:[56,96,99,105],ami430_2d:69,ami430_3d:[16,69],ammet:112,amodel:[5,8],among:[38,113],amp:[2,16,70,75],amper:69,amplifi:[2,9,70,75],amplitud:[5,7,8,14,20,23,24,29,58,73,76,113],amplitude_0:20,amplitude_3:20,anaconda3:[12,17],anaconda:[107,108],analog:63,analog_amplitude_n:76,analog_direct_output_n:76,analog_filter_n:76,analog_high_n:76,analog_low_n:76,analog_method_n:76,analog_offset_n:76,analys:73,analysi:[101,112],analyz:107,angl:16,angle_deg:68,angle_rad:68,ani:[0,1,2,7,8,9,13,15,16,17,19,20,22,23,24,25,27,30,33,35,37,38,39,40,41,42,45,46,47,48,49,50,51,52,53,55,58,60,67,75,76,80,84,101,104,107,112,113],anoth:[2,7,9,10,27,38,50,107,112],answer:[60,64],anyth:[9,11,18,76,104],anywai:7,ap_tim:11,aper:13,apertur:[10,11],api:[67,90,92,107,109,112],api_level:67,apparatu:104,appear:[61,76],append:[16,17,27,35,50,113],appli:[16,18,23,24,36,40,46,49,76],appropri:[58,112],approv:101,arang:2,arbitrari:[40,41,47,68,72,76,104,107],architectur:[2,107,113],arctan:27,arg:[1,2,12,17,30,40,47,50,52,61,63,71,82,83,113],arg_count:12,arg_pars:40,argument:[0,4,8,9,12,13,20,31,35,36,39,40,47,52,69,104],around:[25,27,35,74,101,112],arrai:[0,3,5,7,9,10,11,12,14,15,19,20,25,26,27,29,30,35,36,39,47,58,65,67,72,73,75,76,80,81,83,94,104,105,112,113],array_count:7,array_id:[0,3,5,7,9,10,11,12,14,15,25,26,29,35,39,113],arraycount:7,arraygett:4,arraymeasur:61,arrayparamet:[2,61,73,75,76,90,105],arriv:112,arrow:108,ask:[2,11,17,28,29,49,60,64,71,75,76,101,112],ask_direct:20,ask_modul:75,ask_raw:2,asopc:58,asopc_typ:[15,58],asrl10:22,asrl1:26,asrl2:53,asrl4:[10,71],asrl6:[12,23,24],asrl7:11,asrl:64,asrln:60,assert:[16,75,76],assertalmostequ:61,assign:[12,23,24,63,76,101],associ:112,assum:[2,25,27,51,63,108,112],assumpt:[29,76],async:111,asynchron:9,atob:71,ats9870:[2,15,56],ats_acquisition_control:[15,56],ats_contr:15,ats_inst:15,ats_onwork:105,atsapi:[2,58],atsdriv:15,attach:[32,36,43,44,45,56,61,63,75],attempt:60,attent:[101,105],attenu:[2,23,24,77],attn:2,attribut:[20,29,35,36,39,67,84,101,112],attributeerror:20,author:101,auto:[29,38],autom:107,automat:[2,7,25,29,38,57,63,73,95,99,101,107,109],autorang:12,autoreload:1,autoscal:25,aux_in1:14,aux_in2:14,aux_in3:14,aux_in4:14,aux_out1:14,aux_out2:14,aux_out3:14,aux_out4:14,auxiliari:101,avail:[2,21,27,29,56,57,61,63,68,73,76,90,92,107,112],avanc:111,averag:[25,29,58,65,74,76],averageandraw:[4,5,8,20],averagegett:[5,8],avg:[25,74],avg_amplitud:20,avoid:[11,16],awar:101,awg1:27,awg5014:[56,95,97,105],awg5200:[56,99],awg520:56,awg:[9,61,76,105],awg_fil:76,awg_file_format_channel:76,awg_file_format_head:76,awgfil:27,awgfilepars:[27,56],awgfilepath:76,ax1:27,ax2:27,ax3:27,ax4:27,axes:[22,25,71],axi:[16,25,29,30,35,41,47,48,67,112],axs:29,b06:13,babi:113,back:[2,9,16,25,27,51,60,71,76,101,107,108,109,112,113],backend:53,background:[5,17,19,112],background_color:82,background_funct:36,backslash:101,backward:37,bad:1,bandwidth:[15,25,29,67],bar:[101,109],bare:[42,50],base0:113,base1:113,base2:113,base:[7,12,16,32,35,36,37,38,39,43,44,51,53,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,101,105,109,112,113],base_loc:[1,5,37],baseplot:82,baseserv:113,basi:47,basic:[2,26,41,58,64,107],basicconfig:12,baud:[60,75],bdaqctrl:57,bear:101,becam:5,becaus:[1,2,20,26,35,36,39,57,58,61,101,108,112,113],becom:[15,27,71,104,112],been:[2,7,16,26,27,67,74,76,112,113],beep:2,befor:[1,2,9,10,12,14,16,25,26,29,38,42,45,52,56,57,58,64,67,71,76,101,109,112],beforehand:56,begin:5,begin_tim:60,behav:101,behavior:[5,8,15,17,19,20,22,101,112],behaviour:67,behind:29,being:[1,9,15,27,35,74,76],belong:[30,47,48,49,73],below:[1,2,9,27,101,104,105],ben:16,benchmark:[10,99],best:[2,101],beta:[2,26,58,61,68,71,73,74,75,76],better:[2,11,40,99,101,112],between:[2,21,36,39,42,50,67,76,81,82,83],beyond:76,bid:57,bidirect:[2,49],binari:[57,76],binascii:26,bind:29,biodaq:57,bip:64,bit:[11,57,58,75,76],bitlevel0:65,bitlevel1:65,bits_per_sampl:[15,58],black:82,blame:[23,24,76],blank:[41,101],blind:9,block:[9,17,41,64,65,113],blockavg_hardware_trigger_acquisit:65,board:[2,15,23,24,58],board_id:[2,15,58],board_kind:[15,58],bodi:101,boilerpl:[2,40],bold:104,bool:[2,30,32,35,42,47,48,60,61,63,64,65,69,70,73,75,76,81,84],bool_to_str:76,born:101,bot:[97,98],both:[2,7,10,25,29,37,48,61,73,75,76,101,104,107,108,112,113],bottom:[64,108],bound:[9,112],bracket:101,branch:101,breakif:[9,90,112],breviti:2,bring:20,brittl:112,broader:107,broken:[1,49],brows:[108,113],buf:58,buffer:[15,57,58,65,75,97,105],buffer_acq_mod:14,buffer_list:2,buffer_npt:14,buffer_paus:14,buffer_reset:14,buffer_sr:14,buffer_start:14,buffer_timeout:[15,58],buffer_trig_mod:14,buffers_per_acquisit:[15,58],bug:102,build:[27,29,67,76,95,96,101,108,112],build_sweep:[29,67],built:[7,29],builtin:40,bunch:29,burden:112,burst:105,busi:57,button:[76,101],bwlimit1:15,bwlimit2:15,bwlimit:[15,58],bwmode:29,byref:12,byte_to_bit:75,byte_to_value_dict:[2,58],c_amp_in:[2,70],c_set:7,cabl:[76,112],calc:65,calc_set_point:76,calcul:[16,67,104,112],calibr:[56,58],call:[1,2,7,8,12,13,16,17,20,25,26,27,29,30,33,35,36,38,39,40,42,47,48,52,53,55,57,58,60,63,64,67,74,75,76,78,81,101,112],call_by_str:12,call_by_str_parsed_out:12,call_cmd:[2,40],callabl:[9,17,31,33,36,38,45,52,54,55,81,97,112],callsig:27,came:58,camp1:19,camp:[6,19],can:[0,1,2,7,8,11,14,16,20,21,23,24,25,27,29,30,31,34,35,36,38,40,41,45,47,48,49,50,51,54,57,58,60,61,64,65,67,71,72,73,76,80,81,82,83,84,101,104,105,106,107,109,112,113],cancel:[23,76],cannot:[3,16,25,30,46,47,49,57,75,76,112],capabl:[18,104,107,112],capit:101,captur:[9,25,58],card:[2,15,57,58,61,65,96],cardid:65,care:[1,2],cartesian:[16,112],cartesian_measur:16,cast:[11,27,40],caus:[23,24,65,75],caution:[76,105],caveat:112,cdll:2,cell:27,center:[25,74],certain:[9,16,29,58,71],cesr:75,cffi:57,ch01:24,ch01_i:23,ch01_irang:23,ch01_slope:[12,23],ch01_sync:12,ch01_sync_delai:12,ch01_sync_dur:12,ch01_v:[11,12,23],ch01_vrang:23,ch02:[23,24],ch02_slope:23,ch02_sync:23,ch02_v:[12,23],ch0_offset:18,ch0_voltag:18,ch1:[9,76],ch1_amplitud:21,ch1_amplitude_unit:21,ch1_burst_mod:21,ch1_burst_ncycl:21,ch1_burst_phas:21,ch1_burst_polar:21,ch1_burst_stat:21,ch1_curvedata:26,ch1_databuff:14,ch1_displai:14,ch1_frequenc:21,ch1_function_typ:21,ch1_offset:21,ch1_output:21,ch1_posit:26,ch1_ramp_symmetri:21,ch1_ratio:14,ch1_scale:26,ch1_state:26,ch1_trigger_count:21,ch1_trigger_delai:21,ch1_trigger_slop:21,ch1_trigger_sourc:21,ch1_trigger_tim:21,ch1_voltag:18,ch2:[9,26,76],ch2_curvedata:26,ch2_databuff:14,ch2_displai:14,ch2_offset:27,ch2_posit:26,ch2_ratio:14,ch2_scale:26,ch2_state:26,ch3_state:27,ch41_v:10,ch42_v:10,cha0:56,chain:112,chan0:[5,8,56],chan0_set:5,chan1:[5,8,20,29,31],chan1_set:5,chan2:[5,8,20,29],chan:63,chan_alia:28,chan_go:12,chan_list:32,chan_reset_1:12,chan_reset_2:12,chan_reset_3:12,chan_typ:32,chanc:58,chandata:29,chang:[2,9,15,18,23,24,26,29,30,34,37,47,49,64,67,75,76,100,101,105,107,108,109,112],change_autozero:76,change_displai:76,change_fold:76,channel2:65,channel:[2,5,6,9,10,14,15,17,18,19,20,26,27,32,43,44,53,57,58,60,61,62,63,64,65,67,71,73,75,76,97,98,104,105,106,112],channel_0:65,channel_1:65,channel_a:58,channel_cfg:76,channel_rang:[15,58],channel_range1:15,channel_range2:15,channel_select:[15,58],channel_skew_n:76,channel_state_n:76,channelbuff:75,channelis:63,channelist:32,channellist:[63,90],channum:[61,63],charact:[30,41,42,47,48,53,71,101],characterist:112,chassi:61,check:[2,16,54,57,71,73,75,82,83,101,106,110,112,113],check_error:12,check_for_error:74,check_module_error:75,check_schema:1,checklist:101,chime:101,chnum:27,choic:[25,58],choos:[27,64,67,73,76,112],chore:101,chosen:67,chx:9,clariti:2,classic:11,classmethod:[56,58,61,68,74],clean:[72,76,94,101],clean_str:72,cleanup:[39,99],clear:[12,14,25,26,27,61,75,76],clear_buff:58,clear_channel:[25,73],clear_error:68,clear_message_queu:[26,27,76],clear_waveform:76,clearli:101,clever:102,cli:107,click:108,clip:112,clock:[2,15,58,76],clock_edg:[15,58],clock_edge_ris:15,clock_frequ:61,clock_sourc:[2,15,58,76],clone:101,close:[3,10,16,18,23,24,25,26,27,28,29,57,65,67,71,99,101],close_fil:39,closedevic:74,cls:1,cmap:20,cmd:[2,12,60,63,75,76],cmd_str:12,code:[2,29,40,49,59,60,65,68,75,84,102,107,112],codebas:107,coil:[16,69],coil_const:[16,69],col:73,cold:71,collect:[7,50,58,104,107,112],colon:[71,101],color:[27,29,82],colorbar:35,column:[41,112],com2:53,com:[65,68,77,101,103,105,108],combin:[33,36,41,74,79,81,90,98,104,105,111,112],combined_set:0,combinedparamet:[0,90],come:[41,101,112],comma:[71,76],command:[2,11,12,15,26,27,29,40,49,57,60,63,64,65,68,71,73,75,76,90,101,104,107,112],comment:[2,41,57,101],commit:[58,106,107],common:[2,71,73,76,104,112],commonli:[68,73,76],commun:[2,16,42,53,58,60,64,71,75,104,106,112],communc:16,compani:2,compar:[10,25,101],compat:[45,52,67,76,107,112],compatibil:76,compens:[65,76],complain:[9,112],complet:[12,27,35,36,57,65,76,112,113],complex:[2,25,73,101,112],compliant:101,complic:[20,40,112],compon:[6,47,58,84,107,112],composit:[12,112],comprehens:101,comput:[67,71,101,108,112],con:96,concaten:[63,101],concept:113,conclus:11,concurr:112,conda:108,condit:[2,9,31,57,71,76,112],config:[2,15,58,76,90,98,101,105,111],config_file_nam:34,configur:[15,29,34,46,57,58,74,76,93,105,107,111,112],conflict:[57,112],confusingli:113,connect:[2,10,11,12,13,14,15,16,17,21,23,24,25,26,27,29,53,58,60,61,67,71,75,76,84,104,112],connect_messag:[2,60,61,63],consequ:112,consid:[9,76,101],consist:[9,23,24,25,64,74,76,80,101,112],consol:65,consolid:107,constant:[4,9,16,29,64,67,69,74],construct:[4,25,31,35,42,49,113],constructor:[2,30,35,47,82,83],consult:112,cont_meas_off:25,cont_meas_on:25,conta:67,contact:99,contain:[2,4,5,9,25,27,32,35,36,38,41,49,57,58,60,63,67,68,71,73,75,76,84,101,104,109,112,113],content:[35,105],context:112,contian:58,contin:76,contini:25,continu:[27,29,45,76,84,101],contrast:101,contribut:[2,102,106],contributor:101,control:[1,2,8,15,17,18,19,20,22,23,24,25,27,29,58,60,62,64,69,71,73,76,96,107,109,112,113],controlthermometri:71,conveni:[76,84,112],convent:2,convers:[76,101],convert:[2,16,35,37,58,63,65,71,75,76,112],convert_to_voltag:65,coordin:16,copi:[1,17,35,50,64,67,112],core:[0,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,101,105,106,107,109],corner:[8,15,17,19,20,22],correct:[2,16,18,27,29,39,75,98],correctli:16,correspond:[2,10,14,18,27,41,58,60,67,73,75,76],cosmet:[94,95],cost:64,could:[2,8,12,13,20,27,101,112],count:[7,12,40,57,63,76,113],counter:[8,9,38,57],coupl:[2,15,29,58,65,76],coupling1:15,coupling2:15,cours:[101,112],cov:101,cover:[101,113],coverag:[101,107],coveragerc:101,cpld:58,cpld_version:[15,58],cpu:25,crash:[58,107],creat:[3,6,7,8,9,15,17,19,20,32,35,39,45,47,50,56,58,60,61,67,68,71,76,77,80,81,104,105,108,109,112,113],create_and_goto_dir:76,creation:[9,113],creator:101,critic:[1,109],cryo:96,ctwrapper:12,ctype:2,cumbersom:63,curernt:113,curr1:20,curr2:20,curr:[2,6,19,20,70,75],curr_0:20,curr_0_0:20,curr_0_1:20,curr_1:20,curr_1_0:20,curr_1_1:20,current:[1,2,5,6,13,16,19,23,24,25,26,27,29,34,36,37,38,57,61,63,67,69,70,71,75,76,78,79,81,84,101,109,112,113],current_config:[1,34],current_config_path:34,current_field:16,current_r:[16,69],current_ramp_limit:[16,69],current_schema:[1,34],current_target:16,current_to_field:16,current_valu:12,currentparamet:[2,6,19,70],curv:[76,105],custom:[7,34,37,105],customawgfil:76,customis:63,cutoff_hi:75,cutoff_lo:75,cwd:34,cwd_file_nam:[1,34],cycl:[6,13,15,17,19,21,61,112],cylindirc:16,cylindr:16,cylindrical_measur:16,d_bdaq_c_interfac:57,dac1:4,dac2:4,dac3:4,dac:[4,9,56,60,64,98],dac_ch1_set:9,dac_ch2_set:9,dac_commands_v_13:63,dac_delai:64,dac_max_delai:64,dac_step:64,dacchannel:60,dacexcept:60,dacnam:64,dacread:60,dacslot:60,dai:101,dancer:101,daq:29,daqnavi:57,daqnaviexcept:57,daqnaviwarn:57,dark:82,dat:41,data1:25,data2:[3,8,20,26],data3:20,data4:20,data:[0,1,2,4,5,7,10,11,12,14,15,17,19,20,25,26,29,35,36,37,38,39,41,45,47,49,57,58,63,64,65,67,73,76,79,81,82,83,90,98,101,104,105,107,112,113],data_arrai:5,data_buff:12,data_l:3,data_set:[1,3,5,9,12,39,93],data_v:49,dataarrai:[0,5,7,19,20,30,36,39,47,81,90,104,112],dataflow:58,dataformat:105,dataformatt:101,datamanag:[104,112],datamin:112,datamod:[0,5,7,8,10,15,19,20,29,113],datapoint:76,datasav:105,dataserv:[8,20,36,104,112],dataset:[0,1,3,4,5,7,8,9,10,11,12,14,15,19,20,25,26,29,35,38,39,41,47,61,79,80,81,90,104,111,113],date:[8,9,38,58],datetim:38,daunt:101,dbm:[25,73],dc_channel_numb:76,dc_output_level_n:76,ddl:57,deacadac:60,deadlin:17,dealt:112,debug:[1,3,26,29,109,112,113],debugmod:12,deca:18,decadac:[56,97,99,105],decadec:60,decid:[1,112,113],decim:[15,58],declar:57,decod:2,decoupl:101,decreas:10,deem:67,deeper:17,def:[0,1,2,7,9,11,12,16,17,19,20,71,113],default_current_ramp_limit:69,default_file_nam:34,default_fmt:109,default_formatt:[36,79,81],default_io:[36,79,81],default_parameter_nam:99,default_server_nam:74,defaulttestload:3,defer:31,deferred_oper:90,defin:[0,1,2,8,20,25,27,29,30,40,46,47,48,49,61,70,71,75,76,101,104,105,109,112,113],definit:[8,20,29,40,112],deg:14,deg_to_rad:68,degre:[21,29,48],del:2,delai:[0,5,9,12,15,16,24,29,45,49,51,54,64,73,112,113],delay_in_points_n:76,delay_in_time_n:76,deleg:[20,35],delegate_attr_dict:84,delet:[2,76,101],delete_all_waveforms_from_list:[27,76],demand:112,demo:105,demod1:[29,67],demod1_harmon:29,demod1_ord:29,demod1_phaseshift:29,demod1_sampler:29,demod1_signalin:29,demod1_sinc:29,demod1_stream:29,demod1_timeconst:29,demod1_trigg:29,demod:29,demodul:[67,105],demodulation_acquisitioncontrol:[15,58],demodulation_frequ:[15,58],demonstr:[2,7],denot:[30,41,47,81],depend:[15,23,24,29,41,73,92,99,101,108,112],deprec:[2,30,35,48,76,95],deprecationwarn:76,deriv:104,descipt:34,describ:[1,2,7,9,30,45,47,67,101,109,112],descript:[1,35,76,101,109,112],descriptor:64,design:[68,76,77,112],desir:[9,16,75],desktop:12,destruct:112,detail:[101,112],detect:98,determin:[39,83],dev2235:29,dev:[1,11],develop:[61,67,102,106,107],devic:[57,61,64,67,71,73,76,96,112],device_descript:57,device_id:67,dft:[15,58],dg4000:56,dg4062:72,dg4102:72,dg4162:72,dg4202:72,diagon:104,dict:[30,34,35,38,39,42,43,44,47,48,49,53,60,71,75,76,78,81,97,112],dictionari:[2,27,58,75,76,84,109,112],did:[2,8,10,20,108],didact:9,diff:76,differ:[2,7,20,25,30,36,47,67,73,76,101,104,107,112,113],differenti:35,difficult:101,difficulti:101,dig:[29,61,98],digit:[2,9,57,61,63,65,76,96],digital_amplitude_n:76,digital_high_n:76,digital_low_n:76,digital_method_n:76,digital_offset_n:76,dilut:71,dim:29,dimens:[7,20,30,35,41,47,112],dimension:[35,36,71],dio:57,dir:[1,76],direct:[30,47,61,74,101],directli:[2,4,7,16,23,24,27,29,36,45,71,76,105,112],directori:[1,2,36,37,76,79,81,101,108,109],disabl:[15,32,36],disadvantag:112,disambigu:[8,20],disappear:112,disc:76,disconnect:112,discov:56,discret:112,discuss:[101,106],disk:[36,37,39,76,81,112],diskio:[5,36,38,79,81,90,104],displai:[0,1,5,6,8,10,11,12,13,14,15,17,19,20,22,25,26,28,29,73],display_clear:[10,11,12,68],display_grid:[25,73],display_sij_split:25,display_single_window:25,display_text:[6,10,11],display_text_2:6,dissip:112,distribut:107,div:26,dived:56,divid:[56,96,97],divider_r:76,divis:[26,56],division_valu:56,divsion:56,dll:[57,58,74,105,112],dll_path:[2,58,74],dma:57,dmm:[9,10,11,12,68,98,99],dmm_data_buff:12,dmm_volt:11,dmm_voltag:9,do_acquisit:58,do_get_frequ:73,do_get_pow:73,do_get_pulse_delai:73,do_get_statu:73,do_get_status_of_alc:73,do_get_status_of_modul:73,do_set_frequ:73,do_set_pow:73,do_set_pulse_delai:73,do_set_statu:73,do_set_status_of_alc:73,do_set_status_of_modul:73,doc:[1,5,64,101,105,108],docstr:[2,7,30,40,47,48,76,101],document:[13,16,30,40,47,48,58,76,93,94,96,101,107,112],doe:[9,16,22,25,29,35,38,41,45,46,53,56,57,61,64,68,71,73,75,76,77,101,112],doesn:[2,7,8,20,27,35,57,61,65,76,101],doing:[15,25,101,112],domain:[29,71],domin:107,don:[2,26,39,49,50,51,60,61,63,76,101,112,113],done:[5,9,27,29,71,94,108,112,113],dot:[1,101,109],doubl:[38,76],doubt:[29,101],down:[16,27,101],download:[29,105,108],dramat:112,drive:5,driver:[4,7,9,14,16,23,24,25,26,27,29,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,94,95,96,97,98,99,101,107,111,112],driver_vers:[15,58],drivertestcas:[56,61,68,77],due:[2,5,23,24,29,60,112,113],dummi:[4,9,15,80,105,113],dummy_set:15,dummyinstru:[4,9],dump:[6,58],duplic:[2,76],dur:29,durat:[24,29],dure:[12,48,49,50,54,58,61,65,76,92,112,113],dut:25,dynam:[23,24,57,105],e1cb66:27,e8267:68,e8267c:[56,96],e8527d:[56,101],each:[0,2,3,5,7,9,10,11,12,14,15,17,18,19,20,21,23,24,25,26,27,29,30,35,36,39,40,41,42,45,47,48,49,50,57,58,60,63,64,67,68,75,76,77,82,83,84,101,104,107,112,113],eachot:113,earli:26,easi:[4,15,101,104,107,108],easier:[67,99,101,112],easiest:1,easili:[8,9,20,76,107],echo:60,edg:[15,26],edit:74,editor:101,ee82e:27,eendebakpt:13,effect:[58,76,109],effort:2,eight:[23,24],either:[2,23,24,29,39,48,49,57,61,69,72,76,83,112],elaps:[12,17,19],electron:[2,107],elem1m1ch1:76,elem1m1ch2:76,elem1m2ch1:76,elem1m2ch2:76,elem2m1ch1:76,elem2m1ch2:76,elem2m2ch1:76,elem2m2ch2:76,element:[27,76,83,109,112],element_no:76,elemnum:27,elif:17,elnum:27,elpi:101,els:[1,12,18,25,57,76,101],elsewher:84,emac:101,email:106,embed:108,emit:[49,64],emoji:101,empti:[1,7,9,17,27,60],enabl:[15,29,65],enable_channel:65,enable_record_head:[15,58],encapsul:112,enco:12,encod:[2,12,40,49,57],encount:57,encourag:[2,29,101],end:[2,38,50,53,57,58,73,76,101,107,112],endpoint:10,engin:15,enough:[9,57,71,101,104],ensur:[26,74,75,101,112],ensure_ascii:6,enter:[30,47,112],entir:[14,15,21,75,84,112],entri:[1,39,45,47,76,90],entrypoint:92,enumer:[2,29],env:[1,12,34,108,109],env_file_nam:[1,34],enviro:108,environ:[1,107,108,109],equal:109,equitim:75,equival:[7,20,76,107],err:74,error:[0,1,2,3,12,16,17,23,35,45,49,57,58,61,64,65,75,76,98,105,109,113],error_cod:64,errorcod:57,errormsg:57,errorreg:65,errorvalu:65,esr:75,essenti:[9,68,75],establish:16,etc:[2,7,18,25,30,35,40,47,49,101,112],ethernet:[2,42,76],etr_5v:15,eumer:51,evalu:52,even:[7,11,16,23,24,37,39,46,48,49,50,51,53,63,65,76,101,112],event:[27,29,57,60,75,76],event_input_imped:76,event_input_polar:76,event_input_threshold:76,everi:[2,33,36,45,55,58,67,106,112,113],everybodi:[101,106],everyon:101,everyth:[27,29,38,90,101],exactli:[4,12,101],examin:71,exampl:[0,1,5,7,30,31,35,38,47,48,49,51,53,58,61,65,76,96,101,104,107,108,110,113],exce:101,exceed:[27,57],except:[1,2,12,16,57,60,75,76,85],exec_funct:12,exec_str:12,execut:[9,12,29,40,52,56,57,61,65,67,68,73,76,77,104,107,112],executor:113,exemplifi:29,exept:29,exercis:101,exis:25,exist:[2,9,25,27,38,39,51,57,65,76,79,81,101,107,112],expand:102,expect:[1,2,12,17,29,30,39,45,47,57,63,65,75,76,101,113],experi:[8,9,20,34,105,107,108,112],experiment:[107,112],expir:12,explain:[101,109],explicit:[20,27,50],explicitli:[30,35,47,48,101,112],explor:[9,76],expos:[63,109],express:[49,112],ext:[12,21],ext_trigg:14,extend:[27,41,50,73],extens:[41,76],extern:[15,21,65,73,74,76],external_add_n:76,external_clock_10_mhz_ref:2,external_clock_ac:2,external_reference_typ:76,external_startcaptur:[15,58],external_trigger_coupl:[15,58],external_trigger_rang:[15,58],extra:[7,11,20,30,47,48,101,112],extra_schema_path:1,extract:71,extrem:112,f008:71,fact:101,factor:[2,6,23,24,29],factori:76,fail:[1,99,101,112],falcon:101,fall:76,fals:[1,5,6,7,12,17,18,19,23,24,25,29,35,36,42,43,48,59,60,61,63,64,65,68,69,72,73,75,76,81,109,112],faq:111,fast:[63,71,112],faster:[25,27,99,101],fastest:27,feasibl:107,feat:101,featur:[2,18,20,74,96,97,98,99,102,107],feed:[2,70,75],feedback:[51,112],feel:101,fetch:[6,11,71],few:[21,25,40,67,101,106],fewer:[23,24],ff4500:27,ff8c00:27,fft:67,field:[16,30,40,41,47,48,49,69,71,107,113],field_limit:[16,69],field_measur:16,field_target:16,field_target_cartesian:16,field_target_cylindr:16,field_target_spher:16,field_valu:71,field_vector:16,fieldvector:16,fifo:15,fifo_only_stream:[15,58],fig:[16,25,27,29],figsiz:[9,20,82,83],figur:[12,27,29,83,101,108,112],file:[1,3,8,9,20,34,36,38,39,41,57,64,71,76,79,81,101,105,111,112],file_path:76,filen:34,filenam:[27,76],filepath:27,filestructur:76,fill:[7,9,14,45,76,112],filter:[29,67],filter_slop:14,filw:76,find:[17,38,58,101,106,109],find_board:[15,58],find_modul:75,findal:71,finder:9,fine:[64,112],finish:[5,11,20,25,29,58,94,112],finit:[23,24,63,64],fire:[23,24],firmwar:[2,5,6,9,10,11,12,14,15,16,21,25,26,58,60,71,75,97],first:[1,5,7,9,11,12,16,21,25,27,30,35,41,47,49,52,69,76,82,83,101,112,113],first_delai:12,fit:[27,58,101],five:74,fix:[16,29,35,40,50,71,97,98,99,100,101,112,113],fixabl:101,flag:[23,24,64,74],flake8:101,flavor:112,flexibl:[104,107],flow:[23,24],flush:[21,75,76],flush_error_queu:[21,61],fmt:[1,8,9,38],fmt_counter:38,fmt_date:38,fmt_time:38,fname:76,focus:101,folder:[2,37,41,76],follow:[2,4,9,10,16,21,27,60,76,101,108,109,112,113],foo:[101,109,113],footer:101,forc:[5,8,15,17,19,20,22,25,27,76],force_ev:76,force_logicjump:76,force_reload:76,force_trigg:[26,76],force_trigger_ev:76,foreground:[99,112],foreground_color:82,foreign:57,fork:101,form:[2,40,58,71,73],format:[2,9,10,11,12,16,20,23,24,25,27,29,36,38,40,41,49,57,73,76,79,81,105,107,112],formatloc:[1,8,9,81,90,104],formatt:[3,5,36,79,81,90,96,104,109,112],former:11,formerli:[2,77],forward:[15,37,58],foul:27,found:[2,25,27,29,39,49,52,57,64,76,101,105],four:[18,57,60,72],fourier:58,framework:[101,107,112],free_mem:58,freedom:48,freeli:112,freq:[25,74],frequenc:[9,14,25,29,58,61,73,74,76,113],frequency_set:25,frequencysweep:73,frequencysweepmagphas:73,frequent:101,fridg:[71,107],friendli:67,from:[0,1,2,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,27,29,30,35,36,38,39,40,41,45,47,48,49,57,58,61,63,64,65,67,68,70,71,73,75,76,79,80,83,84,98,101,103,104,105,107,112,113],fron:6,front:[29,76],frontend:109,full:[0,1,21,23,29,36,41,76,79,81,107],full_nam:[0,35],full_trac:25,fulli:[25,29,101],fullrang:64,fun:63,func:[2,12,52],func_nam:17,fundament:112,further:[72,104,107],furthermor:[16,67],futur:[2,76,101,113],gain:[70,75],garbag:58,gate:[5,8,9,21,31,60,104,112,113],gate_frequ:113,gate_frequency_set:113,gated_trigger_acquisit:65,gather:[8,20],gather_paramet:[8,20],gave:27,gcc:57,gee:29,gener:[2,9,16,21,26,27,36,38,50,57,59,61,67,68,72,73,74,75,76,77,96,101,104,105,107,108,112],generate_awg_fil:76,generate_channel_cfg:76,generate_sequence_cfg:76,get:[0,1,2,3,4,5,7,8,9,10,12,13,15,16,17,18,19,20,22,23,24,26,28,29,30,35,39,47,48,49,56,58,61,63,64,67,70,71,73,75,76,84,101,105,109,112,113],get_al:[64,71,73,76],get_board_info:58,get_card_memori:65,get_card_typ:65,get_chang:71,get_cmd:[2,9,13,49,58,71,113],get_compon:16,get_current_folder_nam:76,get_data_set:[0,9,10,11,12],get_error:76,get_error_info32bit:65,get_filenam:76,get_folder_cont:76,get_funct:58,get_idn:[2,15,57,58,60,64,65,70,71,75,76],get_instrument_valu:56,get_integrationtim:13,get_jumpmod:76,get_latest:[26,29,30,31,47,48],get_max_sample_r:65,get_mocker_messag:69,get_module_idn:75,get_module_statu:75,get_pars:[2,13,49],get_pol_dac:64,get_power_at_freq:74,get_processed_data:[15,58],get_sample_r:58,get_spectrum:74,get_sq_mod:76,get_sqel_loopcnt:76,get_sqel_trigger_wait:76,get_sqel_waveform:76,get_stat:76,get_voltag:75,getattr:[2,20],getcwd:27,getdoubl:29,getlogg:[3,26,27,29],gettabl:[2,7,30,47,48,70,75,80,104,112],getter:[12,104],getx:113,giga:66,giga_b:66,gimm:21,git:[5,17,105,107],github:[20,101,103,104,105,107,108],giulio:101,giulioungaretti:101,give:[7,9,16,45,60,76,101,112],given:[0,16,23,24,32,42,57,58,60,72,101,112,113],global:[2,8,18,20,25,105],gmbh:65,gnuplot:[41,107],gnuplot_format:[3,5],gnuplotformat:[3,5,36,79,81,90,104,112],goal:101,going:[2,4,64],good:[1,2,9,26,29,73,101],googl:[5,101],got:[11,101],goto_root:76,goto_st:[27,76],goto_to_index_no:76,gotten:[21,23,24,27,112],gpib0:[6,14,17,19,20],gpib1:13,gpib:[2,76,78],gradual:18,grai:82,graph:[9,30,47,48],graphicswindow:82,great:101,greater:49,greatest:112,green:108,grid:[25,73],group:[43,57,73,101,107,112],grow:106,gs200:[56,95],guarante:1,gui:[1,12,19,29,101,107,109],guid:[58,101,106,108],guidelin:101,h5fmt:3,h5py:108,hack:[101,109],had:[8,20,27,57],half:29,halfrang:64,halt:54,halt_bg:[15,20],han:27,hand:27,handl:[2,7,30,35,36,40,47,57,58,63,64,65,82,99,104,105],handle_buff:58,handler:3,hang:101,happen:[2,23,24,27,35,52,112],happi:101,hard:[76,101],harder:[101,112],hardwar:[2,16,23,24,27,60,64,65,73,76,101,104,112],harmon:14,harvard:[18,56],has:[2,3,5,7,9,14,16,18,21,23,24,26,27,29,30,35,41,47,57,58,67,69,75,76,101,109,112,113],hasattr:[12,17],hasn:[2,57],have:[1,2,4,7,8,9,16,20,23,24,25,26,27,29,30,35,39,41,47,48,51,56,57,58,60,61,64,67,68,70,74,75,76,77,83,101,104,106,107,108,112,113],haz:94,hdf5:[3,96,112],hdf5_format:3,hdf5format:3,head:76,header:[15,21,57,101],heater:71,heater_off:71,heater_on:71,heatmap:[82,83],height:[82,83],helium:[71,99],help:[1,2,27,29,30,36,39,40,42,47,48,53,76,101,107,112],helper:[1,3,20,27,67,90,109],henc:60,here:[2,5,7,8,13,14,15,20,23,24,25,29,35,63,67,71,75,80,101,108,112],hesit:101,hewlett:[6,59],hierarchi:102,high:[9,65,76,101,112],higher:[16,109,112],highest:[38,112],highlevel:12,hislip0:11,histori:[76,101],hkey_current_usersoftwareoxford:71,hold:[2,11,14,22,29,71,104,112,113],hold_repetition_r:76,holdoff:29,home:[1,34,101,109],home_file_nam:[1,34],horisont:[26,29],horizont:26,horizontal_scal:26,host:[23,24],hot:20,hotfix:101,hound:74,how:[1,4,7,9,16,25,27,29,30,39,41,45,47,48,50,51,82,101,103,104,106,112,113],howev:[16,25,61,101],hp33210a:56,hp8133a:56,hp_83650a:56,htm:64,html:53,http:[53,64,65,101,103,105,108],human:[9,58,95],i3d:16,iPS:96,icon:108,id1:41,id2:41,id3:41,idea:[2,9,73,101,106],ideal:101,ident:[2,7,67,76,113],identifi:[30,36,39,41,43,47,48,60,71,75],idl:[28,76],idn:[2,3,5,6,9,14,15,20,28,60,63,64,71],idn_param:60,idr:71,iff:76,igh:71,ignor:[25,30,47,52,58,76],ignore_kwarg:12,igor:107,ilm200:56,ilm:[71,99],imaginari:25,imm:[11,21],immedi:[9,10,21,23,24,32,37,58,67,84,101,112],imp:13,impact:112,imped:[9,15,29,58],impedance1:15,impedance2:15,imper:101,implememnt:84,implement:[8,13,15,16,20,39,42,50,51,57,58,67,71,73,74,76],implicit:101,implicitli:112,importlib:3,impos:112,improv:[100,101],imprrov:97,inc:[6,13,16,20],inch:83,includ:[2,7,10,30,38,47,48,50,53,57,65,68,75,76,80,82,83,101,104,106,107,112,113],inclus:76,inconsist:112,inconsistensi:76,inconsit:26,incorrect:101,incorrectli:58,increas:[7,16,101],increment:[41,49,98,112],ind:29,inde:[16,101],indend:29,indent:[6,101],independ:[39,112],index0:7,index1:7,index:[7,63,64,76,83,112],indic:[0,16,35,65,76,112,113],individu:[16,25,32,36,50,69],inf:[12,21,23,24],infer:35,infin:76,infinit:[27,76],info:[1,2,5,12,19,20,22,29,38,58,76,106,109],inform:[9,15,30,38,42,47,48,53,58,65,74,76,82,99,101,107,109,112],inherit:[12,58,73,76],inifit:[23,24],init:60,init_measur:[11,12,68],init_s_param:[25,73],initi:[2,9,35,36,39,46,56,57,71,76,79,81,107,112],initial_valu:[2,7,46],initialis:[12,73,74,76,78,105],initialize_channel:65,initialz:64,inner:[0,7,35,41,112],input:[1,2,12,16,17,20,27,40,49,56,57,64,71,75,76,101,104,105,112],input_config:14,input_coupl:14,input_path:65,input_rang:65,input_shield:14,insert:[2,38,109],insid:[2,7,10,30,32,36,45,47,48,76,79,81,101,107,108,112],inspect:[1,16],inst0:[2,10,12,21,25,27,73],instal:[29,53,57,61,67,75,92,99,101,103,107],instanc:[1,2,9,30,36,40,47,48,56,58,60,61,67,68,70,75,77,112],instant:57,instantan:[23,24],instanti:[2,15,29,36,63,69,101,105,112],instdict:27,instead:[0,2,9,20,35,113],institut:2,instr:[2,6,10,11,12,13,14,17,19,20,21,22,23,24,25,26,27,60,71,73],instruct:[16,107,108],instrument:[0,5,7,10,12,13,14,15,16,17,19,20,21,23,24,25,27,28,29,30,32,35,40,42,44,46,47,48,49,53,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,90,97,99,101,102,105,107,111],instrument_cod:49,instrument_driv:[2,6,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,101],instrument_i:69,instrument_mock:[3,4,9],instrument_nam:[9,15,35],instrument_testcas:56,instrument_x:69,instrument_z:69,instrumentchannel:[32,60,61,62,63,73,76,90],instrumentrefparamet:97,instrumentserv:[112,113],instrumentstriton:71,insuffici:112,integ:[2,7,30,35,38,47,57,75,76,83,109,112],integr:[6,13,17,19,74,101,112],integration_tim:6,integrationtim:13,intellig:[71,112],intend:[16,30,47,51,112],inter:64,interact:[2,75,101,105,108,112],interdepend:112,interest:[29,101,112],interfac:[2,29,57,67,76,112],interleav:[15,65,76],interleave_adj_amplitud:76,interleave_adj_phas:76,interleave_sampl:[15,58],intermedi:101,intern:[14,16,21,29,35,58,61,67,75],internal_clock:[2,15],internal_trigger_r:76,interpret:[2,3,8,9,20,112],interrupt:[57,110],interv:[82,83],introduct:111,inv:21,invert:[2,6,19,70,75],invit:101,invok:[2,29],involv:[105,107,112],io_manag:[36,79,81,112],iomanag:104,ion:29,ipinstru:[2,69,71,90,104],ips120:[56,99],ipython:[0,1,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,107],iq_arrai:7,iqarrai:7,irang:[24,63],irrespect:[23,24,76],irrevers:112,is_awg_readi:76,is_numb:72,is_setpoint:[5,35],is_typ:1,isobu:71,issu:[16,76,94,95,98,101,104],issue_warning_on:12,ital:104,item:[7,28,30,38,47,50,63],iter:[32,50,51,104],iter_error:1,ithaco1:6,ithaco:[2,6,56,105],ithaco_1211:[2,6,19,56],its:[2,7,9,10,18,20,23,24,27,29,35,40,57,58,75,76,80,83,101,104,108,112,113],itself:[32,38,48,58,76,101,112],ivert:6,ivvi:[56,96,98,99],javascript:[0,1,5,6,8,12,13,14,15,17,19,20,22,25,26,28,29,101],jhn:25,job:[112,113],johnson:101,join:[1,27,101,106],jorgenschaef:101,json:[1,5,6,25,30,42,43,47,48,53,75,76,96,107,109,112],json_config:1,jsonschema:1,jtar_index_no:76,jtar_stat:76,jump:[9,18,27,76],jump_log:76,jump_tim:76,jump_to:[27,76],jumplog:76,junk:8,jupyt:[9,107,108,110],just:[0,2,4,5,8,9,10,11,13,20,26,27,29,40,41,49,54,60,64,101,104,108,111,112,113],k2600:2,k2600a:2,keep:[16,39,58,60,97,101,107,109,112],kei:[2,8,20,27,36,50,58,75,76,81,84,109,112],keightlei:97,keith:[6,13,17,19,20,95],keithlei:[6,76,96,105],keithley1:[6,17,19,20],keithley2:[6,17,19,20],keithley_2000:56,keithley_2400:56,keithley_2600:[2,6,17,19,20,56],keithley_2614b:[2,76],keithley_2700:[13,56],kelvinox:[56,99],kept:109,kernel:[109,110],keysight:[9,56,96,97,98,99,105],keysight_33500b:[9,21,56],keysight_33500b_channel:56,keysight_34465a:[10,11,12,56],keysight_m3201a:61,keysight_volt:10,keysightchannel:61,keyword:[38,40,52],khz:[25,26],kilo:66,kilo_b:66,kind:[0,29,113],knob:[2,112],know:[9,50,51,101,106,113],known:[2,35,77],kwarg:[1,2,7,12,15,17,40,42,43,44,46,49,51,52,53,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,81,82,83,84,113],lab:[29,67,107],label1:41,label2:41,label3:41,label:[0,2,5,6,7,9,13,15,27,29,30,33,35,38,41,47,48,55,56,58,101,112,113],lack:60,lakeshor:56,lambda:[4,9,16,58],languag:41,larg:[5,27,76,101],larger:49,last:[1,5,12,17,20,29,58,63,67,76,101,112],last_saved_index:39,latenc:[9,10],later:[2,29,30,36,37,38,47,81,84,101,112,113],latest:[58,108,112],latest_cal_d:[15,58],latter:[11,83],launch:[67,108],lazi:105,lcardtyp:65,lead:[71,101],leak:58,learn:[29,107],least:[29,101,104,112],leav:[20,30,42,47],leave_persistent_mod:71,left:108,legacy_mp:[1,109],legend:25,len:[11,12,29,57,76,113],length:[7,10,21,27,29,47,57,67,76,80,112,113],less:[29,101,112],lest:27,let:[16,25,35,101,109,113],letter:101,leve:2,level0:65,level1:65,level:[1,2,9,12,15,35,41,65,71,75,76,99,101,109,112,113],levelnam:3,levelv:2,lib:[1,12,17,98],librari:[12,27,57,61,101,108,109],life:[61,101],like:[2,8,9,16,20,25,27,29,30,35,39,40,47,49,50,51,58,61,68,71,73,76,101,104,107,109,112],limit:[2,15,16,23,24,26,57,69,76,101,112,113],limiti:[6,20],limitv:[6,20],lin:[29,74],linalg:16,line2d:[12,29],line:[4,6,9,12,17,19,29,41,61,82,83,101,106,107],linear:[0,25,73,113],linearli:[29,104],liner:101,link:[35,51,57,58,104],linkag:102,linspac:[0,11,27,113],linux:108,list:[3,7,9,11,15,24,32,33,36,38,40,43,50,55,57,58,61,63,64,65,67,71,73,75,76,81,84,90,92,94,96,101,104,105,112,113],list_of_dataset:3,list_of_mixed_typ:3,listcomp:12,liter:101,littl:[101,112],live:[20,79,103,105,108,112,113],load:[1,2,7,27,34,39,57,74,76,79,94,105,107,109,113],load_and_set_sequ:76,load_awg_fil:76,load_data:[9,36,90],load_ext:1,loaded_data:9,loadlibrari:2,loadtestsfromtestcas:3,loc:38,loc_fmt:8,loc_provid:[1,8,9,38],loc_provider_junk:8,loc_record:[8,81],local:[0,7,10,11,27,29,30,36,40,42,46,47,48,49,53,60,61,71,76,78,101,107,112,113],locat:[0,1,3,5,7,10,11,12,14,15,17,19,20,23,24,25,26,29,36,37,38,39,61,76,79,81,105,109,112,113],location_provid:[1,9,38,81,104],lock:[9,29,32,64,71,75],lockin:[2,14,70,75],lockin_ch1_databuff:14,log:[1,3,4,12,26,27,29,67,74,107,109,113],logger:[3,26,27],logic:[43,76,101],logic_jump:76,loglevel:[1,109],logo:94,lograng:50,logview:101,longer:[25,38,41,45],look:[4,9,23,24,26,29,38,53,58,101,109,112,113],loop:[0,5,7,8,11,12,15,17,19,20,25,26,30,31,35,36,39,41,47,48,52,54,58,76,80,84,90,94,104,105,111,113],loop_indic:12,loop_result:7,loop_writing_test_2d_skewed_parabola:3,loop_writing_test_2d_x_set:3,loop_writing_test_2d_y_set:3,loop_writing_test_skewed_parabola:3,loop_writing_test_x_set:3,loopcount:76,lose:11,lost:57,lot:[2,16,35,76,101],loudli:9,love:[101,106],low:[2,9,12,25,29,76,112,113],lower:[35,112],lowest:[38,75],m1s:[27,76],m2cmd_card_reset:65,m2s:[27,76],m3201a:56,m3300a:[56,96],m3300a_awg:61,m3300a_dig:61,m4i:[56,95,96,98],mac:[5,8,15,17,19,20,22],machin:[76,101],made:[1,29,61,67,109],magic:27,magnet:[16,69,71,96,99,105,107,113],magnitud:[16,25,73,112],magnitur:25,mai:[2,9,18,23,24,25,26,27,29,31,36,39,40,46,50,51,76,82,83,92,101,104,109,112],mail:106,main:[20,76,112],mainfram:75,mainli:9,maintain:[2,70,75,101,102,106,112],majorana:109,make:[2,4,7,8,9,10,14,15,16,17,19,20,22,23,24,29,35,40,41,45,58,63,64,71,75,76,101,104,105,107,108,112],make_and_save_awg_fil:[27,76],make_directori:76,make_send_and_load_awg_fil:[27,76],manag:[2,17,36,38,39,71,75,81,112],mandatori:[14,76,101],mani:[7,29,35,36,41,49,50,51,58,61,98,101,112],manner:27,manual:[16,20,25,29,46,64,68,70,71,73,75,76,105,107,112,113],manualparamet:[0,2,7,9,15,90,113],map:[2,11,40,49,58,75,83,112],mark:[75,112],marker1:76,marker1_amplitude_n:76,marker1_high_n:76,marker1_low_n:76,marker1_method_n:76,marker1_offset_n:76,marker1_skew_n:76,marker2:76,marker2_amplitude_n:76,marker2_high_n:76,marker2_low_n:76,marker2_method_n:76,marker2_offset_n:76,marker2_skew_n:76,marker:[27,76],mashup:94,mass:76,master:[101,105,108],match:[27,29,38,40,41,47,49,57,71,73,75,76,112],math:16,matplot:[0,1,9,14,15,20,25,26,90,97],matplotlib:[0,1,3,4,8,10,12,13,14,15,16,17,18,19,20,22,25,26,27,28,29,83,108,109],matter:[27,101],maunual:1,max:[21,41,49,64,65,74],max_delai:49,max_sampl:[15,58],max_status_ag:63,max_val:60,max_val_ag:49,max_work:113,maxim:[23,24,76],maximum:[16,49,60,64,69,74,109,112],mayb:[35,45,101],mea:14,mean:[1,2,7,11,16,25,29,45,49,76,101,109,112,113],meaning:2,meaningless:101,meant:[40,67],meassur:25,measur:[0,2,3,5,7,8,10,11,12,13,14,15,16,17,19,20,25,26,30,35,36,41,45,47,48,49,51,52,56,61,67,70,73,75,84,90,98,105,111],measured_param:[2,70,75],measured_valu:51,mechan:64,media:76,mega:66,mega_b:66,member:107,memori:[36,57,58,65,76,81,109,112],memory_s:[15,58],memrori:27,memsiz:65,mention:101,mercuri:[96,105],mercuryip:[22,56],mercuryipsarrai:71,merg:101,merger:2,merlin:5,messag:[3,12,21,26,27,60,61,63,64,65,75,76],message_len:64,messagebas:12,messur:25,met:92,meta:[4,29,107,111,112],meta_fil:6,meta_serv:113,meta_server_nam:113,metadat:[43,51],metadata:[2,9,19,20,30,35,39,42,43,47,48,53,56,75,90,96,105,107,112],metadata_fil:41,meter:[2,5,8,9,13,20,71,76,99],method:[1,2,7,8,9,11,16,20,23,24,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,61,63,67,68,71,76,77,80,82,83,84,101,112,113],methodnam:[56,61,68,77],mhz:[25,29],might:[18,58,101,112],millisecond:75,mimic:104,mimick:112,min:[21,64],min_val:60,min_valu:7,mind:58,mini:41,minim:29,minimum:60,minu:109,mirror:112,misc:90,misinterpret:27,mismatch:57,miss:[101,113],mistak:101,mix:[2,3,101],mock:[4,16,101],mockami430:69,mocker_class:69,mockgat:[5,8],mockinstru:104,mockmet:[5,8],mockparabola:3,mockparabola_run:3,mockparabola_skewed_parabola:3,mockparabola_x_set:3,mockparabola_y_set:3,mocksourc:[5,8],mode:[0,2,5,6,7,10,11,13,15,16,18,20,29,36,57,58,63,65,67,71,73,74,76,78,105,112,113],model:[2,5,6,8,9,13,15,19,20,58,61,62,69,71,72,73,75,101,104,109,112],model_336:56,modif:109,modifi:[24,50,67,101],modified_rang:39,modul:[1,2,9,12,13,17,20,29,92,101,109],modular:[107,112],moment:[61,76],monitor:[8,20,45,54,84,104,107,112],more:[5,9,20,23,24,25,27,29,36,40,41,58,61,65,67,76,93,98,101,104,105,107,108,112],most:[1,2,7,12,17,18,20,25,29,47,48,58,61,68,73,76,101,104,108,112],mostli:[29,104],motiv:101,move:[2,8,16,20,71,76],msec:[2,6],msg:71,mua:23,much:[25,39,73,101,112],multi:[9,63,93,112],multichan_paramclass:32,multichannelinstrumentparamet:[32,63],multilin:101,multimet:[76,96],multiparamet:[2,25,67,70,71,73,75,90,96,105],multipl:[0,7,24,29,32,40,47,49,64,65,68,73,76,105,112,113],multiple_trigger_acquisit:65,multipli:112,multiprocess:[2,17,93,96,107,113],multityp:104,must:[2,7,9,26,27,29,30,35,38,41,42,47,48,50,51,58,60,61,65,67,75,76,81,101,104,109,112,113],mv_rang:65,mvpp:26,my47004267:6,my48002016:10,my54505281:11,my54505388:[10,12],my57800256:21,my_experi:108,mycount:7,myget:9,myinstrument:113,myset:9,myvector:113,myvector_set:113,n48280:14,name:[0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,22,23,24,25,26,27,28,29,30,32,33,34,35,36,38,40,41,42,43,44,46,47,48,49,53,55,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,81,84,101,104,108,109,112,113],name_to_delet:2,namespac:[8,20,90,109],nan:[9,20],nataliejpg:78,nativ:[9,75],navg:74,navig:108,nbagg:[3,4,8,15,17,18,19,20,22,25,26,27,28],nbi:[101,106],ndarrai:[30,35,47,76,112],nearli:2,necessari:[15,29,35,51,57,58,67,107,112],necessarili:[30,47,48,101,104],need:[1,2,7,9,16,27,35,58,65,71,76,101,104,105,112,113],neg:[54,64],neither:101,nep:[29,67],nepbw:67,nepbw_to_timeconst:67,nest:[7,9,10,35,45,112],nested_dataset:3,network:[73,112],never:[49,101],new_cmd:2,new_data:[36,90],new_indic:12,new_nam:2,new_valu:12,newlin:41,newlinestripp:76,next:[27,30,38,41,47,76,108,112,113],nice:[2,8,20,29,101,108],nick:101,nielsen:106,nix:108,no_instru:113,nobodi:101,nocommanderror:49,node:29,noisi:16,non:[16,27,80,101,113],none:[1,2,3,5,6,9,12,14,15,16,17,19,20,22,29,30,32,33,35,36,38,40,41,42,45,46,47,48,49,50,53,55,56,58,59,60,61,63,64,65,69,71,73,74,75,76,79,81,83,84,94,101],nonetyp:[32,56],nonlinear:20,noofpoint:27,noofseqelem:27,nor:101,norm:[16,21],normal:[30,36,37,40,47,48,50,61,104,112],notabl:29,notat:[1,50],notch_filt:14,note:[1,2,7,9,16,23,24,27,29,30,32,36,47,48,49,50,51,53,60,63,67,70,71,74,75,76,79,81,92,107,109,112,113],notebook:[1,10,12,14,15,16,20,26,27,29,96,98,105,107,108,109,110],noth:[58,60],notic:[20,25],now:[0,5,7,8,9,14,16,20,23,24,25,27,29,30,47,84,96,101,108,109,113],nplc:[6,10,11,12,13,17,19,76],nplc_list:61,npt:[15,25,73],nr_averag:65,nr_bytes_written:12,nrep:[27,76],num:[5,11,12,50,83],num_chan:63,num_channel:76,num_port:25,number:[0,2,6,7,8,9,10,11,12,13,17,19,20,23,24,25,27,29,38,41,42,45,47,48,50,53,56,57,58,60,61,63,64,65,67,71,72,73,75,76,101,104,109,112,113],number_format:41,number_of_channel:58,number_of_paramet:113,numdac:64,numer:[41,112],numpi:[0,2,3,7,8,10,11,12,13,16,17,19,20,22,23,24,26,27,28,29,30,35,47,67,75,76,98,112,113],numpoint:76,numval:[11,12],object:[0,1,5,6,8,9,12,13,14,15,17,19,20,22,25,26,28,29,30,32,35,37,39,40,45,47,48,49,50,51,58,60,63,74,79,81,84,101,102,109,112,113],obsolet:27,obtain:58,obviou:45,occasion:39,occupi:[38,76],occur:[16,57,60,64,65,75,109,112],oct:14,oem:76,off:[2,6,10,11,12,18,21,23,24,25,26,29,40,63,68,71,73,76],off_modul:73,offer:[0,113],offload:112,offset:[15,16,18,26,29,76],often:[4,36,101,104],ohm:[15,29],old:[14,25,26,97],oldest:21,oldn:29,omit:[20,30,47,49,71],on_modul:73,onc:[0,4,7,8,9,20,35,39,76,101,104,108,112,113],one:[1,2,7,8,9,13,14,16,18,20,23,24,25,26,27,29,30,33,35,36,39,40,41,45,46,47,49,50,55,56,57,58,60,63,64,73,75,76,81,101,104,105,109,112,113],ones:[68,73,76,101],onli:[2,3,7,9,15,16,17,20,23,24,25,26,27,29,30,35,36,38,40,41,46,47,48,49,50,51,57,58,61,63,67,68,70,71,73,75,76,81,101,105,112],onto:[76,112],opc:76,open:[3,6,39,42,53,57,71,83,97,101,107,108,112],opendevic:74,oper:[2,12,15,30,31,37,47,50,57,60,76,109,112,113],oppos:[2,27],opposit:82,optim:107,option:[1,2,21,27,30,32,33,35,36,38,39,40,42,43,46,47,48,49,50,51,53,55,56,61,65,71,75,76,79,81,94,98,101],order:[1,2,9,16,27,29,33,36,40,55,67,69,101,109,112],ordereddict:[0,36],org:53,organ:[101,105],orient:112,origin:[10,56,112],osc:29,oscil:29,oscillator2_freq:29,oscilloscop:[76,105],osx:108,other:[1,2,7,23,24,25,27,29,38,39,45,52,54,58,60,70,75,80,82,83,101,107,112],otherclass:2,otherwis:[2,27,35,57,58,60,101,112],our:[25,41,101],out:[0,2,4,7,9,12,16,17,20,21,23,24,25,26,29,30,31,47,57,58,63,65,71,101,106,107,110,112,113],outer:[7,9,35,41,112],output:[2,6,8,15,17,18,19,20,22,23,24,25,27,40,45,49,57,60,63,64,65,67,70,72,73,75,76,80,101,105,112],output_interfac:14,output_waveform_name_n:76,outsid:[54,58,64,65,67,76],over:[0,2,9,20,25,29,32,39,45,50,51,58,74,101,104,112,113],overhead:[11,112],overid:71,overload:[60,75],overrid:[2,36,38,39,63,67,71,81],overview:[9,65,76,105,109,111],overwrit:[1,17,19,20,64,76,81,109],overwritten:38,ovsr:75,own:[1,2,9,25,40,57,58,83,101,112],oxford:[22,28,56,96,99],oxfordinstruments_ilm200:71,oxfordinstruments_ips120:71,oxfordinstruments_kelvinox_igh:71,p1_set:0,p_label:2,p_name:2,p_unit:2,pack:76,pack_waveform:76,packag:[1,12,29,92,101,107,109],packard:[6,59],packed_waveform:76,pad:2,page:[90,92,101,112],pai:101,pair:10,panel:[29,60,76,107],panic:112,par:27,paraemt:56,parallel:71,param:[7,27,28,29,48,58,63,64],param_id:12,param_nam:[35,63],param_out:12,paramet:[4,5,6,8,9,13,15,16,18,19,20,23,24,25,27,28,29,30,31,32,33,35,36,37,38,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,60,61,63,64,65,67,68,69,70,71,73,74,75,76,78,79,80,81,82,83,84,90,93,95,98,101,102,105,107,111],parameter_class:2,parameter_nam:94,params_to_skip_upd:[63,73],paramt:[0,55,113],parent:[30,32,40,44,46,47,48,49,51,60,61,62,63,73,75,76],parenthes:101,parmet:65,pars:[27,40,72,76],parse_awg_fil:[27,76],parse_multiple_output:72,parse_on_off:[68,73],parse_output_bool:76,parse_output_str:76,parse_single_output:72,parse_string_output:72,parsebool:76,parseint:76,parser:[2,40,75,76],parsestr:[59,76],part:[1,2,8,20,25,30,38,47,48,49,65,74,75,96,101,104,105,109,112],partial:[72,113],particular:[2,7,16,27,29,104,112],particularli:[2,40,43,75,112],pass:[2,38,40,46,49,51,52,56,58,61,65,69,73,78,81,82,83,101,109,112,113],pat:76,patch:101,path:[1,9,27,34,36,37,39,58,71,76,79,81,108,112],pattern:76,paus:16,pci:[2,57],pcie:[57,58,96],pcie_1751:56,pcie_link_spe:[15,58],pcie_link_width:[15,58],pdf:63,pend:76,pep8:101,per:[2,11,12,15,30,35,47,58,60,63,64,69,76,107,113],percent:[29,67],percentag:71,perf:101,perfom:10,perform:[9,10,14,15,16,23,24,29,39,58,64,67,74,76,80,97,99,101,112],perform_safety_check:69,perhap:[12,112,113],period:[36,82,83],persist:[42,69,71],persistent_switch:69,person:101,phase:[7,14,21,25,29,58,67,73,112],phase_delay_input_method_n:76,phase_n:76,phi:16,phi_measur:16,physic:[2,23,24,36,56,60,79,81,84,112],pick:101,pictur:112,piec:[104,112],pillar:112,pin:57,ping:101,pinki:101,pip:[101,107,108],pixel:82,place:[1,23,24,61,101,112],plai:9,platform:65,pleas:[27,29,63,76,101,106],plese:106,plot2:20,plot2q:20,plot3:20,plot3b:20,plot3bq:20,plot3q:20,plot4:20,plot4q:20,plot:[0,1,12,14,15,16,19,20,21,23,25,26,27,29,35,90,94,97,98,105,108,109,112],plot_1d:9,plotlib:[1,109],plotq1:20,plotq2:20,plotq:19,plotter:29,plt:[8,10,12,13,16,17,19,20,22,25,26,27,28,29,83],plu:109,plubic:92,plug:[61,107],plugin:101,plural:7,point:[9,10,11,12,14,16,25,29,33,37,41,45,49,55,67,71,73,74,90,107,112],poitn:76,polar:64,polish:107,poll:14,polyfit:16,poor:18,popul:[35,43,44],port:[16,18,25,28,42,57,60,69,71,74,107],port_count:57,posit:[40,112],possibl:[7,18,25,27,70,71,75,76,109,112],post:101,post_acquir:58,post_trigg:65,posttrigger_s:65,potenti:[36,45,107,112],power:[16,25,61,69,71,73,74,96,101,112],power_limit:31,powerlin:13,ppi:57,pprint:[5,6],practic:101,pre:[79,105],pre_acquir:58,pre_start_captur:58,preamp:[2,70,75],preamplifi:[2,70,75],prece:67,preced:41,precis:[18,64,67,95],preconfigur:1,predefin:[27,52,75,76,105],prefer:[107,112],prefix:101,preliminari:10,prepar:[11,12,29,58,61,67,76,112],prepare_buffer_readout:[14,75],prepare_curvedata:[26,76],prepare_for_measur:74,prepare_scop:[29,67],prepend:[35,76],preprocessor:57,prerequisit:105,present:[2,14,70,75,101,112],preservechannelset:76,preset:74,preset_data:35,press:[76,110],pretrigger_s:65,pretti:[23,24,63,67],prevent:[2,30,47,48,58,64,76],previou:[5,60,101],previous:[67,76,112],primari:107,princip:40,print:[0,1,2,7,8,9,10,11,12,13,15,16,17,19,20,22,23,24,27,28,29,60,61,63,65,67,76,113],print_al:59,print_cont:76,print_modstatu:59,print_overview:[23,24,63],print_readable_snapshot:[9,14,25],print_sweeper_set:[29,67],printslop:[23,24,63],prior:[56,60],prioriti:[38,112],privat:[58,90],privileg:57,probabl:[40,58,73,101,112],problem:[27,65,101],procedur:[63,112],process:[8,15,20,58,101,112],produc:[20,25,112],profit:108,program:58,programm:[58,69,76],programmat:[1,76,107],progress:45,progress_interv:[12,45],project:[2,101],proper:[29,64],properli:[16,76],properti:[1,57,109,112],protect:64,protocol:[15,64,112],provid:[1,7,15,23,24,35,38,40,42,49,51,58,61,65,68,77,81,82,83,101,104,105,108,112],proxi:112,psu:71,pts:[14,29],pull:[12,29],pull_from_serv:[5,8,15,19,20,112],puls:[23,24,27,59,96],purchas:29,purpos:[2,7,112],push:112,push_to_serv:[5,19,112],put:[16,27,41,63,71,76,112,113],pxie:61,py_head:[56,65],pyenv:1,pyplot:[8,10,12,13,16,17,19,20,22,25,26,27,28,29],pyqtgraph:[0,1,19,21,23,90,97,99,108],pyqtmaxplot:109,pyqtplot:109,pyspcm:65,pytest:101,python3:1,python:[2,9,36,57,58,64,65,71,76,79,81,94,101,107,108,112],pyvisa:[12,53,112],pywin32:99,qcmatplotlib:[0,1,15,90],qcode:[0,3,4,5,6,11,12,13,90,92,101,102,103,106,111,112,113],qcodes_config:109,qcodesrc:1,qcodesrc_schema:25,qdac:[10,11,56,96,97,98,99,105],qdac_ch01_v_set:11,qdac_ch02_v_set:12,qdac_ch41_v_set:10,qdac_ch42_v_set:10,qdac_channel:[56,105],qdac_setpoint:11,qdacchannel:63,qdacmultichannelparamet:63,qdev:[10,11,12,17,23,24,56,107,109],qtlab:74,qtplot:[0,1,9,12,19,20,21,23,90],qtwork:64,quadratur:7,quantiti:[20,41],quantum:108,queri:[17,23,24,29,63,74,75,76,112],querysweep:74,question:[61,63,101],queue:[17,21,27,60,61,76],quickli:27,quiet:12,quirk:93,quit:[31,101,112],quot:41,qutech:56,qutech_controlbox:68,r_offset:14,rack:64,rad_to_deg:68,rainbow:[8,38],rais:[1,2,12,16,17,20,31,32,49,51,54,56,57,58,61,64,67,68,75,76,77],raiseexc:75,ramiro:74,ramp:[2,9,12,16,18,21,23,24,60,69,71,76],ramp_al:60,ramp_rat:[16,60],ramptim:23,ran:3,randint:[4,9],random:[1,4,9,16,27,61],rang:[2,6,7,10,11,12,13,15,21,23,24,25,27,29,57,58,61,64,65,67,74,76,112,113],range_auto:6,rangei:[6,20],rangev:[6,20],rate:[14,15,16,29,58,60,64,65,69,75],rather:[18,29,61,101,113],ravel:112,raw:[11,64,104,105,107],raw_val:11,reach:[16,75,101],read:[2,3,7,9,13,16,17,19,23,24,26,36,39,40,41,42,53,57,60,63,64,65,70,71,73,75,76,79,81,101,104,105,108,109,112],read_metadata:39,read_one_fil:39,read_pin:57,read_port:57,read_stat:63,readabl:[9,49,58,95,101],reader:9,readi:[7,9,29,76,81,101,108],readm:101,readnext:13,readout:[63,65,97],readthedoc:53,real:[2,9,25,61,70,75,101,104,107,112,113],realli:[23,24,35,61,108,112],realtim:[101,107],reappear:101,rear:76,reason:[9,16,101,113],recal:9,receiv:[21,60,75],recent:[1,12,17,20,29,48],recommend:101,reconnect:112,reconstruct:39,record:[9,15,38,67,76,81,107,112],records_per_buff:[15,58],recycl:58,redirect:[30,35,48,95],reduc:40,ref:[26,112],refactor:101,refer:[9,29,35,58,90,101,103,112,113],referenc:[30,47,48,112],reference_clock_frequency_select:76,reference_multiplier_r:76,reference_sourc:[14,76],refernc:74,reflect:[46,73],refriger:71,reg:[28,56,65],regard:[58,112],regardless:101,regist:[65,75,101],registri:71,regular:[2,4,112],reimport:109,reinvent:101,reject:74,rel:[9,25,36,37,79,81,112],relat:112,relationship:112,releas:[39,107],relev:[12,48,58,75,76],reli:[2,58],reliabl:[58,112],reload:[3,13,39,56,112],remain:58,rememb:[11,16,25,26,67],remot:[6,17,22,71,82,112],remoteinstru:[6,112,113],remoteparamet:112,remov:[21,25,29,35,36,64,67,71,73,76,96,98,101,105],remove_signal_from_sweep:67,rep:76,repeat:[32,101,112],repet:76,repetit:[27,76],repetition_r:76,replac:[60,98],repo:[1,101],report:[102,107],repositori:[101,105,107],repr:[12,60],reprec:25,repres:[7,41,48,58,61,75,112],represent:[9,57,84,104],reproduc:[101,112],request:[11,16,102,112],requir:[7,9,29,30,40,47,50,51,53,57,67,73,81,99,101,109,112,113],res:17,research:[75,97],resend:76,resend_waveform:76,reserv:14,reset:[2,7,9,12,14,25,27,40,41,59,64,65,68,69,72,73,75,76],reset_modul:75,resit:56,resolut:[6,9,64,98],resolv:61,resourc:[12,39,53,57,61,63,75,112],respect:[30,47,57,76],respons:[2,17,40,42,49,53,60,63,75],restart:[65,109],restrict:[75,104],restructur:101,result:[3,7,20,38,58,64,74,76,105,112],ret:12,ret_cod:12,ret_valu:12,retriev:[21,76,109],retur:76,return_count:12,return_pars:40,return_self:76,reus:112,revers:[49,50],review:[101,107],revion:60,revok:[23,24],rewrit:112,rewritten:101,rf_off:25,rf_on:25,rho:16,richer:112,rid:35,right:[16,20,27,56,58,75,84],rigol:56,rigol_dg4000:72,rise:[2,6,29],risetim:[2,6,19],robust:2,rohd:[73,105],rohde_schwarz:[25,56],rohdeschwarz_sgs100a:73,rohdeschwarz_smr40:73,rol:74,ron:76,root:[3,36,37,76,79,81],rotate_nvalv:71,rough:102,round:[64,98,112],round_dac:64,routin:[61,63],row:[41,73],rrm:29,rs232linkformat:64,rs_sgs100a:73,rs_smb100a:73,rst:[2,40,101],rto:71,rtoz:22,rtype:12,rule:16,run:[0,4,5,8,9,10,11,12,14,15,16,17,19,20,21,25,26,29,45,56,57,67,76,94,105,107,109,112,113],run_mod:76,run_stat:76,run_temp:7,run_to_field:71,run_to_field_wait:71,runtest:[56,61,68,77],runtim:[1,109],runtimeerror:29,s11:25,s12:25,s21:25,s22:25,s44:25,sa124_max_freq:74,sa124_min_freq:74,sa44_max_freq:74,sa44_min_freq:74,sa_api:74,sa_audio:74,sa_audio_am:74,sa_audio_cw:74,sa_audio_fm:74,sa_audio_lsb:74,sa_audio_usb:74,sa_auto_atten:74,sa_auto_gain:74,sa_averag:74,sa_bypass:74,sa_idl:74,sa_iq:74,sa_iq_sample_r:74,sa_lin_full_scal:74,sa_lin_scal:74,sa_log_full_scal:74,sa_log_scal:74,sa_log_unit:74,sa_max_atten:74,sa_max_devic:74,sa_max_gain:74,sa_max_iq_decim:74,sa_max_rbw:74,sa_max_ref:74,sa_max_rt_rbw:74,sa_min_iq_bandwidth:74,sa_min_max:74,sa_min_rbw:74,sa_min_rt_rbw:74,sa_min_span:74,sa_power_unit:74,sa_real_tim:74,sa_sweep:74,sa_tg_sweep:74,sa_volt_unit:74,sabandwidthclamp:74,sabandwidtherr:74,sacompressionwarn:74,sadevicenotconfigurederr:74,sadevicenotfounderr:74,sadevicenotidleerr:74,sadevicenotopenerr:74,sadevicetypenon:74,sadevicetypesa124a:74,sadevicetypesa124b:74,sadevicetypesa44:74,sadevicetypesa44b:74,saexternalreferencenotfound:74,safe:[16,64,71,101,112],safe_reload:74,safe_vers:64,safeti:[16,25,61,71],safrequencyrangeerr:74,safti:25,sai:[36,79,81,101,113],said:[35,76],sainterneterr:74,sainvaliddetectorerr:74,sainvaliddeviceerr:74,sainvalidmodeerr:74,sainvalidparametererr:74,sainvalidscaleerr:74,same:[2,4,7,10,15,16,33,35,41,47,49,50,55,57,67,75,76,83,101,112,113],sampl:[11,14,15,29,50,51,56,58,65,112],sample_count:[11,12],sample_r:[15,58],sample_timer_minimum:[11,12],samples_per_buff:58,samples_per_record:[15,58],sampling_r:76,sane:34,sanocorrect:74,sanoerror:74,sanotconfigurederr:74,sanullptrerr:74,saovencolderr:74,saparameterclamp:74,sastatu:74,sastatus_invert:74,satisfi:16,satoomanydeviceserr:74,satrackinggeneratornotfound:74,saunknownerr:74,sausbcommerr:74,save:[0,9,12,27,30,35,36,39,41,47,48,49,58,76,80,81,94,101,104,105,107,112,113],save_to_cwd:1,save_to_env:1,save_to_hom:[1,109],savvi:107,sawtooth:21,sbench6:65,scalar:[4,7,9,30,47,80,112],scale:[7,25,26,29,56,74],scale_param:7,scale_set:7,scale_v:7,scan:25,scenario:[61,101],scene:29,schema:[1,25,34,109],schema_cwd_file_nam:34,schema_default_file_nam:34,schema_env_file_nam:34,schema_file_nam:34,schema_home_file_nam:34,schouten:64,schwarz:[73,105],scientist:108,scope:[26,67,76,105],scope_average_weight:29,scope_channel1_input:29,scope_channel2_input:29,scope_channel:29,scope_correctly_built:29,scope_dur:29,scope_length:29,scope_measur:26,scope_mod:29,scope_samplingr:29,scope_seg:29,scope_segments_count:29,scope_trig_delai:29,scope_trig_en:29,scope_trig_gating_en:29,scope_trig_gating_sourc:29,scope_trig_holdoffmod:29,scope_trig_holdoffsecond:29,scope_trig_hystabsolut:29,scope_trig_hystmod:29,scope_trig_level:29,scope_trig_refer:29,scope_trig_sign:29,scope_trig_slop:29,scopearrai:76,scopedata:29,scpi:60,screen:108,script:[105,107,113],sd_awg:61,sd_common:61,sd_dig:61,sd_modul:61,sdk:58,sdk_version:[15,58],seamless:61,search:[38,101,112],sec:76,second:[5,7,9,13,14,21,29,30,35,36,42,45,47,49,53,54,58,60,64,69,71,75,76,81,82,83,106,112,113],section:[106,108],see:[0,1,4,8,16,20,21,23,26,27,38,39,42,49,51,53,58,64,65,73,76,82,101,112,113],seem:[41,65,101],seen:25,seg_siz:65,segm1_ch1:76,segm1_ch2:76,segm2_ch1:76,segm2_ch2:76,segment:[29,67,76],select:[15,16,58,67,76,101,108],self:[1,2,7,12,17,19,20,30,36,39,47,48,60,61,63,71,74,76,81,84,101,113],semant:107,semi:101,semicolon:71,sen:[2,6,19,70],send:[2,11,12,16,42,64,70,75,76,105,106],send_awg_fil:76,send_dc_puls:76,send_pattern:76,send_sequ:76,send_sequence2:76,send_waveform:76,send_waveform_to_list:[27,76],sens:101,sens_factor:[2,6,70],sens_x:19,sensit:[2,6,14,70],sensor:[62,105],sensorchannel:62,sent:[2,40,49,71,76,104,112],separ:[7,39,41,47,71,84,107,112,113],seper:[60,76],seprar:20,seq:76,seq_elem:27,sequanti:55,sequecn:76,sequenc:[7,27,30,35,45,47,50,60,76,80,83,112],sequence_cfg:76,sequence_length:27,sequence_po:27,sequenti:[29,33,113],seri:[2,68,72,76],serial:[2,5,6,9,10,11,12,14,15,16,21,25,26,58,60,71,75,104],serial_numb:[19,20],serialis:76,serv:2,server:[15,17,22,29,58,67,112,113],server_err:17,server_nam:[3,6,15,20,22,59,65,113],session:[8,9,12,20,36,79,81,101],set:[0,1,2,3,4,6,7,8,10,12,14,15,16,17,18,19,20,21,22,25,27,33,35,36,39,41,45,46,48,49,50,51,55,56,57,58,60,61,63,64,65,67,69,70,71,73,74,75,76,78,79,80,81,104,105,107,109,112,113],set_al:60,set_arrai:35,set_channel_or_trigger_set:65,set_channel_set:65,set_cmd:[2,9,49,71,113],set_current_folder_nam:76,set_dacs_zero:64,set_default:76,set_delai:9,set_ext0_or_trigger_set:65,set_ext_trig:73,set_field:69,set_funct:58,set_jumpmod:76,set_level:76,set_measur:[5,6,8,13,17,19,20],set_mix_chamber_heater_mod:71,set_mix_chamber_heater_power_rang:71,set_mod:76,set_mode_volt_dc:76,set_mp_method:[5,8,15,17,19,20,22],set_pars:49,set_persist:71,set_point:26,set_pol_dacrack:64,set_pulsemod_sourc:73,set_pulsemod_st:73,set_ramp:18,set_remote_statu:71,set_sequ:76,set_set_point:26,set_setup_filenam:76,set_smooth:75,set_sqel_event_jump_target_index:76,set_sqel_event_jump_typ:76,set_sqel_event_target_index:[27,76],set_sqel_goto_st:76,set_sqel_goto_target_index:[27,76],set_sqel_loopcnt:[27,76],set_sqel_loopcnt_to_inf:[27,76],set_sqel_trigger_wait:[27,76],set_sqel_waveform:[27,76],set_statu:73,set_step:9,set_sweep:73,set_titl:27,set_to_fast:71,set_to_slow:71,set_valu:51,set_voltag:75,set_ylim:27,setattr:20,setboth:113,setbothasync:113,setformatt:3,setlevel:[3,26,27,29],setpoint:[0,3,4,5,7,9,10,11,12,15,16,25,26,30,35,41,47,61,67,71,73,75,80,96,112,113],setpoint_arrai:[30,47],setpoint_label:[7,30,47],setpoint_nam:[7,30,47,67],setpoint_unit:[30,47],settabl:[48,51,104,112],setter:104,settl:[29,101],setup:[25,65,73,84,105,107],setupclass:[56,61,68],setx:113,sever:[20,61,67,71,101,104,112],sg384:[56,95],sgs100a:56,shadow:1,shape:[0,2,3,5,7,9,10,11,12,14,15,25,26,27,29,30,35,47,61,67,73,83,112,113],share:[18,106],shared_kwarg:113,shell:107,shift:29,ship:[1,29],shortcut:82,shot:[93,101,105],should:[2,9,11,15,16,20,21,25,26,27,29,30,32,35,36,38,39,40,42,44,45,47,48,50,51,52,56,57,58,60,61,70,71,75,76,84,101,108,112],shouldn:35,show:[4,8,9,15,16,17,19,20,22,23,24,101],show_subprocess_widget:[5,8,15,17,19,20,22],show_window:82,shown:16,side:[16,27,49,104,108,113],sig:29,sig_gen:101,signadyn:61,signal:[9,26,27,58,65,67,68,73,74,75,76,96,105,112],signal_hound:56,signal_input1:29,signal_input1_ac:29,signal_input1_diff:29,signal_input1_imped:29,signal_input1_rang:29,signal_input1_sc:29,signal_output1:29,signal_output1_ampdef:29,signal_output1_amplitud:29,signal_output1_autorang:29,signal_output1_en:29,signal_output1_imp50:29,signal_output1_offset:29,signal_output1_on:29,signal_output1_rang:29,signal_to_volt:58,signalhound_usb_sa124b:74,signatur:[27,39,57,76],significantli:25,silent:61,sim900:75,sim928:[56,96],sim:75,similar:[9,73,76,112],similarli:[24,29,112],simpl:[4,7,9,14,15,25,26,31,37,40,54,65,83,101,105,107,112],simpler:101,simplest:112,simpli:[1,29,40,48,76],simplifi:[2,8,20,60,101],simul:[104,107,111,112],simultan:[14,20,24,60],simultani:69,sin:[27,72],sinc:[2,9,16,29,60,67,71,76,112,113],sine:26,sing:25,singl:[7,9,17,19,25,30,41,48,49,50,57,58,60,62,63,65,69,76,80,83,93,101,104,105,112],single_iq:7,single_set:7,single_software_trigger_acquisit:65,single_trigger_acquisit:65,singleiqpair:7,site:[1,12],situat:[9,41,112],six:[23,24,57],size:[5,9,30,36,47,49,58,64,65,75],skewed_parabola:3,skill:101,skip:101,slack:[97,98,99,101,106,107],slash:37,sleep:[2,11,12,14,17,19,22,23,24,26,27,51,54,64],slice:[8,20,25,50,104],slightli:95,slope:[12,15,16,21,23,24,63],slot:[18,60,61,75],slot_nam:75,slow:[23,24,71,112],slow_external_clock:2,slower:27,small:[23,24,25,29,57,93,101],smaller:[25,75],smart:[71,101],smooth_timestep:75,smoothli:75,smr40:56,smu:2,snap:6,snapshot:[0,2,5,6,9,15,19,20,30,32,35,42,43,47,48,53,75,76,84,95,98,99,112],snapshot_bas:[63,73],snapshot_get:[30,47,48],snapshot_valu:[30,47,48],socket:[42,62],soft:76,softwar:[2,21,29,63,67,76,99,101,105,112],software_revis:[19,20],software_triggered_read:11,solv:101,some:[0,2,9,24,29,30,40,42,47,48,50,60,61,65,75,76,101,105,109,112],somebodi:101,somehow:112,someon:[57,101],someth:[1,8,16,20,27,29,58,61,63,101,109,112],sometim:[2,7,9,29,41,112],soon:[60,101],sophist:58,sort:[27,41],sort_kei:6,sourc:[2,5,8,9,15,16,25,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,101,102,107,108,112],sourcemet:[76,96],space:[23,24,30,47,48,50,101,104],span:[25,74],spawn:[5,8,15,17,19,20,22],spc_tm_high:65,spcerr:[56,65],spcm0:65,special:[2,9,30,47,48,101,112],specif:[15,27,36,60,63,64,71,76,101,104,112],specifi:[16,21,27,30,39,45,47,56,57,61,64,67,68,74,75,76,77,83,84,101,109,112],specifiedta:76,spectrum:[56,95,96,112],speed:[10,11,25,49,58,112],speedup:98,spheric:16,spherical_measur:16,split:[2,11,25,28],spread:106,sqel:76,sql:112,squar:26,squencer:76,sr560:[2,56],sr830:[56,94,97,105],sr865:56,src:[1,3,25],srs_sg384:75,stabl:53,stage:112,stai:[101,113],staircas:9,stale:112,stand:16,standalon:107,standard:[2,11,25,60,63,75,107],standardparamet:[2,5,7,9,15,19,56,64,90,104],stanford:[75,97],stanford_research:[2,14,56],stanford_research_system:14,stanford_sr865:75,start:[0,2,5,8,9,10,11,12,14,15,19,20,21,25,29,34,35,36,41,46,49,50,52,57,58,60,71,73,75,76,79,81,101,105,112],startcaptur:15,startup:[23,24,63],stat:[68,73],state:[2,23,24,27,29,57,60,76,101,104,107,112],statement:[64,101],station1:[17,19],station2:[17,19],station:[3,4,5,6,8,9,10,12,13,17,19,20,25,29,30,43,45,47,48,75,90,102,112],stationq:107,statu:[2,28,29,58,61,63,64,68,71,73,74,75,76],status:75,statuscod:76,std:11,stderr:3,stdlib:57,stdout:[12,65],step:[2,9,10,25,45,49,50,64,75,77,108,113],step_attenu:68,stepper:71,still:[23,24,27,35,101,112],stop:[14,20,21,25,27,29,50,73,76],storag:[76,107,112],store:[0,1,3,32,35,36,39,56,58,76,81,84,98,112],str:[2,12,30,32,33,34,35,36,37,38,40,42,43,44,46,47,48,49,53,55,56,60,61,63,64,67,70,71,73,75,76,78,79,81],straightforward:[27,112],strang:29,strategi:60,stream:[12,15,29],streamhandl:3,strftime:38,strictli:67,string:[1,2,3,12,17,19,30,32,38,39,40,41,47,48,49,58,61,64,65,67,69,71,72,73,75,76,81,84,101,104,109,112],strip:[2,41],strive:101,strongli:[2,29,101],structur:[36,39,58,79,81,104,109,112],struggl:101,stuf:109,stuff:[2,16,71,76,105],stupid:16,subclass:[2,7,30,32,39,40,42,47,48,51,53,58,104],subject:[101,112],sublim:101,sublimelint:101,submit:113,submodul:43,subplot:[16,20,25,26,29,83],subprocess:[8,15,17,19,20,22],subscrib:67,subsequ:52,subset:25,substitut:2,subtract:29,succes:76,successfulli:[16,57],succinct:101,suit:[3,61,68,73,77,107],sum:[0,113],summari:105,superclass:2,superconduct:71,suppli:[2,37,39,69,71,96,112],support:[0,1,2,3,9,21,23,24,25,26,27,29,43,44,51,57,61,67,71,75,76,97,98,101,109,112],suppos:71,suppress:[2,6,19,76],supress:61,sure:[10,14,16,29,71,76,101,104,108],sv2:50,sv3:50,sv4:50,swap:107,sweep:[0,4,5,9,11,12,20,25,29,32,33,49,50,51,55,67,71,73,74,93,104,105,107,111,112],sweep_val:[0,113],sweep_valu:[5,9,45],sweepabl:55,sweepdata:29,sweeper:[67,96,105],sweeper_bw:29,sweeper_bwmod:29,sweeper_ord:29,sweeper_param:29,sweeper_samplecount:29,sweeper_start:29,sweeper_stop:29,sweeper_xmap:29,sweeper_xxx:29,sweepfixedvalu:[90,104],sweepvalu:[45,90,102],swept:113,symmetri:16,sync:[17,19,20,23,24,26,29,105,112],sync_delai:24,sync_dur:24,sync_filt:14,sync_output:21,sync_sourc:21,synchron:[60,112],syntax:107,synthes:96,sys:[3,12,25],system32:[2,58,74],system:[2,15,30,34,40,47,48,58,71,75,76,84,93,95,109,112],system_id:[2,15,58],sztypetonam:65,t_actual:16,t_set:16,t_start:[10,12],t_stop:[10,12],tab:[29,41,101],tabl:[76,105,109,112],tag:101,take:[0,9,12,20,24,30,31,32,45,47,48,60,63,65,73,76,97,101,104,107,113],taken:[49,65,73,76],talent:101,talk:[2,70,75,112,113],target:[16,50,51,58,76],target_curr:16,target_field:16,task:[4,9,12,21,45,54,90,94,101,104,112],tcpip0:[2,10,11,12,21,25,27,73],tcpip:112,tech:107,techniqu:101,technolog:[6,10,11,12,21],tektp:26,tektron:99,tektronix:[2,6,13,17,19,20,56,96,97,105],tektronix_awg5014:[27,76],tektronix_awg5200:76,tektronix_awg520:76,tell:[39,41,54,101,112],temp0_0:[23,24],temp2_1:[23,24],temp5_2:[23,24],temperatur:[62,71,96,105],templat:101,temporari:[36,81],tempx_i:[23,24],tend:2,tens:101,term:[12,101],termin:[2,6,8,12,15,17,19,20,22,41,42,53,63,65,69,71,107,108,112],tesla:[16,69,71],test2d:20,test:[2,4,9,10,11,16,20,38,42,43,57,60,61,63,64,68,69,72,73,76,77,95,104,105,107,112],test_ami430:16,test_attenu:77,test_awg_fil:27,test_channel_amplitud:61,test_channel_frequ:61,test_channel_offset:61,test_channel_phas:61,test_channel_wave_shap:61,test_chassis_and_slot:61,test_chassis_numb:61,test_clock_frequ:61,test_closed_fil:3,test_complex_param:20,test_dataset_clos:3,test_dataset_finalize_closes_fil:3,test_dataset_flush_after_writ:3,test_dataset_with_missing_attr:3,test_double_closing_gives_warn:3,test_field_vector:16,test_firmware_vers:[68,77],test_frequ:68,test_full_write_read_1d:3,test_full_write_read_2d:3,test_hdf5formatt:3,test_incremental_writ:3,test_instru:[56,101],test_loop_writ:3,test_loop_writing_2d:3,test_metadata:101,test_metadata_write_read:3,test_multi_d:20,test_on_off:68,test_open_clos:61,test_phas:68,test_pow:68,test_pxi_trigg:61,test_read_writing_dicts_withlists_to_hdf5:3,test_reading_into_existing_data_arrai:3,test_send:76,test_serial_numb:61,test_slot_numb:61,test_snapshot:101,test_str_to_bool:3,test_suit:56,test_writing_metadata:3,test_writing_unsupported_types_to_hdf5:3,testagilent_e8527d:68,testcas:56,testhdf5_format:3,testkeysight_m3201a:61,testkeysight_m3300a:61,testmetadat:101,testsd_modul:61,testsweep:[0,9,10,12,17,19,20],testweinschel_8320:77,text:[2,12,72,101,104,112],texttestrunn:3,textual:112,tg_thru_0db:74,tg_thru_20db:74,than:[2,23,24,25,29,45,49,101,107,112],thank:101,thebrain:101,thei:[1,4,8,9,15,17,19,20,22,35,36,45,52,58,70,75,76,101,104,109,112],them:[1,2,7,8,20,23,24,35,56,69,71,75,76,101,105,109,112,113],theme:82,theoret:112,therebi:21,thermometri:28,theta:16,theta_measur:16,thi:[0,1,2,4,5,7,8,9,10,11,12,13,15,16,17,19,20,22,23,24,25,26,27,29,30,32,35,36,38,39,40,41,42,43,44,45,46,47,48,49,51,53,54,56,57,58,59,60,61,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,81,83,84,90,92,101,102,104,107,108,109,111,112,113],thing:[2,8,9,13,15,20,22,40,45,49,50,51,52,54,61,68,77,101,104,106,108,112,113],think:[101,109,112],third:112,those:[4,7,35,38,40,104,112],though:[2,49,50,51,112],thread:[64,112],thread_map:12,threadpoolexecutor:113,three:[7,23,24,29,41,50,69,76,112],through:[9,23,24,27,29,35,36,101,108,112,113],thu:[101,112],tick:15,tight_layout:[25,27],tim:21,time:[2,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,38,39,45,49,50,51,57,60,61,65,67,74,75,76,101,107,112,113],time_const:14,timeit:11,timeout:[6,12,14,15,17,27,29,42,53,71,75,76],timeout_tick:[15,58],timer:[17,19],timestamp:[20,107,112],tmpfile:[28,71],to_setpoint:71,to_zero:71,toc:9,todo:[2,35,63,64,67,68,75,78,101],togeth:[4,27,49,73,112],toggl:18,tolist:2,too:[2,25,30,47,48,49,57,73,101],tool:101,toplevel:98,tortur:101,total:[2,7,25],touch:101,toymodel:[5,8],tps1:26,tps1_scope_measurement_0:26,tps1_scope_measurement_1:26,tps2012:[56,105],tps2012channel:76,tps:26,trace:[9,25,26,29,58,65,67,73,82,83],traceback:[1,12,17,19,20,29,107],tracenotreadi:76,track:[58,60,74,112],trail:101,transer:15,transfer:[27,76],transfer_offset:[15,58],transform:[2,16,40,49,54,58],translat:[2,39,67],transmiss:73,trcl:75,treat:[60,84,112],tree:[105,108],trg:[11,12],trig:[29,76],trig_engine_j:15,trig_engine_k:15,trig_engine_op_j:15,trig_mod:65,trig_slope_posit:15,trig_wait:[27,76],trigger:[2,12,15,21,26,27,29,65,73,76,99,105],trigger_count:11,trigger_delai:[15,58],trigger_engine1:[15,58],trigger_engine2:[15,58],trigger_input_imped:76,trigger_input_polar:76,trigger_input_slop:76,trigger_input_threshold:76,trigger_level1:[15,58],trigger_level2:[15,58],trigger_level:26,trigger_oper:[15,58],trigger_slop:12,trigger_slope1:[15,58],trigger_slope2:[15,58],trigger_sourc:[11,12,26,76],trigger_source1:[15,58],trigger_source2:[15,58],trigger_typ:26,triton1_thermometri:28,triton:[56,96,105],trival:113,trivial:101,trivialdictionari:58,troubleshoot:112,truncat:101,trust:49,truthi:[9,31],ts_start:5,tst:3,tstart:[17,19],tudelft:64,tune:[64,101],tupl:[7,27,29,30,32,35,40,47,63,67,76,82,83],turn:[2,11,25,29,71,76],turoti:9,tutori:[4,7,105,111],two:[2,7,9,11,14,20,25,26,27,35,63,67,69,74,75,76,101,105,113],txt:64,type:[0,1,2,3,5,7,9,10,11,12,14,15,17,19,25,26,27,29,32,39,40,56,57,58,64,65,67,75,76,98,101,108,109,112,113],typeerror:[12,31,51,76],typic:[35,101,105,112],typo:101,ufh:96,uhf:[67,105],unambigu:2,unassign:[23,24],unavail:57,uncommit:58,uncondit:76,undefin:[21,57],under:76,underli:[104,112],underscor:101,understand:[101,112],undesir:9,undo:76,unfortun:61,unga:[1,3,101,109],ungaretti:101,unicorn:8,unimport:76,union:[32,35,40,49,50,56],uniqu:[35,61],unit:[0,2,5,6,7,9,13,15,19,23,24,29,30,33,35,47,48,55,58,67,71,75,95,96,101,112,113],unitless:[30,47,48],unittest:[3,56,101],unittest_data:3,unless:[23,24,35,49,101],unlik:56,unload:76,unlock:[71,73],unnecessari:7,unrecogn:57,unrel:112,unsav:112,unsign:76,until:[2,27,71,108,112],unus:81,updat:[1,6,9,12,20,23,24,25,26,29,30,34,47,48,58,63,67,71,73,76,82,83,84,99,104,108,112],update_acquisitionkwarg:[15,58],update_curr:[12,23,24,63],update_display_off:25,update_display_on:25,update_snapshot:84,upfront:[30,47],upgrad:29,upload:[27,76],upon:[21,23,24,56,75],uppercas:71,ups:16,upsteam:1,upto:76,usag:[7,38,51,61,65,71,76,102,105,111],usb:2,usb_sa124b:56,use:[0,1,2,4,7,9,13,20,25,26,27,29,35,38,40,41,49,50,51,53,54,56,58,61,63,65,68,69,70,71,75,76,77,83,101,104,106,108,109,111,112,113],use_lock:64,use_thread:12,used:[2,7,9,16,18,20,30,32,35,38,40,41,47,48,50,51,56,58,61,63,64,65,67,68,70,71,73,74,75,76,80,84,104,107,112],useful:[7,61,101,112],user:[1,3,5,12,13,17,25,27,49,53,57,58,67,75,76,107,108,109,112],usernam:101,userwarn:25,uses:[2,7,49,56,57,74,75,104,109,112],using:[2,9,16,20,23,24,27,29,34,39,41,53,61,64,65,69,74,76,101,104,107,112],usual:[9,43,44,63,76,112],util:[0,3,12,17,19,20,61,90,101,113],utility_freq:61,utopia:101,v11:26,v_amp_in:75,v_in:75,v_out:75,v_rang:[23,24],vaild:34,val:[0,2,5,7,9,29,48,49,50,51,58,76,113],val_map:[2,49],valid:[0,1,2,7,12,17,19,25,30,34,40,46,47,48,49,50,51,64,65,76,80,82,90,96,97,98,101,102,109,112,113],validate_al:40,validationerror:1,validator_for:1,valu:[0,1,2,4,5,6,7,9,10,12,13,14,15,16,17,19,20,23,24,25,27,29,30,33,34,35,38,40,41,45,46,47,48,49,50,51,55,56,57,58,60,61,63,64,67,69,71,73,75,76,104,112,113],valuabl:101,value_round:64,value_typ:1,valueerror:[32,54,56,61,67,68,76,77],valv:71,vari:[9,30,47,112],variabl:[2,41,61,76,101,104,105,109,112],variou:[101,104],vbw:74,vector:[16,69,112],vendor:[2,5,6,9,14,15,19,20,58,71,75],ver1:14,verbos:[3,9,56,59,61,63,65,73,76,101],verbose_channel:9,veri:[23,24,58,63,112],verifi:[2,16],vernier:75,versa:[16,29],version:[1,2,7,9,26,57,58,60,63,64,68,71,73,74,75,76,94,107,108,113],versu:105,vertic:[26,29],vi_error_rsrc_nfound:112,vi_error_tmo:12,via:[2,8,20,24,29,43,44,62,70,75,76,84,105,112],vibuf:12,vice:29,videobandwidth:74,view:[25,101],vipuint32:12,virtual:[2,69,70,73,75,108,113],virtualivvi:113,vis:16,visa:[2,12,27,53,59,60,61,62,63,64,68,71,72,73,75,76,77,78,112],visa_handl:[12,53,60,71],visainstru:[59,60,61,62,63,64,68,71,72,73,75,76,77,78,90,104,105,112],visaioerror:12,visalib:12,visess:12,visibl:[23,24],vision:101,visit:101,visual:107,visualis:27,viuint32:12,viwrit:12,vna:[25,74],vna_:25,vna_paramet:[25,73],vna_s11:25,vna_s11_magnitud:25,vna_s11_phas:25,vna_s11_power_set:25,vna_s11_trac:25,vna_s12_trac:25,vna_s13_trac:25,vna_s14_trac:25,vna_s21_trac:25,vna_s22_trac:25,vna_s23_trac:25,vna_s24_trac:25,vna_s31_trac:25,vna_s32_trac:25,vna_s33_trac:25,vna_s34_trac:25,vna_s41_trac:25,vna_s42_trac:25,vna_s43_trac:25,vna_s44_trac:25,volt:[2,6,9,10,11,13,17,19,20,29,58,60,75,76],volt_0:[19,20],volt_1:[19,20],volt_:75,volt_set:19,voltag:[2,6,7,9,10,11,18,20,23,24,56,60,61,63,65,70,75,76,78,96,97,104,112],voltage_range_statu:63,voltage_raw:[2,70,75],voltagedict:75,voltagedivid:56,voltageparamet:75,voltmet:[61,112],volunt:101,vpp:21,vrang:[12,23,24,63],vsd1:20,vsd2:20,vsd:[4,5,8],w8320_1:2,wai:[1,2,4,8,9,14,15,20,27,29,32,49,76,101,112,113],wait:[5,9,11,27,40,45,49,71,76,90,104,108,112,113],wait_trigg:76,wait_valu:76,walk:113,wall:25,want:[0,1,2,4,16,18,25,26,29,30,36,47,48,56,57,58,63,101,102,104,106,109,111,112,113],warn:[1,2,3,16,25,27,45,49,57,58,64,67,95,109],wav:63,wave:[26,65],waveform:[7,21,61,68,72,76,96,105,112],waveform_nam:76,web:[29,67],week:[101,106],weight:1,weinschel:[2,56],weinschel_8320:[2,56],welcom:[101,106],well:[4,29,32,39,60,61,68,71,75,77,101,112],went:16,were:[35,36,48,58,92],wfm001ch1:76,wfm002ch1:76,wfm1ch1:76,wfm1ch2:76,wfm2ch1:76,wfm2ch2:76,wfm:[27,76],wfmname:[27,76],wfname_l:76,wfs1:76,wfs2:76,wfs:76,what:[1,2,8,9,13,16,20,23,24,27,29,42,45,47,50,51,53,60,71,76,78,90,101,109,112,113],whatev:[11,58],wheel:101,when:[2,5,7,16,20,21,23,24,25,26,27,30,31,32,35,38,47,48,51,52,56,57,58,60,61,63,65,67,68,70,75,76,77,81,101,107,112,113],whenev:[65,75,76,112],where:[2,7,9,23,24,30,36,39,47,50,51,58,60,61,67,70,71,75,76,79,81,82,101,112,113],wherea:11,whether:[18,39,41,42,49,63,69,72,76,101,112],which:[1,2,4,7,9,16,20,25,27,29,30,32,34,35,36,38,39,41,44,45,47,49,50,52,56,57,58,61,63,71,73,75,76,79,81,84,101,104,109,112,113],whish:0,white:[82,101],whitespac:41,who:[101,106],whole:[2,4,7,41,47,70,75,101,104,112],whose:[35,75,84,112,113],why:[29,101],widget:[8,15,17,19,20,22,94],width:[82,83],william:[12,29],williamhpnielsen:[63,75],win32:57,win:1,window:[2,5,8,15,17,19,20,22,25,58,71,74,76,83,99,108],window_titl:82,windowtitl:19,wish:76,with_bg_task:[9,12],within:[2,15,32,35,52,54,58,67,101,107,112],without:[16,18,73,98,105,109,112],won:[20,25],wonder:29,word:[105,106],work:[1,2,4,15,22,36,37,65,68,72,73,76,77,79,81,101,107,108,109,112,113],workflow:[105,107],world:[58,101,107],wors:101,would:[1,7,8,15,17,19,20,22,38,49,61,73,101,106,112],wrap:[7,37,112],wrapper:[64,71,73],write:[1,2,11,12,17,21,36,39,40,41,42,49,53,57,60,63,64,71,75,76,81,101,111,112],write_confirm:42,write_copi:112,write_metadata:39,write_modul:75,write_period:[36,81],write_pin:57,write_port:57,write_raw:12,written:[41,58,61,71,76],wrong:[16,60,65,101],x_actn:22,x_fld:22,x_fldc:22,x_offset:14,x_rate:22,x_setpoint:22,x_val:[0,113],xlabel:16,xml:101,xrm:29,xxx:60,y_offset:14,y_val:[0,113],yai:94,yeah:19,year:101,yes:112,yet:[29,39,61,101,112],yield:[45,75],ylabel:16,yokogawa:[56,95],yolo:1,you:[0,1,2,4,7,8,9,16,20,25,26,27,29,30,34,35,36,37,39,40,45,47,48,49,50,51,56,58,63,70,75,76,79,81,83,102,104,105,106,108,109,111,112,113],your:[2,9,34,40,56,70,75,101,105,106,108,109,112,113],yourself:[58,75],yrm:29,yscale:29,z_val:[0,113],zero:[2,16,23,24,27,30,47,71,76],ziapinotfoundexcept:29,zip:[12,16],ziuhfli:[29,56],ziuhfli_rrm:29,ziuhfli_sig:29,ziuhfli_xrm:29,ziuhfli_yrm:29,zn20:105,znb20:56,znb4:73,znb8:[25,73,98],znb:[25,56],znbchannel:73,zone:16,zoom:67,zurich:29},titles:["Combined Parameters","QCoDeS config","Creating QCoDeS instrument drivers","Datasaving Examples","Measure without a Loop","Metadata","Metadata with instruments","Parameters in QCoDeS","Qcodes location-format example","QCoDeS tutorial","Agilent 34411A versus Keysight 34465A","Benchmark of Keysight 34465A","QDac and Keysight 34465 sync and buffer","Example script for Keithley driver","QCoDeS example with SR830","Qcodes example ATS_ONWORK","QCoDeS example with AMI430","Qcodes example with Agilent 34400A","Qcodes example with Decadac","Qcodes example with Ithaco","Qcodes example with Keithley 2600","Qcodes example with Keysight 33500B","Qcodes example with Mercury IPS (Magnet)","Qcodes example with QDac","Qcodes example with QDac_channels","Qcodes example with Rohde Schwarz ZN20/8","QCoDeS Example with Tektronix TPS2012","QCoDeS Example with Tektronix AWG5014","Qcodes example with Triton","QCoDeS Example with ZI UHF-LI","qcodes.ArrayParameter","qcodes.BreakIf","qcodes.ChannelList","qcodes.CombinedParameter","qcodes.Config","qcodes.DataArray","qcodes.DataSet","qcodes.DiskIO","qcodes.FormatLocation","qcodes.Formatter","qcodes.Function","qcodes.GNUPlotFormat","qcodes.IPInstrument","qcodes.Instrument","qcodes.InstrumentChannel","qcodes.Loop","qcodes.ManualParameter","qcodes.MultiParameter","qcodes.Parameter","qcodes.StandardParameter","qcodes.SweepFixedValues","qcodes.SweepValues","qcodes.Task","qcodes.VisaInstrument","qcodes.Wait","qcodes.combine","qcodes.instrument_drivers package","qcodes.instrument_drivers.Advantech package","qcodes.instrument_drivers.AlazarTech package","qcodes.instrument_drivers.HP package","qcodes.instrument_drivers.Harvard package","qcodes.instrument_drivers.Keysight package","qcodes.instrument_drivers.Lakeshore package","qcodes.instrument_drivers.QDev package","qcodes.instrument_drivers.QuTech package","qcodes.instrument_drivers.Spectrum package","qcodes.instrument_drivers.Spectrum.py_header package","qcodes.instrument_drivers.ZI package","qcodes.instrument_drivers.agilent package","qcodes.instrument_drivers.american_magnetics package","qcodes.instrument_drivers.ithaco package","qcodes.instrument_drivers.oxford package","qcodes.instrument_drivers.rigol package","qcodes.instrument_drivers.rohde_schwarz package","qcodes.instrument_drivers.signal_hound package","qcodes.instrument_drivers.stanford_research package","qcodes.instrument_drivers.tektronix package","qcodes.instrument_drivers.weinschel package","qcodes.instrument_drivers.yokogawa package","qcodes.load_data","qcodes.measure.Measure","qcodes.new_data","qcodes.plots.pyqtgraph.QtPlot","qcodes.plots.qcmatplotlib.MatPlot","qcodes.station.Station","qcodes.utils.command","qcodes.utils.deferred_operations","qcodes.utils.helpers","qcodes.utils.metadata","qcodes.utils.validators","Classes and Functions","Private","Public","Changelog for QCoDeS 0.1.1","Changelog for QCoDeS 0.1.2","Changelog for QCoDeS 0.1.3","Changelog for QCoDeS 0.1.4","Changelog for QCoDeS 0.1.5","Changelog for QCoDeS 0.1.6","Changelog for QCoDeS 0.1.7","Changelogs","Contributing","Community Guide","Source Code","Object Hierarchy","Examples of using QCoDeS","Get Help","Qcodes project plan","Getting Started","Configuring QCoDeS","QCodes FAQ","User Guide","Introduction","Tutorial"],titleterms:{"33500b":21,"34400a":17,"34411a":10,"34465a":[10,11],"break":[93,94,95,96],"class":[2,90,91,92],"default":109,"function":[2,40,90,91,92],"import":[9,10,27],"new":[93,94,95,96,97,98,99,101],"public":92,ATS:58,IPS:22,THE:26,THERE:27,The:9,Using:[1,21,29,109],abort:110,acquir:26,acquisit:[14,26],action:[9,92],adding:2,advantech:57,aggreg:0,agil:[10,17,68],agilent_34400a:68,alazartech:58,all:4,american_magnet:69,ami430:[16,69],arrai:4,arrayparamet:[7,30],async:113,ats9870:58,ats_acquisition_control:58,ats_onwork:15,attent:[23,24],avanc:113,awg5014:[27,76],awg5200:76,awg520:76,awg:27,awgfilepars:76,base:2,basic:[9,21,23,24,29,105],benchmark:[11,12,25,105],breakif:31,buffer:[12,14],bug:101,burst:21,can:9,caution:29,chang:[1,93,94,95,96],changelog:[93,94,95,96,97,98,99,100],channel:[23,24,25],channellist:32,chat:106,clever:101,code:[101,103],combin:[0,55,113],combinedparamet:33,command:85,commit:101,commun:102,config:[1,34,92,109],configur:[1,109],content:[9,27,29,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,101],contribut:101,core:1,creat:2,curv:26,custom:[1,2],data:[3,9,92],dataarrai:35,dataformat:3,datasav:3,dataset:[36,112],decadac:[18,60],deferred_oper:86,defin:9,demo:4,demodul:29,develop:101,devic:56,dg4000:72,diskio:37,dll:2,driver:[2,13,105,113],dummi:3,dynam:2,e8267c:68,e8527d:68,enter:108,error:21,exampl:[2,3,8,9,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,105,112],experi:1,familiar:101,faq:110,featur:101,file:[27,109],fix:[93,94,95,96],format:[8,101],formatloc:38,formatt:39,from:[3,26],gener:3,get:[11,27,106,108],git:101,global:9,gnuplotformat:41,gs200:78,guid:[102,111],handl:21,harvard:60,help:106,helper:87,hierarchi:104,hour:106,how:110,hp33210a:68,hp8133a:59,hp_83650a:59,ilm200:71,improv:[93,94,95,96,97,98,99],initialis:27,input:29,instal:108,instanti:[4,9],instrument:[2,3,4,6,9,43,92,104,112,113],instrument_driv:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],instrumentchannel:44,interact:9,introduct:112,involv:2,ipinstru:42,ips120:71,ithaco:[19,70],ithaco_1211:70,ivvi:64,keithlei:[13,20],keithley_2000:76,keithley_2400:76,keithley_2600:76,keithley_2700:76,kelvinox:71,keysight:[10,11,12,21,61],keysight_33500b:61,keysight_33500b_channel:61,keysight_34465a:61,lakeshor:62,lazi:27,linkag:104,list:[14,27],live:9,load:9,load_data:79,locat:[8,9],loop:[3,4,9,10,45,92,112],m3201a:61,m3300a:61,m4i:65,magnet:22,make:27,manual:2,manualparamet:46,matplot:83,measur:[4,9,29,80,92,110,112,113],mercuri:22,mercuryip:71,messag:101,meta:113,metadata:[5,6,88],misc:92,mode:[21,27],model_336:62,modul:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],more:[2,106,109],multiparamet:[7,47],multipl:9,need:4,new_data:81,note:101,object:104,offic:106,one:10,onli:4,organ:2,oscilloscop:26,output:[4,9,29],overview:[23,24,112],oxford:71,packag:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],paramet:[0,2,7,14,48,104,112,113],part:10,pcie_1751:57,phase:107,plan:107,plot:[9,82,83,92],pre:11,predefin:25,prerequisit:29,privat:91,project:107,provid:9,pull:101,push:101,py_head:66,pyqtgraph:82,qcmatplotlib:83,qcode:[1,2,7,8,9,10,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,93,94,95,96,97,98,99,105,107,108,109,110],qdac:[12,23,24,63],qdac_channel:[24,63],qdev:63,qtplot:82,qutech:64,raw:10,read:10,realli:101,reg:66,remov:2,report:101,request:101,requir:108,respons:112,result:11,rigol:72,rohd:25,rohde_schwarz:73,rough:104,run:[3,27,101,110],save:[1,109],schwarz:25,scope:29,script:13,send:27,sensor:[23,24],set:[9,11,23,24,26,29],setup:[10,101],sg384:75,sgs100a:73,shot:12,signal:29,signal_hound:74,sim928:75,simpl:[0,2],simul:113,singl:12,smr40:73,softwar:11,some:27,sourc:103,spcerr:66,spectrum:[65,66],sr560:75,sr830:[14,75],sr865:75,standardparamet:49,stanford_research:75,start:[3,108],station:[84,92,104],stuff:12,style:101,submodul:[56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78],subpackag:[56,65],summari:11,sweep:[10,113],sweeper:29,sweepfixedvalu:50,sweepvalu:[51,104],sync:12,tabl:[9,27,29],task:52,tektronix:[26,27,76],temperatur:[23,24],test:[3,56,101],test_suit:[61,68,77],them:27,todo:[45,51,65,71,73,74,76,104,109,113],tps2012:[26,76],trigger:11,triton:[28,71],tutori:[9,113],two:10,typic:9,uhf:29,updat:109,usag:[21,23,24,29,101,108,110],usb_sa124b:74,user:111,using:105,util:[85,86,87,88,89,92],valid:[89,104],valu:109,variabl:1,versu:10,via:27,visainstru:[2,53],wait:54,waveform:27,weinschel:77,weinschel_8320:77,without:[4,25],word:29,workflow:9,write:113,yokogawa:78,you:101,your:1,ziuhfli:67,zn20:25,znb20:73,znb:73}}) \ No newline at end of file