VisionBox_StrobeSetCurrent


Sets strobes current.

Syntax

C++
Python
 
def VisionBox_StrobeSetCurrent(
	state: VisionBox_State,
	inStrobeUnit: int,
	inCurrent: int,
	inValidate: 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 inCurrent int Desired current in mA
Input value inValidate int Whether to validate current

Multithreaded environment

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