NI-SCOPE .NET Class Library Help

Table of Contents

ScopeDriverOperation.QueryInstrumentStatus Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverOperation.QueryInstrumentStatus Property

ScopeDriverOperationQueryInstrumentStatus Property

Gets or sets whether NI-SCOPE queries the instrument status after each operation. NI-SCOPE can choose to ignore status checking for particular properties, regardless of the setting of this property.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public bool QueryInstrumentStatus { get; set; }
Public Property QueryInstrumentStatus As Boolean
	Get
	Set

Property Value

Type: Boolean
if querying is enabled; otherwise, .

Implements

IIviDriverOperationQueryInstrumentStatus

Remarks

NI-SCOPE can choose to ignore status checking for particular properties, regardless of the setting of this property.

Querying the instrument status is useful for debugging. After you validate your program, you can set this property to to disable status checking and maximize performance.

See Also

Log in to get a better experience