NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

LogicFamily Enumeration

LogicFamily Enumeration

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.40.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

Was this information helpful?