VisionBox_GetTriggerGeneratorConfiguration


Gets trigger generator configuration.

Syntax

C++
Python
 
def VisionBox_GetTriggerGeneratorConfiguration(
	state: VisionBox_State,
	inConfigCommand: str,
	/
)
-> outValue: int

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inConfigCommand str String with value to read
Output value outValue int Requested value

Multithreaded environment

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