X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=cf6380a88cc105b8e229da1b48cd7242a1f6fb0a;hb=98cc7d05631314ab16a9fac56c187ce0461df6bc;hp=0e0cc9a1c0fc5e021f4b62b679a391f6c8e66795;hpb=2379bc953e17eeae2a96f349a3e802658b7596d9;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index 0e0cc9a1..cf6380a8 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -31,7 +31,7 @@ calibrate = { } # TODO: Adjust aqcuisition parameters here -aquire = { "DAC_Sweep" :"2750.0 + 250.0*int(step/120)", # 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