NI 5402/5406 Calibration Procedure
60
ni.com
12. Set the waveform to user-defined by calling the niFgen Property Node
and selecting
Standard Function Output»Waveform
.
13. 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
:
"0"
attributeID
:
NIFGEN_
ATTR_FUNC_WAVEFORM
value
:
NIFGEN_VAL_
WVFM_USER
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Commit
using the following
parameter:
vi
: The session handle
returned from
niFgen_InitExtCal
.