©
National Instruments Corporation
53
NI 5402/5406 Calibration Procedure
32. Set the calibration ADC input by calling the niFgen Property Node and
selecting
Calibration»Cal ADC Input
.
33. Commit the attribute values to the device by calling the niFgen
Commit VI.
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Set
AttributeViInt32
using the following
parameters:
vi
: The session handle
returned from
niFgen_InitExtCal
.
channelName
:
""
(empty string)
attributeID
:
NIFGEN_
ATTR_CAL_ADC_INPUT
value
:
NIFGEN_VAL_GROUND
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Commit
using the following
parameter:
vi
: The session handle
returned from
niFgen_InitExtCal
.