X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=a65cf141ee58d344fbc488ebd20cb59be427fe28;hb=a9a122841ffa021ae6f758f6d97c11b5881edd4f;hp=f2aae229f5725cb3b5a4f21067c853d5486e88a5;hpb=26390cae7a7cf4af40e3485e773eeb909c27ca78;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index f2aae229..a65cf141 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -31,8 +31,8 @@ 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!) - "ADC_Averages" : 50, +aquire = { "DAC_Sweep" : "0",#"0.0 + 100.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 "ADC_Ie" : 4, # ADC channel to read back Ie through