VisionBox_StrobeSetLimits


Sets strobes limits.

Syntax

C++
Python
 
def VisionBox_StrobeSetLimits(
	state: VisionBox_State,
	inStrobeUnit: int,
	inLimitCurrent: int,
	inMaxSupplyVoltage: int,
	inMaxLoadVoltage: int,
	inMaxOnTime: int,
	inMinOffTime: int,
	inMaxCurrent: 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 inLimitCurrent int Calculate allowed off-time or maximum current
Input value inMaxSupplyVoltage int Supply voltage
Input value inMaxLoadVoltage int Voltage across the load with MaxCurrent current
Input value inMaxOnTime int Maximum allowed on-time
Input value inMinOffTime int Minimum allowed off-time
Input value inMaxCurrent int Maximum allowed current in mA
Output value outResult int Result calculated regarding inLimitCurrent value

Multithreaded environment

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