From 1a19bc653ee499545addb2a8718d12069bfd6fcd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 1 Apr 2020 16:44:08 -0700 Subject: cal: Add pwr_cal container This is a cal container for all types of power cal (RX or TX) that rely on a single, overall gain value. Includes Python API. --- host/python/uhd/usrp/cal/libtypes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'host/python') diff --git a/host/python/uhd/usrp/cal/libtypes.py b/host/python/uhd/usrp/cal/libtypes.py index b75165965..1eb9ff360 100644 --- a/host/python/uhd/usrp/cal/libtypes.py +++ b/host/python/uhd/usrp/cal/libtypes.py @@ -17,5 +17,6 @@ from ... import libpyuhd as lib database = lib.cal.database Source = lib.cal.source IQCal = lib.cal.iq_cal +PwrCal = lib.cal.pwr_cal InterpMode = lib.cal.interp_mode # pylint: enable=invalid-name -- cgit v1.2.3