NI 5114 Calibration Procedure
|
© National Instruments
|
11
3.
Configure the common vertical properties using the niScope Configure Vertical VI.
4.
Configure the horizontal properties using the niScope Configure Horizontal Timing VI.
5.
Commit all the parameter settings to hardware using the niScope Commit VI.
6.
Short-circuit the channel 0 input of the device by connecting the calibrator test head directly
to the device and grounding the output of the calibrator.
LabVIEW VI
C/C++ Function Call
Call
niScope_Configure
Vertical
with the following
parameters:
coupling
:
NISCOPE_VAL_DC
probeAttenuation
:
1.0
vi
: The instrument handle from
niScope_init
channelList
:
"0"
range
: The
Range
value in
Table 4 for the current iteration
offset
:
0.0
enabled
:
NISCOPE_VAL_TRUE
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
:
10,000,000
refPosition
:
50.0
minNumPts
:
100,000
LabVIEW VI
C/C++ Function Call
Call
niScope_Commit
with the
following parameter:
vi
: The instrument handle from
niScope_init