24
|
ni.com
|
NI 5105 Calibration Procedure
9.
Retrieve a waveform using the niScope Fetch (poly) VI. Select the WDT instance of the VI.
Use the default value for the
timestamp Type
parameter.
10. Measure the exact frequency of the peak around 5 MHz using the Extract Single Tone
Information VI with the following inputs.
•
advanced search»approx freq.
: -1
•
advanced search»search
: 5
•
export signals
: 0 (none)
11. Calculate the error in timing as parts per million (ppm) using the following formula:
error = (
a
- 5,000,000) / 5
where
a
is the measured frequency.
Compare the result to the
Published Specifications
column listed in Table 7.
12. End the session using the niScope Close VI.
LabVIEW VI
C/C++ Function Call
Call
niScope_Fetch
Measurement
with the
following parameters:
timeout
:
5.0
vi
: The instrument handle from
niScope_init
channelList
:
"0"
numSamples
:
-1
LabVIEW VI
C/C++ Function Call
Perform an FFT on the array of
data from step 9.
LabVIEW VI
C/C++ Function Call
Call
niScope_close
with the
following parameters:
vi
: The instrument handle from
niScope_init