NIRfsg Namespace

Table of Contents

RfsgDriverOperation.Simulate Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverOperation.Simulate Property

RfsgDriverOperationSimulate Property

Gets whether NI-RFSG simulates I/O operations.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

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

Property Value

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

Log in to get a better experience