NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannel.AOTerminalConfigurations Property

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannel.AOTerminalConfigurations Property
Indicates the list of output terminal configurations supported by the channel.

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

Syntax

public TerminalConfigurationTypes AOTerminalConfigurations { get; }
Public ReadOnly Property AOTerminalConfigurations As TerminalConfigurationTypes
	Get

Property Value

Type: TerminalConfigurationTypes
A TerminalConfigurationTypes that indicates the terminal configurations supported by the channel. The value is a bitwise combination of Differential, None, Nrse, Pseudodifferential, and Rse.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience