DAQmxShuntResistorLoc

Description

Selects where shunting resistor is located in DAQmx device.

namespace DAQmxShuntResistorLoc
{
	enum Type
	{
		Default,
		Internal,
		External
	};
}