mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-18 19:14:54 +00:00
Add channel argument to lf_modify_radio.py;
Miscellaneous fixes
This commit is contained in:
@@ -78,7 +78,7 @@ def main():
|
||||
# Realm requires a port to be passed in
|
||||
parser.add_argument('-atten_serno', '--atten_serno', help='Serial number for requested Attenuator, or \'all\'', default=2222)
|
||||
parser.add_argument('-atten_idx', '--atten_idx', help='Attenuator index eg. For module 1 = 0,module 2 = 1', default=7)
|
||||
parser.add_argument('-atten_val', '--atten_val', help='Requested attenution in 1/10ths of dB (ddB).', default=550)
|
||||
parser.add_argument('-atten_val', '--atten_val', help='Requested attenuation in 1/10ths of dB (ddB).', default=550)
|
||||
args = parser.parse_args()
|
||||
|
||||
# set up logger
|
||||
|
||||
Reference in New Issue
Block a user