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

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public bool Simulate { get; set; }

Remarks

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

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

Exceptions

TypeDescription
System.ObjectDisposedException

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