©
National Instruments Corporation
31
NI 5622 Calibration Procedure
4.
Configure the common vertical properties using the niScope Configure
Vertical VI.
5.
Configure the horizontal properties using the niScope Configure
Horizontal Timing VI.
6.
Commit all the parameter settings to hardware using the niScope
Commit VI.
7.
Configure the signal generator to generate a 11 MHz, 1.0 V
pk-pk
sine
wave.
8.
Wait the amount of time the manufacturer recommends for the output
to settle.
LabVIEW VI
C/C++ Function Call
Call
niScope_ConfigureVertical
with
the following parameters:
vi
: The instrument handle from
niScope_init
channelList
:
“0”
range
:
1.0
offset
:
0.0
coupling
:
NISCOPE_VAL_AC
probeAttenuation
:
1.0
enabled
:
NISCOPE_VAL_TRUE
LabVIEW VI
C/C++ Function Call
Call
niScope_ConfigureHorizontal
Timing
with the following parameters:
vi
: The instrument handle from
niScope_init
enforceRealtime
:
NISCOPE_VAL_TRUE
numRecords
:
1
minSampleRate
:
150,000,000
refPosition
:
0
minNumPts
:
524,288
LabVIEW VI
C/C++ Function Call
Call
niScope_Commit
with the
following parameter:
vi
: The instrument handle from
niScope_init