VTI Instruments Corp.
142
EX1629 Command Set
vtex1629_get_confidence_reporting_mode
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_get_confidence_reporting_mode (ViSession
vi
, ViPInt32
mode
);
F
UNCTION
P
ARAMETERS
vi
= contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
mode
= the returned mode value. Valid input values: 0 through 2.
D
ATA
I
TEM
R
ESET
V
ALUE
Not applicable to this function.
D
ESCRIPTION
This function queries and retrieves the mode used for confidence limit checking. Valid return values for the
mode
parameter are as follows:
Decimal
Value
Hex
Value
#define Symbol
mode Description
0
0x00
VTEX1629_CONF_LIMIT_DISABLE_REPORT
Reporting disabled
1
0x01
VTEX1629_CONF_LIMIT_SUMMARY_REPORT_ONLY
Summary report mode selected
2
0x02
VTEX1629_CONF_LIMIT_DETAILED_REPORT
Detailed report mode selected
If set to VTEX1629_CONF_LIMIT_DISABLE_REPORT, the EX1629 will not collect confidence limit checking
data. If set to VTEX1629_CONF_LIMIT_SUMMARY_REPORT_ONLY, an array will be created which indicates
the channels that exceeded their limits. VTEX1629_CONF_LIMIT_DETAILED_REPORT, by contrast, provides an
array that indicates if the minimum or maximum limit of a channel has been exceeded.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 reportingMode;
…
status = vtex1629_get_confidence_reporting_mode(instrumentHandle, &reportingMode);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...