VisionBox_SetTriggerGeneratorConfiguration


Sets trigger generator configuration.

Syntax

C++
Python
 
def VisionBox_SetTriggerGeneratorConfiguration(
	state: VisionBox_State,
	inConfigCommand: str,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inConfigCommand str String with settings command

Multithreaded environment

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