NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DOOutputDriveType Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
DOOutputDriveType Enumeration
Specifies the drive type for digital output channels.

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

Syntax

public enum DOOutputDriveType
Public Enumeration DOOutputDriveType

Members

  Member nameValueDescription
ActiveDrive12573Drive the output pin to approximately 0 V for logic low and +3.3 V or +5 V, depending on the device, for logic high.
OpenCollector12574Drive the output pin to 0 V for logic low. For logic high, the output driver assumes a high-impedance state and does not drive a voltage.

Remarks

Specifies the drive type for digital output channels. Use this enumeration to get or set the value of OutputDriveType.

See Also

Log in to get a better experience