X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=711a061e154e6a2923deee6a1b8c6474854eed64;hb=18a4dc8612422e8b11a559f479e10c89619008bf;hp=e0a6909dfbbf0840e6e0f19e00483f83bc716873;hpb=b1d150598c720d84d89dfd27b496847529f10c8a;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index e0a6909d..711a061e 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -31,7 +31,7 @@ calibrate = { } # TODO: Adjust aqcuisition parameters here -aquire = { "DAC_Sweep" : "0.0 + 100.0*int(step/60)", # DAC Sweep value (t is in STEPS, not seconds!) +aquire = { "DAC_Sweep" : "0.0 + 100.0*int(step/120)", # DAC Sweep value (t is in STEPS, not seconds!) "ADC_Averages" : 200, "ADC_Vi" : 5, # ADC channel to read back Vi (set by DAC) through "ADC_Is" : 4, # ADC channel to read back Is through @@ -156,7 +156,7 @@ def main(): sweep = 1 while True: os.system("mkdir -p " + getDate()) - record_data([4, 5], getDate()+"/"+str(getTime())+".dat", None, 2000) + record_data([4], getDate()+"/"+str(getTime())+".dat", None, 4000) sweep += 1