NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverOperation.Simulate Property

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

DigitalDriverOperationSimulate Property

Gets or sets a value indicating whether to simulate NI-Digital Pattern Driver software I/O operations.

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

Syntax

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

Property Value

Type: Boolean
if the instrument driver software simulates I/O operations; if the instrument driver software does not simulate I/O operations. The default value is . This value is determined by the option string used to initialize the NIDigital session with the instrument.

Implements

IIviDriverOperationSimulate

See Also

Log in to get a better experience