On 2022-01-18 15:19, Paul Atreides wrote:
not exactly.
so i'm trying to use the python API to run the equivalent of
get_device()->get_tree()->access<bool>("mboards/0/dboards/A/tx_frontends/0/los/lo1/lo_distribution/LO_OUT_0/export").set(true)

in python:
import uhd
import numpy as np
usrp = uhd.usrp.MultiUSRP()
usrp.get_tree().access_bool("mboards/0/dboards/A/tx_frontends/0/los/lo1/lo_distribution/LO_OUT_0/export").set(true)

RuntimeError: LookupError: Path not found in tree: /mboards/0/dboards/A/tx_frontends/0/los/lo1/lo_distribution/LO_OUT_0/export

so my question is "what paths DO exist in the tree?"


That's what the property-tree dump from "uhd_usrp_probe" will tell you.

_______________________________________________
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