RfsgDriverOperation.Simulate Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets whether NI-RFSG simulates I/O operations.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool Simulate { get; set; }
Public Property Simulate As Boolean Get Set
Property Value
Booleanif NI-RFSG simulates instrument driver I/O operations. if NI-RFSG communicates directly with the instrument.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Simulate property was accessed after the associated NIRfsg object was disposed. |