SynView_ConfigureTimer


Configures one of the internal hardware timers available in the camera.

Syntax

C++
Python
 
def SynView_ConfigureTimer(
	state: SynView_State,
	/,
	*,
	inDeviceID: str | None = None,
	inTimerSelector: SynViewTimerSelector = SynViewTimerSelector.Timer1,
	inTimerDuration: int = 0,
	inTimerDelay: int = 0,
	inTimerTriggerSource: SynViewTimerTriggerSource = SynViewTimerTriggerSource.Off
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState SynView_State
Input value inDeviceID str | None None Tries to find the camera in all available IDs (UserID, VendorName, ModelName...)
Input value inTimerSelector SynViewTimerSelector SynViewTimerSelector.Timer1 Timer selector
Input value inTimerDuration int 0 - 0 Sets the duration (in microseconds) of the timer active pulse.
Input value inTimerDelay int 0 - 0 Sets the delay (in microseconds) applied between activating the timer and issuing the timer active signal
Input value inTimerTriggerSource SynViewTimerTriggerSource SynViewTimerTriggerSource.Off Internal device signal activating the selected timer.