NI-DAQmx .NET Framework 4.5 API Reference

LogicFamily Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
LogicFamily Enumeration
Specifies the logic family to use for generation and acquisition.

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

Syntax

public enum LogicFamily
Public Enumeration LogicFamily

Members

  Member nameValueDescription
TwoPointFiveVolts14620Compatible with CMOS signals.
ThreePointThreeVolts14621Compatible with LVTTL and LVCMOS signals.
FiveVolts14619Compatible with TTL and CMOS signals.

Remarks

A logic family corresponds to voltage thresholds that are compatible with a group of voltage standards. Refer to device documentation for information on the logic high and logic low voltages for these logic families.

See Also

Log in to get a better experience