Hi Rob,

Thanks for your answer.

I’m not 100% sure but what I think is that the get_int_property function in 
python/gnuradio calls the peek function in c++/UHD as I have to write that on 
my block controller:

\
`register_property(&_test_reg, 
`[`this`](https://lists.ettus.com/empathy/thread/63G6RSRBYHD666IP2PG6OOFSZC47ZQX6)`
 {            `\
`int test_reg = this->regs().peek32(REG_TEST_ADDR);`\
`this->_test_reg.set(test_reg);        })`

But as you said, probably do it through the get_int_property does not update 
the value.

I will try the workaround you suggest and see.

Kind regards,

Maria
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to