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 { get; set; }
|
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.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverOperation Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|