NI-DAQmx .NET Framework 4.0 API Reference

DIChannel.LogicFamily Property

  • Updated2023-02-21
  • 1 minute(s) read
DIChannel.LogicFamily Property
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 DILogicFamily LogicFamily { get; set; }
Public Property LogicFamily As DILogicFamily
	Get
	Set

Property Value

Type: DILogicFamily
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.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience