clock_readback


Description

Reads the current input clock frequency.

Syntax

UInt32 clock_readback

Read

Gets the current input clock frequency.

Example

int inputClkFreq;
inputClkFreq = dsm.clock_readback;

Write

Read-Only

Notes

This property is specified as an index number but converting to a real frequency is fairly easy. At 2.0 GHz this property will read "20". At 1.9 GHz, this property will read "19". So to calculate the real frequency in MHz, multiply the index number by 100. To calculate the real frequency in GHz, divide the index number by 10. Below we have listed the index number and the frequencies supported for the DSM303 and DSM303-4.

Index Number Frequency (MHz)
10 1000
11 1100
12 1200
13 1300
14 1400
15 1500
16 1600
17 1700
18 1800
19 1900
20 2000
21 2100
22 2200
23 2300
24 2400
25 2500