RfsgDriverOperation.QueryInstrumentStatus Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets whether NI-RFSG queries the device status after each operation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool QueryInstrumentStatus { get; set; }
Public Property QueryInstrumentStatus As Boolean Get Set
Property Value
Booleanif querying is enabled; otherwise, . The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The QueryInstrumentStatus property was accessed after the associated NIRfsg object was disposed. |
Remarks
Querying the device status is useful for debugging.
After you validate your program, set this property to 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.