28
|
ni.com
|
NI 5105 Calibration Procedure
9.
Fetch a waveform from the device and perform a voltage RMS measurement using the
niScope Fetch Measurement Poly VI. Select the Measurement Scalar DBL instance of the
VI. This value is the
Measured RMS Voltage of 50 kHz Sine Wave
, which is used in step 15.
10. Configure the horizontal properties using the niScope Configure Horizontal Timing VI.
11. Configure the calibrator to output the
Input Frequency
listed in Table 8 for the current
iteration.
12. Wait 2,500 ms for the impedance matching and frequency of the calibrator to settle.
13. Initiate a waveform acquisition using the niScope Initiate Acquisition VI.
LabVIEW VI
C/C++ Function Call
Call
niScope_FetchMeasurement
with the following parameters:
timeout
:
1.0
vi
: The instrument handle from
niScope_init
channelList
: The name of the
channel being tested
scalarMeasFunction
:
NISCOPE_VAL_VOLTAGE_RMS
LabVIEW VI
C/C++ Function Call
Call
niScope_Configure
HorizontalTiming
with the
following parameters:
enforceRealtime
:
NISCOPE_VAL_TRUE
numRecords
:
1
vi
: The instrument handle from
niScope_init
minSampleRate
:
60,000,000
refPosition
:
50.0
minNumPts
:
300,000
LabVIEW VI
C/C++ Function Call
Call
niScope_Initiate
Acquisition
with the
following parameter:
vi
: The instrument handle from
niScope_init