[USRP-users] Re: Not all UHD logs showing after adjusting log level

2023-10-11 Thread Marcus D. Leech
On 11/10/2023 18:43, jmalo...@umass.edu wrote: Hello, I am currently trying to change the UHD logging settings, however, it seems that when I adjust my environment variables, the new environment variable does not propagate to all logs, specifically, it seems it does not change the log level

[USRP-users] Not all UHD logs showing after adjusting log level

2023-10-11 Thread jmaloyan
Hello, I am currently trying to change the UHD logging settings, however, it seems that when I adjust my environment variables, the new environment variable does not propagate to all logs, specifically, it seems it does not change the log level on the MPM side. For example, if I adjust the log

[USRP-users] Hijacking MPM and calling function from MPM

2023-10-11 Thread jmaloyan
Hello, I am currently working on trying to print the calibration coefficients of the RFDC after calibration of the x410. Similar to calling get_cal_coefs from the mpm_shell. My plan is to hijack the MPM shell within my current acquisition script, then execute the get_cal_coefs function. Howeve