X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=be7489e778b24de30c9ca75786f2e8dad7fbd35e;hb=0b1af6b42f8454282e46adc6f61fe30f71ff6f2b;hp=a65cf141ee58d344fbc488ebd20cb59be427fe28;hpb=bfde3bd4d383213d95f2a4d068148e57b110e623;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index a65cf141..be7489e7 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.0 + 100.0*int(step/60)", # DAC Sweep value (t is in STEPS, not seconds!) +aquire = { "DAC_Sweep" : "0.0 + 50.0*int(step/60)", # 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