diff options
Diffstat (limited to 'host/python')
-rw-r--r-- | host/python/uhd/usrp/cal/libtypes.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |