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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inSupplyVoltage | int | Supply voltage used for the strobe output | |
![]() |
inLoadVoltage | int | The voltage across the load when the output current is equal to inCurrent | |
![]() |
inMaxOnTime | int | Maximum allowed on-time in us | |
![]() |
inMinOffTime | int | Minimum allowed off-time in us | |
![]() |
inCurrent | int | Output current in mA | |
![]() |
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.



