ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverOperation.QueryInstrumentStatus Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDriverOperation.QueryInstrumentStatus Property

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: Boolean
if querying is enabled; otherwise, . The default value is .

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience