VisionBox_StrobeSetFixedCurrent


Sets strobes fixed current.

Syntax

C++
Python
 
def VisionBox_StrobeSetFixedCurrent(
	state: VisionBox_State,
	inStrobeUnit: int,
	inSupplyVoltage: int,
	inLoadVoltage: int,
	inMaxOnTime: int,
	inMinOffTime: int,
	inCurrent: int,
	/
)
-> 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 inSupplyVoltage int Supply voltage used for the strobe output
Input value inLoadVoltage int The voltage across the load when the output current is equal to inCurrent
Input value inMaxOnTime int Maximum allowed on-time in us
Input value inMinOffTime int Minimum allowed off-time in us
Input value inCurrent int Output current in mA
Output value outResult int Minimum allowed off-time

Multithreaded environment

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