pipx40_error_message
Function |
pipx40_error_message (ByVal vi As Long, ByVal status_code As Long, ByVal message As String) As Long | |
ViStatus |
pipx40_error_message (ViSession vi, ViStatus status_code, ViString message); |
Parameter |
I/O |
Description |
vi |
in |
Instrument handle |
status_code |
in |
Instrument driver error code |
message |
out |
Error message |
Return Value
0 = Successful operation. Negative values are error codes and positive values are warnings. To get a description of the error, pass the error code to pipx40_error_message.
Description
This function translates the error return value from a Pipx40 instrument driver function to a user-readable string.