NI-DAQmx .NET Framework 4.5 API Reference

DigitalPowerUpState Enumeration

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
DigitalPowerUpState Enumeration
Specifies the power up state to set for the physical channel.

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

Syntax

public enum DigitalPowerUpState
Public Enumeration DigitalPowerUpState

Members

  Member nameValueDescription
High10192High logic.
Low10214Low logic.
Tristate10310High-impedance state. You can set this power up state only on devices with bidirectional ports, and you can set it only on entire ports. You cannot set this power up state on dedicated digital output lines.

See Also