X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=7553ab4dddc81319768f780a5031fb3491e05a12;hp=a639ab12ed7831fd2f1a77dfa207e6c297ac6561;hb=719c502e645607bc071ffbf41a455db899bef8a7;hpb=6a915a8e7641ba8efb0b9c72661cf62230decad2 diff --git a/research/TCS/interface.py b/research/TCS/interface.py index a639ab12..7553ab4d 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -35,8 +35,8 @@ calibrate = { } # TODO: Adjust aqcuisition parameters here -aquire = { "DAC_Sweep" : "0.0 + 10.0*int(step)", # DAC Sweep value (t is in STEPS, not seconds!) - "ADC_Averages" : 200, +aquire = { "DAC_Sweep" : "0.0 + 1.0*int(step)", # DAC Sweep value (t is in STEPS, not seconds!) + "ADC_Averages" : 100, #"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