MultiCamInputStyle

Description

Possible electric styles of Input/Output ports.

Values of this enumeration:

  • TTL - The input line is TTL compliant with a pull-up resistor
  • ITTL - The input line is isolated and TTL compliant
  • I12V - Parameter is not documented in Multicam documentation
  • RS422 - Parameter is not documented in Multicam documentation
  • LVDS - The input line is differential LVDS compliant with a differential termination resistor
  • DIFF - Parameter is not documented in Multicam documentation
  • CHANNELLINK - The input line is a signal embedded in Channel Link
  • CMOS - The input line is CMOS 5 V compliant with a pull-up resistor
  • AUTO - The state of the input line is automatically interpreted. Setting InputStyle to a precise value yields better electrical performance, such as better common mode rejection ratio
  • RELAY - A relay contact is connected to the input lines
  • _5V - A 5 V TTL or CMOS driver is connected to the input lines
  • _12V - A CMOS driver is connected to the input lines
  • TTLHiz - Parameter is not documented in Multicam documentation
  • TTLPD - The input line is single-ended TTL compliant with a pull-down resistor
  • RS485 - The input line is differential RS422 and RS485 compliant with a differential termination resistor
  • DTTL - The input line is differential TTL compliant with a differential termination resistor
  • ISO - Parameter is not documented in Multicam documentation
  • POWERSTATE - Parameter is not documented in Multicam documentation

namespace MultiCamInputStyle
{
	enum Type
	{
		TTL,
		ITTL,
		I12V,
		RS422,
		LVDS,
		DIFF,
		CHANNELLINK,
		CMOS,
		AUTO,
		RELAY,
		_5V,
		_12V,
		TTLHiz,
		TTLPD,
		RS485,
		DTTL,
		ISO,
		POWERSTATE
	};
}