...
This first verb has several options:
Info |
---|
Use flag -i or --ipaddress Radar IP Address, default is “192.168.0.1”. Use flag -p or --port Radar Port, default is “6317”. Use flag --version Shows version information. Use flag -? or -h or --help Shows help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 setgainoffset -g 1 -o -0.345 |
Info |
---|
Options: Use Flag -g , or --gain <gain>Gain, the default is “1”. Use Flag -o , or --offset <offset> Offset, the default is “-0.345”. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 setthreshold -t 1 |
Info |
---|
Options: Use Flag -t , or --threshold <threshold>Threshold, the default is “0”. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 setbinoperation -b 11 -m 52 |
Info |
---|
Options: Use Flag -b , or --bins <bins> Bins to operate on, the default is “10”. Use Flag -m , or --minbin <minbin> Minimum bin to operate on, the default is “50”. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 defaultconfig -f Configuration.json |
Info |
---|
Options: Use Flag -f , or --file <filename> to specific the file configuration file to be created. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 uploadconfig -f Configuration.json |
Info |
---|
Options: Use Flag -f , or --file <filename> to specific specifiy the file configuration file to be uploaded. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 downloadconfig -f Configuration.json |
Info |
---|
Options: Use Flag -f , or --file <filename> to specify the file configuration file to be downloaded into. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 setnavsettings -b 11 -m 49 -t 1 -p 12 |
Info |
---|
Options: Use Flag -b , or --bins <bins> Bins to operate on, the default is “10”. Use Flag -m , or --minbin <minbin> Minimum bin to operate on, the default is “50”. Use Flag -t , or --threshold <threshold>Threshold, the default is “0”. Use Flag -p , or --maxpeaks <maxpeaks> Maximum peaks to find, the default is “10”. Use Flag -? , or -h , or --help Show help and usage information. |
...
Code Block |
---|
RadarNavigationUtilities.exe radar -i 192.168.0.1 setbuffermode -m Average -l 11 |
Info |
---|
Options: Use Flag -m , or --mode <Average|Max|Off>Buffer Mode, (Off, Average or Max), default is “Off”. Use Flag -l , or --length <length> Buffer Length, default is “10”. Use Flag -?, or -h , or --help Show help and usage information. |
...