NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

AOChannel.FilterDelayAdjustment Property

  • Updated2023-02-21
  • 1 minute(s) read
AOChannel.FilterDelayAdjustment Property
Specifies an additional amount of time to wait between when the sample is written by the host device and when the sample is output by the DAC. This delay adjustment is in addition to the value indicated by FilterDelay. This delay adjustment is in the units you specify with FilterDelayUnits.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public double FilterDelayAdjustment { get; set; }
Public Property FilterDelayAdjustment As Double
	Get
	Set

Property Value

Type: Double
Specifies an additional amount of time to wait between when the sample is written by the host device and when the sample is output by the DAC. This delay adjustment is in addition to the value indicated by FilterDelay. This delay adjustment is in the units you specify with FilterDelayUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience