VisionBox_StrobeSetOnTime


Sets strobes on-time.

Syntax

C++
Python
 
def VisionBox_StrobeSetOnTime(
	state: VisionBox_State,
	inStrobeUnit: int,
	inOnTime: int,
	/
)
-> 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 inOnTime int On-time in us

Multithreaded environment

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