Timing.OnDemandAOIsSimultaneous Property
- Updated2023-02-21
- 1 minute(s) read
TimingOnDemandAOIsSimultaneous Property
Specifies whether to update all channels in the task simultaneously, rather than updating channels independently when you write a sample to that channel.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public bool OnDemandAOIsSimultaneous { get; set; }
Public Property OnDemandAOIsSimultaneous As Boolean Get Set
Property Value
Type: BooleanSpecifies whether to update all channels in the task simultaneously, rather than updating channels independently when you write a sample to that channel.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |