RfsgDriverOperation.Simulate Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverOperationSimulate Property
Gets whether NI-RFSG simulates I/O operations.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool Simulate { get; set; }
Public Property Simulate As Boolean Get Set
Property Value
Type: 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. |