diff options
Diffstat (limited to 'host/python/rfnoc.py')
-rw-r--r-- | host/python/rfnoc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/python/rfnoc.py b/host/python/rfnoc.py index 690b3d841..af8200998 100644 --- a/host/python/rfnoc.py +++ b/host/python/rfnoc.py @@ -12,6 +12,8 @@ from . import libpyuhd as lib BlockID = lib.rfnoc.block_id Edge = lib.rfnoc.edge GraphEdge = lib.rfnoc.graph_edge +Source = lib.rfnoc.source +ResSourceInfo = lib.rfnoc.res_source_info RfnocGraph = lib.rfnoc.rfnoc_graph MBController = lib.rfnoc.mb_controller Timekeeper = lib.rfnoc.timekeeper |