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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inCurrent | int | Desired current in mA | |
![]() |
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.


