SynViewLineSource

Description

Selects which internal signal will drive output signal.

namespace SynViewLineSource
{
	enum Type
	{
		Off,
		ExposureActive,
		Timer1Active,
		Timer2Active,
		Timer3Active,
		Timer4Active,
		UserOutput1,
		UserOutput2,
		UserOutput3,
		UserOutput4,
		UserOutput5,
		UserOutput6,
		UserOutput7,
		UserOutput8
	};
}