VisionBox_StrobeSetOnTime
Sets strobes on-time.
Syntax
C++
Python
def VisionBox_StrobeSetOnTime( state: VisionBox_State, inStrobeUnit: int, inOnTime: int, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inOnTime | int | On-time in us |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


