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 | |
|---|---|---|---|---|---|
![]() |
ioState | SynView_State | |||
![]() |
inDeviceID | str | None | None | Tries to find the camera in all available IDs (UserID, VendorName, ModelName...) | |
![]() |
inTimerSelector | SynViewTimerSelector | SynViewTimerSelector.Timer1 | Timer selector | |
![]() |
inTimerDuration | int | 0 - ![]() |
0 | Sets the duration (in microseconds) of the timer active pulse. |
![]() |
inTimerDelay | int | 0 - ![]() |
0 | Sets the delay (in microseconds) applied between activating the timer and issuing the timer active signal |
![]() |
inTimerTriggerSource | SynViewTimerTriggerSource | SynViewTimerTriggerSource.Off | Internal device signal activating the selected timer. |



