parser.add_argument('--triggerop',help='Trigger operator; the operator that is used for comparison.',required=False,default="==",choices=['==','<','>','<=','>=','!='],)
parser.add_argument('-C','--compress',help='Compress the traces on the fly using the LZMA algorithm. It creates files with the xz extension.',required=False,action='store_true')
parser.add_argument('--noparamdump',help='Do not dump parameters to file for each trace.',required=False,action='store_true')
parser.add_argument('--statusb',help='Send status information to statUSB RGB USB Led dongle (see ww.fit-iot.com)',required=False,action='store_true')
parser.add_argument('--statusbport',help='The port that the statUSB RGB USB Led dongle is connected to (see ww.fit-iot.com)',required=False,default=DEFAULT_STATUSB_PORT)