NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverOperation.QueryInstrumentStatus Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverOperation.QueryInstrumentStatus Property

DigitalDriverOperationQueryInstrumentStatus Property

Gets or sets a value indicating whether the NI-Digital Pattern driver software queries the instrument status after each operation.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

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

Property Value

Type: Boolean
, if the instrument driver software queries the instrument status after each operation; otherwise, . The default value is .

Implements

IIviDriverOperationQueryInstrumentStatus

Remarks

The NI-Digital Pattern Driver software can ignore status checking for particular properties, regardless of the setting of this property. This value is determined by the option string used to initialize the NIDigital session with the instrument.

See Also

Log in to get a better experience