VisionBox_StrobeSoftwareTrigger


Sets strobes software trigger.

Syntax

C++
Python
 
def VisionBox_StrobeSoftwareTrigger(
	state: VisionBox_State,
	inStrobeUnit: int,
	inState: bool,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inStrobeUnit int Number of strobe device to use
Input value inState bool Set software trigger on or off

Multithreaded environment

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