NI 5622 Calibration Procedure
4
ni.com
Documentation Requirements
You may find the following documentation helpful as you write your
calibration procedure:
•
NI High-Speed Digitizers Getting Started Guide
•
NI High-Speed Digitizers Help
–
NI-SCOPE LabVIEW Reference Help (NI-SCOPE VIs
and
NI-SCOPE Properties)
–
NI-SCOPE Function Reference Help
•
NI PXIe-5622 Specifications
These documents are installed with NI-SCOPE. You can also download
the latest versions from
ni.com/manuals
.
Table 2.
Calibration File Locations after Installing NI-SCOPE
File Name and Location
Description
IVI\Bin\niscope_32.dll
NI-SCOPE driver containing the entire
NI-SCOPE API, including calibration functions
IVI\Lib\msc\niscope.lib
NI-SCOPE library for Microsoft C containing
the entire NI-SCOPE API, including calibration
functions
<LabVIEW>\examples\instr\niScope
Directory of LabVIEW NI-SCOPE example
VIs, including self-calibration.
<LabVIEW>\instr.lib\niScope\
Calibrate\niScopeCal.llb
LabVIEW VI library containing VIs for calling
the NI-SCOPE calibration API.
IVI\Drivers\niScope\niScopeCal.fp
CVI function panel file that includes external
calibration function prototypes and information
about using NI-SCOPE in the CVI environment.
IVI\Include\niScopeCal.h
Calibration header file, which you must include
in any C program accessing calibration
functions. This file automatically includes
niScope.h
, which defines the rest of the
NI-SCOPE interface.
IVI\Drivers\niScope\Examples
Directory of NI-SCOPE examples for CVI, C,
Visual C++, and Visual Basic.