Utilization of the pll pair – Dataman 530 Series User Manual

Page 7

Advertising
background image


Development kit for DATAMAN 530

Programmer’s Guide


short data[8192];
for (int i = 0; i < 8192; i++)

data[i] = i / 2

SetWaveform(&data[0], 8192, ONOFF_OFF);
SetFrequency(10000);

2.4. Utilization of the PLL pair

The DATAMAN 531 generator contains two PLLs which determine the output

frequency. Only one is active at a time. In case the software requires a step change of
the frequency, the PLL tuning can take 500ms in worst case. However, it is possible
to preset the second PLL to the new frequency. When the second PLL is preset to the
new frequency a change of the frequency doesn’t require PLL tuning. Use
PrepareFrequency to preset the second PLL. It is not necessary to preset the second
PLL if the step frequency change doesn’t occur or the longer settle time is tolerated
for the application.

- 7 -

Advertising