diff options
author | Lars Amsel <lars.amsel@ni.com> | 2022-06-16 16:26:07 +0200 |
---|---|---|
committer | skooNI <60897865+skooNI@users.noreply.github.com> | 2022-07-20 15:57:20 -0500 |
commit | 35352b4b9eeae6ad8d1d764c2c241eef60cc7d0f (patch) | |
tree | 9b65daab1930d010e6b3313ea739c81c54f867a0 | |
parent | d9f9a901f4797e7849d44beea423246d88961cea (diff) | |
download | uhd-35352b4b9eeae6ad8d1d764c2c241eef60cc7d0f.tar.gz uhd-35352b4b9eeae6ad8d1d764c2c241eef60cc7d0f.tar.bz2 uhd-35352b4b9eeae6ad8d1d764c2c241eef60cc7d0f.zip |
doc: Remove ZBX phase sync documentation
The current ZBX documents how to use the phase sync feature.
Because phase sync is not working yet, the documentation should
be removed as well.
-rw-r--r-- | host/docs/zbx.dox | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/host/docs/zbx.dox b/host/docs/zbx.dox index 727a00b7d..0ec7166aa 100644 --- a/host/docs/zbx.dox +++ b/host/docs/zbx.dox @@ -122,22 +122,6 @@ and one for "RX1". These LEDs behave as follows: | Green | Port is receiving | Port is receiving | | Red | Port is transmitting | N/A | -\section zbx_phase_alignment Phase Alignment - -Like the UBX and SBX daughterboards, the ZBX allows to be phase-aligned. This is -done by setting a command time before tuning the individual channels: -~~~{.cpp} -// Assume that `usrp` is a multi_usrp object -// 1) Set a command time in the future, e.g. 500ms from now: -usrp->set_command_time(usrp->get_time_now() + .5); -// 2) Tune to a new frequency on all channels, e.g., 2 GHz: -usrp->set_rx_freq(2e9); // The ALL_CHANS argument is implied here -// 3) Wait until we're past the command time: -std::this_thread::sleep_for(500ms); -// Channel phases are now at a deterministic offset. Repeating this procedure -// will lead to the same offset. -~~~ - \section zbx_pwr_cal Power Calibration The ZBX supports the UHD power API (see also \ref page_power). UHD ships with |