NI-SCOPE .NET Class Library Help

Table of Contents

ScopeDriverOperation.Simulate Property

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

ScopeDriverOperationSimulate Property

Gets whether or not to simulate NI-SCOPE I/O operations.

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

Syntax

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

Property Value

Type: Boolean
if NI-SCOPE simulates instrument driver I/O operations; if NI-SCOPE communicates directly with the instrument.

Implements

IIviDriverOperationSimulate

Remarks

This property is useful for debugging applications without using hardware. After a session is opened, you cannot change the simulation state.

See Also

Log in to get a better experience