Automatic commit. Wed Sep 19 12:00:12 WST 2012
[matches/honours.git] / research / TCS / interface.py
index 5e8430e..cfff9d3 100755 (executable)
@@ -373,6 +373,8 @@ def record_data(ADC_channels, output, pollTime = None, dac_max = None):
        
                #gnuplot("set yrange [0:1023]")
                #gnuplot("set xrange [0:4000]")
+               gnuplot("set xlabel \"DAC (counts)\"")
+               gnuplot("set ylabel \"Sample Current (ADC counts)\"")
                gnuplot.plot(Gnuplot.Data(data, title="t = "+str(measure_time), with_="lp", using="2:3"))
        for out in output:              
                if out != sys.stdout:

UCC git Repository :: git.ucc.asn.au