Skip to content

Commit

Permalink
debug daq-zmq-client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DAQ committed Apr 18, 2018
1 parent 05bd8d4 commit c6e7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daq-zmq-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_comma_separated_args(option, opt, value, parser):
parser.add_option("-a", "--externalChargeInjection", dest="externalChargeInjection",action="store_true",
help="set to use external injection",default=False)
choices_m=["standard","sweep","fixed","const_inj","instrumental_trigger","external_trigger"]
parser.add_option("-e", "--acquisitionType", dest="acquisitionType",choices=choices_m,
parser.add_option("-b", "--acquisitionType", dest="acquisitionType",choices=choices_m,
help="acquisition method, valid choices are:\t%s"%(choices_m), default="standard")
parser.add_option('-c', '--channelIds', dest="channelIds",action="callback",type=str,
help="channel Ids for charge injection", callback=get_comma_separated_args, default=[])
Expand Down

0 comments on commit c6e7706

Please sign in to comment.