NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Timing.OnDemandAOIsSimultaneous Property

Timing.OnDemandAOIsSimultaneous Property

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: Boolean
Specifies whether to update all channels in the task simultaneously, rather than updating channels independently when you write a sample to that channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?