aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
diff options
context:
space:
mode:
Diffstat (limited to 'host/utils')
-rw-r--r--host/utils/uhd_power_cal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/uhd_power_cal.py b/host/utils/uhd_power_cal.py
index 2add83e8f..b9029cc60 100644
--- a/host/utils/uhd_power_cal.py
+++ b/host/utils/uhd_power_cal.py
@@ -125,7 +125,7 @@ def sanitize_args(usrp, args, default_rate):
print("=== Calibrating for channels:", ", ".join([str(x) for x in channels]))
available_ants = getattr(usrp, 'get_{}_antennas'.format(args.dir))()
if args.antenna == '*':
- invalid_antennas = ('CAL', 'LOCAL')
+ invalid_antennas = ('CAL', 'LOCAL', 'CAL_LOOPBACK', 'TERMINATION')
antennas = [x for x in available_ants if x not in invalid_antennas]
else:
try: