Gets whether NI-RFSG simulates I/O operations.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public Boolean Simulate { get; set; }

Remarks

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

Exceptions

TypeDescription
System.ObjectDisposedException

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