NI-DAQmx .NET Framework 4.0 API Reference

DILogicFamily Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
DILogicFamily Enumeration
Specifies the logic family to use for acquisition. A logic family corresponds to voltage thresholds that are compatible with a group of voltage standards. Refer to the device documentation for information on the logic high and logic low voltages for these logic families.

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

Syntax

public enum DILogicFamily
Public Enumeration DILogicFamily

Members

  Member nameValueDescription
TwoPointFiveVolts14620Compatible with 2.5 V CMOS signals.
ThreePointThreeVolts14621Compatible with LVTTL signals.
FiveVolts14619Compatible with TTL and 5 V CMOS signals.

Remarks

Specifies the logic family to use for acquisition. A logic family corresponds to voltage thresholds that are compatible with a group of voltage standards. Refer to the device documentation for information on the logic high and logic low voltages for these logic families. Use this enumeration to get or set the value of LogicFamily.

See Also

Log in to get a better experience