EasyManua.ls Logo

National Instruments PXI - Timing Accuracy Verification; Initialize Session and Configure Channels

National Instruments PXI
43 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
24 | ni.com | NI 5114 Calibration Procedure
Timing Accuracy
Complete the following steps to verify the timing accuracy for the NI 5114.
1. Open a session and obtain a session handle using the niScope Initialize VI.
2. Configure the input impedance and the maximum input frequency using the
niScope Configure Chan Characteristics VI.
3. Configure the common vertical properties using the niScope Configure Vertical VI.
LabVIEW VI C/C++ Function Call
Call niScope_init with the
following parameters:
resourceName: The device name
assigned by MAX
idQuery:
VI_FALSE
resetDevice: VI_TRUE
LabVIEW VI C/C++ Function Call
Call niScope_ConfigureChan
Characteristics
with the
following parameters:
channelList: "0"
inputImpedance:
NISCOPE_VAL_50_OHM
maxInputFrequency:
20,000,000
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: 2.0
offset: 0.0
enabled: NISCOPE_VAL_TRUE

Related product manuals