VisionBox_StrobeSetTriggerMode


Sets strobes trigger mode.

Syntax

C++
Python
 
def VisionBox_StrobeSetTriggerMode(
	state: VisionBox_State,
	inStrobeUnit: int,
	inMode: VisionBoxStrobeMode,
	/
)
-> outResult: int

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inStrobeUnit int Number of strobe device to use
Input value inMode VisionBoxStrobeMode Selects strobe mode
Output value outResult int Whether new mode has been selected

Multithreaded environment

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