forked from M-Labs/artiq
1
0
Fork 0

lda_controller: show default product type

This commit is contained in:
Sebastien Bourdeauducq 2015-03-23 20:02:36 +01:00
parent bd145bbabc
commit 768fa21488
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def get_argparser():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description="ARTIQ controller for the Lab Brick Digital Attenuator") description="ARTIQ controller for the Lab Brick Digital Attenuator")
parser.add_argument("-P", "--product", default="LDA-102", parser.add_argument("-P", "--product", default="LDA-102",
help="product type (default: %(default)s)",
choices=["LDA-102", "LDA-602"]) choices=["LDA-102", "LDA-602"])
simple_network_args(parser, 3253) simple_network_args(parser, 3253)
parser.add_argument("-d", "--device", default=None, parser.add_argument("-d", "--device", default=None,