Device.IsSimulated Property
- Updated2023-02-21
- 1 minute(s) read
DeviceIsSimulated Property
Indicates if the device is a simulated device.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool IsSimulated { get; }
Public ReadOnly Property IsSimulated As Boolean Get
Property Value
Type: BooleanIndicates if the device is a simulated device.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |