DAQmxTerminalConfig

Description

Signal transmission method

Possible methods of transmitting signal over wires. Please refer to manufacturer manual for details. Helpful article can be found here http://www.ni.com/white-paper/3344/en/.

Values of this enumeration:

  • Default
  • RSE - Referenced Single-Ended
  • NRSE - Non-Referenced Single-Ended
  • Differential
  • Pseudodifferential

namespace DAQmxTerminalConfig
{
	enum Type
	{
		Default,
		RSE,
		NRSE,
		Differential,
		Pseudodifferential
	};
}