Code snippet in previous post got scrambled by Gmail. Should have read:
```
while num_rx_samps < target_num_samples:
try:
samps = rx_streamer.recv(recv_buffer, metadata)
print(metadata.error_code)
if samps:
etc
```
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
