ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverOperation.Simulate Property

RfsgDriverOperation.Simulate Property

RfsgDriverOperationSimulate Property

Gets whether NI-RFSG simulates I/O operations.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Property Value

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

Exceptions

ExceptionCondition
ObjectDisposedException The Simulate property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?