Agilent Technologies E1437A User Manual page 72

20 msample/second adc with filters and fifo
Table of Contents

Advertisement

hpe1437_error_message
Returns error information obtained from function calls.
VXIplug&play Syntax
#include "hpe1437.h"
ViStatus hpe1437_error_message(ViSession id, ViStatus errNum, ViPString
errMessage);
Description
hpe1437_error_message takes an error return value generated by a function and
translates it to a readable string. This function includes host errors as well as firmware
errors.
Parameters
id is the VXI instrument session pointer returned by the hpe1437_init function.
errNum represents the instrument numeric error code.
errMessage represents the error message string up to 80 characters long.
NOTE
If you are using this function in Visual Basic you should allocate memory for the
return string. For example:
Effect on Active
This command does not abort any measurement in progress.
Measurement
See Also
hpe1437_init, hpe1437_error_query
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
DIM VarName as String *80
VXI plug&play Programming Reference
PAGE 26
E1437A User's Guide
4-25

Advertisement

Table of Contents
loading

Table of Contents