collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviDriverUtility.ErrorQuery Method


IIviDriverUtility See Also



Queries the instrument and returns instrument specific error information. This function can be used when QueryInstrumentStatus is True to retrieve error details when the driver detects an instrument error.

Namespace: Ivi.Driver.Interop

Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)

Visual Basic

Public Sub ErrorQuery ( _
 ByRef  ErrorCode As Integer  _
 ByRef  ErrorMessage As String  _
)

C#

public void  ErrorQuery(
 ref int  ErrorCode,
 ref string  ErrorMessage
)

Visual C++

HRESULT ErrorQuery(
 long*  ErrorCode,
 BSTR*  ErrorMessage
);

Parameters

ErrorCode

Instrument error code

ErrorMessage

Instrument error message

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviDriverUtility Interface

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.