ThorlabsTriggerPolarity

Description

Defines trigger polarity for Thorlabs cameras.

Values of this enumeration:

  • ACTIVE_HIGH - Trigger on high state or on rising edge
  • ACTIVE_LOW - Trigger on low state or on falling edge

namespace ThorlabsTriggerPolarity
{
	enum Type
	{
		ACTIVE_HIGH,
		ACTIVE_LOW
	};
}