VisionBox_StrobeSetTriggerMode
Sets strobes trigger mode.
Syntax
C++
Python
def VisionBox_StrobeSetTriggerMode( state: VisionBox_State, inStrobeUnit: int, inMode: VisionBoxStrobeMode, / ) -> outResult: int
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inMode | VisionBoxStrobeMode | Selects strobe mode | |
![]() |
outResult | int | Whether new mode has been selected |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



