NI-DAQmx .NET Framework 4.5 API Reference

DOChannel.LogicFamily Property

  • Updated2023-02-21
  • 1 minute(s) read
DOChannel.LogicFamily Property
Specifies the logic family to use for generation. 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.45.49302

Syntax

public DOLogicFamily LogicFamily { get; set; }
Public Property LogicFamily As DOLogicFamily
	Get
	Set

Property Value

Type: DOLogicFamily
Specifies the logic family to use for generation. 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