Gets or sets whether NI-RFSG queries the device status after each operation.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public Boolean QueryInstrumentStatus { get; set; }

Remarks

true if querying is enabled; otherwise, false. The default value is false.

Querying the device status is useful for debugging. After you validate your program, set this property to false to disable status checking and maximize performance.

NI-RFSG can choose to ignore status checking for particular properties, regardless of the setting of this property.

Exceptions

TypeDescription
System.ObjectDisposedException

The QueryInstrumentStatus property was accessed after the associated NIRfsg object was disposed.