Closed AndrewLevin closed 5 years ago
While we are at it, in the interest of standardisation can you change:
parser.add_argument('--card',metavar='card',type=str,help='CTP7 hostname (has no effect if you are running on a hostname that starts with eagle)',default="eagle26")
to
parser.add_argument('-c','--cardName',metavar='card',type=str,help='CTP7 hostname (has no effect if you are running on a hostname that starts with eagle)',default="eagle26")
I missed this earlier; this will help standardize the option parameters to be more "familiar" to the user. I missed this earlier...but since you opened a new PR... :D
The card argument has been changed.
@bdorney recommended a lower limit of 250 microseconds in this mattermost post: https://mattermost.web.cern.ch/cms-gem-daq/pl/japgeibh6fdub8j78f9dfmj85c
Description
Types of changes
Motivation and Context
This change was requested in https://github.com/AndrewLevin/sw_utils/pull/1#pullrequestreview-173962680
How Has This Been Tested?
Yes, the terminal output from running
is
Screenshots (if appropriate):
Checklist: