NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

Timing.OnDemandAOIsSimultaneous Property

  • Updated2023-02-21
  • 1 minute(s) read
Timing.OnDemandAOIsSimultaneous 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

Log in to get a better experience