Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
add parameter to specify a Xena module number
Browse files Browse the repository at this point in the history
  • Loading branch information
grdumas committed Aug 10, 2020
1 parent 939b0c0 commit 799801c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions binary-search.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ def process_options ():
help='Argument for use with Xena; specifies the IP address of the Xena chassis to connect to',
type=str
)
parser.add_argument('--xena_module',
dest='xena_module',
help='Argument for use with Xena; specifies the chassis module to use',
type=int
)

t_global.args = parser.parse_args();
if t_global.args.frame_size == "IMIX":
Expand Down

0 comments on commit 799801c

Please sign in to comment.