NI-DAQmx .NET Framework 4.5 API Reference

DigitalPullUpPullDownResistorState Enumeration

  • 更新时间2023-02-21
  • 阅读时长1分钟
DigitalPullUpPullDownResistorState Enumeration
Specifies the pull up pull down level for each physical channel.

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

Syntax

public enum DigitalPullUpPullDownResistorState
Public Enumeration DigitalPullUpPullDownResistorState

Members

  Member nameValueDescription
PullUp15950Pull up state for pull up pull down resistors.
PullDown15951Pull down state for pull up pull down resistors.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also