![National Instruments PCI-5114 Скачать руководство пользователя страница 21](http://html1.mh-extra.com/html/national-instruments/pci-5114/pci-5114_manual_709064021.webp)
NI 5114 Calibration Procedure
|
© National Instruments
|
21
10. Fetch a waveform from the device and perform a voltage average measurement using the
niScope Fetch Measurement (poly) VI. Select the Measurement Scalar DBL instance of the
VI. This value is the
Measured Positive Voltage
11. Configure the common vertical properties using the niScope Configure Vertical VI.
12. Commit all the parameter settings to hardware using the niScope Commit VI.
LabVIEW VI
C/C++ Function Call
Call
niScope_FetchMeasurem
ent
with the following
parameters:
timeout
:
1.0
vi
: The instrument handle from
niScope_init
channelList
:
"0"
scalarMeasFunction
:
NISCOPE_VAL_VOLTAGE
_AVERAGE
LabVIEW VI
C/C++ Function Call
Call
niScope_ConfigureVertic
al
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 7 for the current iteration
offset
: The
Negative Offset
setting in Table 7 for the current
iteration
enabled
:
NISCOPE_VAL_TRUE
LabVIEW VI
C/C++ Function Call
Call
niScope_Commit
with the
following parameter:
vi
: The instrument handle from
niScope_init