NI-DAQ™mx C Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQ™mx C ReferenceDigital Input >> Digital Filter >> Enable Bus ModeCurrent page
Table of Contents

Digital Input >> Digital Filter >> Enable Bus Mode

Digital Input >> Digital Filter >> Enable Bus Mode

Data Type: bool32
Description: Specifies whether to enable bus mode for digital filtering. If you set this property to TRUE, NI-DAQmx treats all lines that use common filtering settings as a bus. If any line in the bus has jitter, all lines in the bus hold state until the entire bus stabilizes, or until 2 times the minimum pulse width elapses. If you set this property to FALSE, NI-DAQmx filters all lines individually. Jitter in one line does not affect other lines.

You can get/set/reset this property using:
  DAQmxGetDIDigFltrEnableBusMode
  DAQmxSetDIDigFltrEnableBusMode
  DAQmxResetDIDigFltrEnableBusMode

Was this information helpful?