User manual

2.3.51 AcqrsD1_errorMessage
Purpose
Translates an error code into a human readable form. The new function Acqrs_errorMessage is to be
preferred.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier can be VI_NULL
errorCode ViStatus Error code (returned by a function) to be translated
Output
Name Type Description
errorMessage ViChar [ ] Pointer to user-allocated string (suggested size 512)
into which the error-message text is returned
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Discussion
There is no Matlab MEX implementation of this function.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_errorMessage(ViSession instrumentID, ViStatus
errorCode, ViChar errorMessage[]);
LabVIEW Representation
See
Acqrs_errorMessage
Visual Basic Representation
errorMessage (ByVal instrumentID As Long, ByVal errorCode As Long, _
ByVal errorMessage As String) As Long
Visual Basic .NET Representation
AcqrsD1_errorMessage (ByVal instrumentID As Int32, _
ByVal errorCode As Int32, _
ByVal errorMessage As String) As Int32
Programmer’s Reference Manual Page 101 of 210