ScopeDriverOperation.QueryInstrumentStatus Property
- Updated2023-09-06
- 1 minute(s) read
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: Booleanif querying is enabled; otherwise, .
Implements
IIviDriverOperationQueryInstrumentStatusRemarks
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.