QueryInstrumentStatus
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether NI-RFSA queries the NI-RFSA device status after each operation. NI-RFSA can choose to ignore status checking for particular properties, regardless of the setting of this property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool QueryInstrumentStatus { get; set; }
Remarks
true if querying is enabled; otherwise, false.
NI-RFSA can choose to ignore status checking for particular properties, regardless of the setting of this property.
Querying the device status is useful for debugging. After you validate your program, you can set this property to false to disable status checking and maximize performance.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The QueryInstrumentStatus property was accessed after the associated NIRfsa object was disposed. |