collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IIviDriverOperation.QueryInstrumentStatus Property


IIviDriverOperation See Also



If True, the driver queries the instrument status at the end of each method or property that performs I/O to the instrument. If an error is reported, use ErrorQuery to retrieve error messages one at a time from the instrument.

Namespace: Ivi.Driver.Interop

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

Visual Basic

Public Property QueryInstrumentStatus As Boolean

C#

public bool  QueryInstrumentStatus { getset; }

Visual C++

HRESULT get_QueryInstrumentStatus(
 VARIANT_BOOL*  val
);
HRESULT put_QueryInstrumentStatus(
 VARIANT_BOOL  val
);

Property Value

If True, the driver queries the instrument status at the end of each method or property that performs I/O to the instrument. If an error is reported, use ErrorQuery to retrieve error messages one at a time from the instrument.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IIviDriverOperation Interface

Ivi.Driver.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.