ScopeDriverOperation.Simulate Property
- Updated2023-09-06
- 1 minute(s) read
ScopeDriverOperationSimulate Property
Gets whether or not to simulate NI-SCOPE I/O operations.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool Simulate { get; set; }
Public Property Simulate As Boolean Get Set
Property Value
Type: Booleanif NI-SCOPE simulates instrument driver I/O operations; if NI-SCOPE communicates directly with the instrument.
Implements
IIviDriverOperationSimulateRemarks
This property is useful for debugging applications without using hardware. After a session is opened,
you cannot change the simulation state.