X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=research%2FTCS%2Finterface.py;h=a650834f8cbcf409b4ddcd2b2eee822f7aae02e5;hb=358e489033fa6b017db0aaaf36be3785e1494f6a;hp=94d6207b8c5b3d2b47f4f57d9d20a02d53e2598b;hpb=4b6909617432cfa22ac3848f56f144fbb2860d33;p=matches%2Fhonours.git diff --git a/research/TCS/interface.py b/research/TCS/interface.py index 94d6207b..a650834f 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 + 50.0*int(step/5000)", # DAC Sweep value (t is in STEPS, not seconds!) +aquire = { "DAC_Sweep" : "0.0 + 250.0*int(step/1000)", # 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