Trace collected at: 2010-11-16 12:43:27.671000 ---------------------------------------------------------------------- ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[24]: if(connector): ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[25]: print >> log, "User specified connector J%d. This will test channels %s" % (connector, str(channel_map[connector])) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[31]: freqs = [1, 2, 5, 10, 20, 50, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[38]: results = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[43]: matrix_map = {'vsphere1': 22, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[69]: ds.set_ampl(2.5, vpp=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[72]: scope_config_num = 8 ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[73]: print >> log, "Recalling scope saved config %d" % (scope_config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[74]: scope.gpib_cmd('recall:setup %d' % (scope_config_num)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[77]: print >> log, "Scope measurement parameters:" ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[78]: meas_str = scope.gpib_cmd('measurement:MEAS1?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[79]: print >> log, "MEAS1: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[80]: meas_str = scope.gpib_cmd('measurement:MEAS2?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[81]: print >> log, "MEAS2: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[82]: meas_str = scope.gpib_cmd('measurement:MEAS3?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[83]: print >> log, "MEAS3: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[85]: chan_num = channel_map[connector][0] # Only need to do one pass ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[88]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[90]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[88]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[90]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[88]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[90]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[88]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[90]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[98]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[109]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[110]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[121]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[122]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[123]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[124]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[88]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[129]: outfilename = os.path.join(settings.full_output_path, '%s_ac_scope_cal.txt' % (settings.relative_output_path)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[131]: f = open(outfilename, 'wb') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[132]: now = str(datetime.datetime.now()) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[133]: line = 'AC Scope Calibration Data - %s\n\n' % (chan_num, now) Trace collected at: 2010-11-16 12:58:58.500000 ---------------------------------------------------------------------- ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[24]: if(fbox): ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[25]: print >> log, "User specified fbox = %s" % (fbox) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[28]: if(connector): ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[29]: print >> log, "User specified connector J%d. This will test channels %s" % (connector, str(channel_map[connector])) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[35]: freqs = [1, 2, 5, 10, 20, 50, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[42]: results = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[47]: matrix_map = {'vsphere1': 22, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[73]: ds.set_ampl(2.5, vpp=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[76]: scope_config_num = 8 ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[77]: print >> log, "Recalling scope saved config %d" % (scope_config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[78]: scope.gpib_cmd('recall:setup %d' % (scope_config_num)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[81]: print >> log, "Scope measurement parameters:" ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[82]: meas_str = scope.gpib_cmd('measurement:MEAS1?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[83]: print >> log, "MEAS1: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[84]: meas_str = scope.gpib_cmd('measurement:MEAS2?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[85]: print >> log, "MEAS2: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[86]: meas_str = scope.gpib_cmd('measurement:MEAS3?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[87]: print >> log, "MEAS3: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: chan_num = channel_map[connector][0] # Only need to do one pass ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[133]: outfilename = os.path.join(settings.full_output_path, '%s_ac_scope_cal.txt' % (settings.relative_output_path)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[135]: f = open(outfilename, 'wb') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[136]: now = str(datetime.datetime.now()) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[137]: line = '%s - AC Scope Calibration Data - %s\n\n' % (chan_num, now) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[138]: f.write(line) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[140]: s = pprint.pformat(results) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[141]: f.write(s) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[142]: print >> log, s ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[143]: f.close() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[144]: print >> log, "Wrote %s" % (outfilename) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[146]: print >> log, "Resetting switch matrix and signal generator." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[147]: ds.set_ampl(0) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[148]: time.sleep(1) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[149]: matrix.reset('ALL') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[150]: time.sleep(1) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[151]: scope.force_trig() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[153]: return True Trace collected at: 2010-11-16 13:14:18.140000 ---------------------------------------------------------------------- ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[24]: if(fbox): ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[25]: print >> log, "User specified fbox = %s" % (fbox) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[28]: if(connector): ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[29]: print >> log, "User specified connector J%d. This will test channels %s" % (connector, str(channel_map[connector])) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[35]: freqs = [1, 2, 5, 10, 20, 50, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[42]: results = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[47]: matrix_map = {'vsphere1': 22, ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[73]: ds.set_ampl(2.5, vpp=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[76]: scope_config_num = 8 ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[77]: print >> log, "Recalling scope saved config %d" % (scope_config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[78]: scope.gpib_cmd('recall:setup %d' % (scope_config_num)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[81]: print >> log, "Scope measurement parameters:" ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[82]: meas_str = scope.gpib_cmd('measurement:MEAS1?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[83]: print >> log, "MEAS1: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[84]: meas_str = scope.gpib_cmd('measurement:MEAS2?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[85]: print >> log, "MEAS2: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[86]: meas_str = scope.gpib_cmd('measurement:MEAS3?').strip() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[87]: print >> log, "MEAS3: %s" % (meas_str) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[89]: chan_num = channel_map[connector][0] # Only need to do one pass ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[93]: results[chan_name] = {} ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[94]: full_chan_name = '%s%d' % (chan_name, chan_num) # e.g. 'usher4' ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[96]: matrix_config(matrix_map[full_chan_name]) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[486]: matrix.reset(factory=True) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[488]: print >> log, "Invoking switch matrix configuration %d" % (config_num) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[492]: config_map = {0: [], ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[525]: try: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[526]: switches = config_map[config_num] ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[531]: print >> log, "Closing matrix switch %d" % (switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[532]: matrix.close(switch) ../../GSEOS_scripts/BEB/science_calibration\beb_scical.py[530]: for switch in switches: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[97]: time.sleep(2) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[101]: ds.set_freq(freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[102]: secdiv = 1.0/freq ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[104]: print >> log, "Measuring %s @ %d Hz" % (full_chan_name, freq) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[113]: scope.gpib_cmd('horizontal:main:scale %s' % (str(secdiv))) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[114]: time.sleep(3+10*secdiv) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[117]: msg = "Properly scale the signal on the scope, then press OK." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[118]: Gseos.MessageBox(msg) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[125]: s = scope.gpib_cmd('ch2?') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[126]: volts_per_div = s.split(';')[0] ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[127]: print >> log, "results[%s][%d] = %s volts/div." % (chan_name, freq, volts_per_div) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[128]: results[chan_name][freq] = volts_per_div ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[100]: for freq in freqs: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[92]: for chan_name in ['vsphere', 'usher', 'guard', 'emfisis']: ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[133]: outfilename = os.path.join(settings.full_output_path, '%s_ac_scope_cal.txt' % (settings.relative_output_path)) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[135]: f = open(outfilename, 'wb') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[136]: now = str(datetime.datetime.now()) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[137]: line = '%s - AC Scope Calibration Data - %s\n\n' % (chan_num, now) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[138]: f.write(line) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[140]: s = pprint.pformat(results) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[141]: f.write(s) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[142]: print >> log, s ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[143]: f.close() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[144]: print >> log, "Wrote %s" % (outfilename) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[146]: print >> log, "Resetting switch matrix and signal generator." ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[147]: ds.set_ampl(0) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[148]: time.sleep(1) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[149]: matrix.reset('ALL') ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[150]: time.sleep(1) ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[151]: scope.force_trig() ../../GSEOS_scripts/BEB/science_calibration\beb_scical_ac_scope_cal.py[153]: return True