©
National Instruments Corporation
23
NI 5622 Calibration Procedure
5.
Configure the horizontal properties using the niScope Configure
Horizontal Timing VI.
6.
Configure the bandpass filter using the niScope Property Node.
7.
Commit all the parameter settings to hardware using the niScope
Commit VI.
LabVIEW VI
C/C++ Function Call
Call
niScope_Configure
HorizontalTiming
with the following
parameters:
vi
: The instrument handle from
niScope_init
enforceRealtime
:
NISCOPE_VAL_TRUE
numRecords
:
1
minSampleRate
:
150,000,000
refPosition
:
0.0
minNumPts
:
524,288
LabVIEW VI
C/C++ Function Call
Call
niScope_SetAttributeViBoolean
with
the following parameters:
vi
: The instrument handle from
niScope_init
channelList
:
“0”
attributeId
:
NISCOPE_ATTR_BANDPASS_FILTER_ENABLED
value
: The
Bandpass Filter
value listed in
Table 5 for the current iteration
LabVIEW VI
C/C++ Function Call
Call
niScope_Commit
with the following
parameter:
vi
: The instrument handle from
niScope_init