![NI 5421 Скачать руководство пользователя страница 51](http://html1.mh-extra.com/html/ni/5421/5421_calibration-procedure_1685638051.webp)
NI 5421/5441 Calibration Procedure
|
©
National
Instruments
|
51
5.
Call
niFgen_SetAttributeViInt32
to set the offset DAC value (NI-FGEN Offset
DAC Value property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_OFFSET_DAC_VALUE
•
value
:
32767
6.
Call
niFgen_SetAttributeViBoolean
to set the analog filter state (NI-FGEN
Analog Filter Enabled property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_ANALOG_FILTER_ENABLED
•
value
:
VI_FALSE
7.
Call
niFgen_SetAttributeViReal64
to set the preamplifier attenuation (NI-FGEN
Pre-Amplifier Attenuation property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_PRE_AMPLIFIER_ATTENUATION
•
value
:
0
8.
Call
niFgen_SetAttributeViReal64
to set the postamplifier attenuation (NI-FGEN
Post-Amplifier Attenuation property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_POST_AMPLIFIER_ATTENUATION
•
value
:
0
9.
Call
niFgen_SetAttributeViReal64
to set the output impedance (NI-FGEN Output
Impedance property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_OUTPUT_IMPEDANCE
•
value
:
50
10. Call
niFgen_SetAttributeViBoolean
to enable the analog output (NI-FGEN Output
Enabled property) using the following parameters:
•
vi
: The session handle returned from
niFgen_InitExtCal
•
channelName
:
"0"
•
attributeID
:
NIFGEN_ATTR_OUTPUT_ENABLED
•
value
:
VI_TRUE
11. Call
niFgen_Commit
(niFgen Commit VI) to commit the attribute values to the device
using the following parameter:
•
vi
: The session handle returned from
niFgen_InitExtCal