On 18/05/2021 12:04, Margaux Bougeard wrote:
I am using the USRP E312 with UHD 4.0.0.0.
mpm_sw_version : 4.0.0.0-g90ce6062
product: e310_sg3
MPM Version: 3.0
FPGA Version: 6.0

Normally I should have access to MPM but I don't. If I add the lines concerning MPM in the multi_usrp.py file, then I have an error message telling me that 'MultiUSRP' object has no attribute 'get_tree'.

Do I have to perform any manipulation to use MPM?


Margaux,

just a quick reminder that you very rarely have to access MPM in the first place. This considered a very advanced, low-level operation.

I assume that you are trying to do this:

import uhd
U = uhd.usrp.MultiUSRP("type=e3xx")
M = U.get_mpm_client()


...in that case, you're correctly set up, assuming you have a recent UHD version.

--M
_______________________________________________
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com

Reply via email to