Add channel argument to lf_modify_radio.py;

Miscellaneous fixes
This commit is contained in:
erinnerim
2022-06-07 11:43:50 -07:00
committed by shivam
parent e49e92a28c
commit b149935922
2 changed files with 1 additions and 81 deletions

View File

@@ -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