changed some folder

This commit is contained in:
Oleg Petrov 2015-09-30 11:03:32 +00:00
parent cb64b18f68
commit 58f9ee63f6
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: iso-8859-1 -*-
TXEnableDelay = 2e-6
TXEnableDelay = 2e-6 # test
TXEnableValue = 0b0001 # TTL line enabling RF amplifier (bit 0)
TXPulseValue = 0b0010 # TTL line triggering RF pulses (bit 1)
ADCSensitivity = 2 # voltage span for ADC
@ -162,4 +162,4 @@ def ste_experiment(pars, run):
e.set_description('run', run) # current scan
e.set_description('rec_phase', -PH2) # current receiver phase
return e
return e