Hello, Trying to save more than 2 sec trace with X300 at Fsamp = 100MHz, I encounter some block length limit of 0x0fffffff = 268.4 MSamps, which means only 2.6 sec of time. A bit surprised to see this in 64-bit environment... The assertion is in module rx_vita_core_3000.cpp:
UHD_ASSERT_THROW(stream_cmd.num_samps <= 0x0fffffff); Is this some physical limit, or it can be patched to a larger value? It's kind of inconvenient to solve this through continuous streaming when you need a trace of a certain length... Vladimir
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com