NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

CIChannel.FilterDelay Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.FilterDelay Property
Indicates the amount of time between when the input signal transitions and when the filtered sample is read by the host device. This value is in the units specified with FilterDelayUnits.

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

Syntax

public double FilterDelay { get; }
Public ReadOnly Property FilterDelay As Double
	Get

Property Value

Type: Double
Indicates the amount of time between when the input signal transitions and when the filtered sample is read by the host device. This value is in the units specified with FilterDelayUnits.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience