diff --git a/script/test/ICT_timing.py b/script/test/ICT_timing.py index b2a6c31..36b6bf4 100644 --- a/script/test/ICT_timing.py +++ b/script/test/ICT_timing.py @@ -6,8 +6,8 @@ run("CPython/wrapper") #t = ChannelDouble("fine delay (ns)", "SINEG01-DICT009-EVR0:UnivDlyModule0-Delay0-SP") #q = ChannelDouble("charge (pC)", "SINEG01-DICT215:B1_CHARGE") #V = ChannelDouble("DC output (V)", "SINEG01-DICT215:B1_VOLTAGE") -t = ChannelDouble("delay (us)", "S10DI01-DICT113-EVR0:Pul0-Delay-SP") -#t = ChannelDouble("fine delay (ns)", "S10DI01-DICT113-EVR0:UnivDlyModule0-Delay0-SP") +#t = ChannelDouble("delay (us)", "S10DI01-DICT113-EVR0:Pul0-Delay-SP") +t = ChannelDouble("fine delay (ns)", "S10DI01-DICT113-EVR0:UnivDlyModule0-Delay0-SP") q = ChannelDouble("charge (pC)", "S10DI01-DICT025:B1_CHARGE") V = ChannelDouble("DC output (V)", "S10DI01-DICT025:B1_VOLTAGE") t.initialize() @@ -16,16 +16,16 @@ V.initialize() t0 = t.read() -start = 1001.340 -stop = 1001.400 -step = 0.001 -nb = 1 -lat = 0.300 -#start = 2.2 -#stop = 12.7 -#step = 0.1 -#nb = 5 -#lat = 0.150 +#start = 1001.340 +#stop = 1001.400 +#step = 0.001 +#nb = 1 +#lat = 0.300 +start = 2.2 +stop = 12.7 +step = 0.1 +nb = 5 +lat = 0.150 try: