Trace collected at: 2010-05-10 13:50:57.302000 ---------------------------------------------------------------------- ../../GSEOS_scripts/examples\ex15_sw_matrix.py[17]: gpib_addr = 9 ../../GSEOS_scripts/examples\ex15_sw_matrix.py[18]: ip = '192.168.0.4' ../../GSEOS_scripts/examples\ex15_sw_matrix.py[19]: tcp_port = 1234 ../../GSEOS_scripts/examples\ex15_sw_matrix.py[20]: s = sw_matrix.sw_matrix(gpib_addr, ip, tcp_port) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[28]: print >> log, "Closing channel 213. 213 means slot 200, row 1, column 3." ../../GSEOS_scripts/examples\ex15_sw_matrix.py[29]: s.close(213) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[31]: print >> log, "Closing channels 213,214, and 215." ../../GSEOS_scripts/examples\ex15_sw_matrix.py[32]: s.close([213,214,215]) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[34]: print >> log, "Closing channel 213 and opening all other channels." ../../GSEOS_scripts/examples\ex15_sw_matrix.py[35]: s.close(213, exclusive=True) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[38]: state = s.get_state(213) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[39]: print >> log, "State of channel 213: %s" % (state) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[42]: state = s.get_state([213,214,215]) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[43]: print >> log, "State of channels [213,214,215]: %s" % (state) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[45]: print >> log, "Opening channels 213,214, and 215." ../../GSEOS_scripts/examples\ex15_sw_matrix.py[46]: s.open([213,214,215]) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[49]: state = s.get_state([213,214,215]) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[50]: print >> log, "State of channels [213,214,215]: %s" % (state) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[53]: print >> log, s.dump_state(300) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[61]: s.set_channels(signal=['EF1'], others='gnd') ../../GSEOS_scripts/examples\ex15_sw_matrix.py[65]: s.set_channels(signal=['EF1'], gnd=['MAGU', 'MAGV', 'MAGW'], others='open') ../../GSEOS_scripts/examples\ex15_sw_matrix.py[68]: s.set_channels(open=['SCMU']) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[71]: s.reset(300) ../../GSEOS_scripts/examples\ex15_sw_matrix.py[74]: s.reset('ALL')