I was wondering if it's possible to check via software API whether the PPS
reference input is connected. Something along the lines of the API that
checks whether the 10 MHz reference input is connected (see red part of the
snippet below).

Thanks,
Dario

rfBoardPtr->set_clock_source( "external" );
//more code, and give the board time to lock to the reference input
assert( rfBoardPtr->get_mboard_sensor( "ref_locked" ).to_bool( ) );
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to