RfsgDriverOperation.QueryInstrumentStatus Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverOperationQueryInstrumentStatus Property
Gets or sets whether NI-RFSG queries the device status after each operation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool QueryInstrumentStatus { get; set; }
Public Property QueryInstrumentStatus As Boolean Get Set
Property Value
Type: 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.