Re: measuring RSSI - N210 with RFX2400

With respect to following post:

http://lists.gnu.org/archive/html/discuss-gnuradio/2011-06/msg00066.html

There is an “rssi”
sensor:>>http://www.ettus.com/uhd_docs/manual/html/dboards.html#rfx-series
http://www.ettus.com/uhd_docs/manual/html/dboards.html#rfx-series

from the uhd api:
usrp->get_rx_sensor(“rssi”)

or in python w/ gr-uhd
usrp.get_dboard_sensor(“rssi”)

-josh

I get following eror while using usrp.get_dboard_sensor(“rssi”) with
USRPN210 and RFX2400

return _uhd_swig.uhd_usrp_source_sptr_get_dboard_sensor(self, *args,
**kwargs)
RuntimeError: LookupError: Path not found in tree:
/mboards/0/dboards/A/rx_frontends/0/sensors/rssi

What could be the issue ?

Sam