Dan Halperin wrote: > Hi, > > Is it possible to use two USRPs on the same machine? I'm having trouble > finding in the USRP constructors (python or C) where you tell it which > board to use if it finds multiple. > Ok, so this question was in fact as stupid as I thought it might be. The
parameter which_board does in fact control which USRP is chosen. The list of USRPs seems to be a stack, at least in Python (most recently connected is number 0). Can anyone confirm or deny this? -Dan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
