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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inLimitCurrent | int | Calculate allowed off-time or maximum current | |
![]() |
inMaxSupplyVoltage | int | Supply voltage | |
![]() |
inMaxLoadVoltage | int | Voltage across the load with MaxCurrent current | |
![]() |
inMaxOnTime | int | Maximum allowed on-time | |
![]() |
inMinOffTime | int | Minimum allowed off-time | |
![]() |
inMaxCurrent | int | Maximum allowed current in mA | |
![]() |
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.



