Pylon_GenerateSoftwareTrigger


Generates software trigger.

Syntax

C++
Python
 
def Pylon_GenerateSoftwareTrigger(
	state: Pylon_State,
	inIgnoreWaiting: bool,
	/,
	*,
	inDeviceID: str | None = None,
	inTimeout: int | None = None
)
-> outExecuted: bool

Parameters

Name Type Range Default Description
Input will be modified ioState Pylon_State
Input value inDeviceID str | None None Serial number, model name, user defined name or full name of camera device to be opened
Input value inIgnoreWaiting bool Waiting for previous trigger doesn't work with all cameras. E.g. for models A600 this value should be set to true.
Input value inTimeout int | None 100 - None
Output value outExecuted bool Use only if inTimeout is set

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.