Simulate
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Simulate property was accessed after the associated NIRfsg object was disposed. |