Feature #7215
Add the ability to specify TDC pulse delay and gate width parameters in the manageSystemWithVeto.sh script
Start date:
10/24/2014
Due date:
10/31/2014
% Done:
80%
Estimated time:
Description
It would be nice to be able to specify the TDC pulse delay to the V1495 and the TDC gate to the V1190 using a command-line parameter to the manageSystemWithVeto.sh script that looks like the following:
--tdc 44,100
that is,
--tdc <pulse_delay>,<gate_width>
History
#1 Updated by Kurt Biery over 6 years ago
- Due date set to 10/31/2014
- Status changed from New to Assigned
- Assignee set to Kurt Biery
- Target version set to v1_03_01
#2 Updated by Kurt Biery over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 80
I modified manageSystemWithVeto.sh, ds50MasterControl.sh, and manageWH14Test1System.sh to take care of this.
The logic that I used in manageSystemWithVeto.sh was that- <no --tdc argument> gives default values of delay==44 and gate==ADC gate width
- "--tdc 100" gives delay==100 and gate==100
- "--tdc ,100" gives default delay==44 and gate==100
- "--tdc 55," gives delay==55 and default gate==ADC gate width