NIRfsa Namespace

RfsaDriverOperation.Simulate Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverOperation.Simulate Property

RfsaDriverOperationSimulate Property

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

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

Syntax

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

Property Value

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

Exceptions

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

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