RfsaDriverOperation.QueryInstrumentStatus Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public bool QueryInstrumentStatus { get; set; }
Public Property QueryInstrumentStatus As Boolean Get Set
Property Value
Booleanif querying is enabled; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The QueryInstrumentStatus property was accessed after the associated NIRfsa object was disposed. |
Remarks
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 to disable status checking and maximize performance.