NI 5122/5124/5142 Calibration Procedure
|
© National Instruments
|
35
4.
Configure the horizontal properties using the niScope Configure Horizontal Timing VI.
5.
Configure an edge trigger using the niScope Configure Trigger (poly) VI. Select the Analog
Edge Ref Trigger instance of the VI.
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
:
0.2
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
:
50
vi
: The instrument handle from
niScope_init
minSampleRate
:
100,000,000
refPosition
:
50.0
minNumPts
:
1,000