RfsaDriverOperation.Simulate Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
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
Booleanif NI-RFSA simulates instrument driver I/O operations; if NI-RFSA communicates directly with the instrument.
Exceptions
| Exception | Condition |
|---|---|
| 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.