#include <microtune_xxxx.h>
Inheritance diagram for microtune_xxxx:
Public Member Functions | |
microtune_xxxx () | |
virtual | ~microtune_xxxx () |
virtual bool | set_RF_freq (double freq, double *actual_freq)=0 |
select RF frequency to be tuned to output frequency. freq is the requested frequency in Hz, actual_freq is set to the actual frequency tuned. It takes about 100 ms for the PLL to settle. | |
double | set_RF_freq (double freq) |
virtual bool | pll_locked_p ()=0 |
virtual double | get_output_freq ()=0 |
|
|
|
|
|
Implemented in microtune_4702, and microtune_4937. |
|
Implemented in microtune_4702, and microtune_4937. |
|
|
|
select RF frequency to be tuned to output frequency.
Implemented in microtune_4702, and microtune_4937. |