VisionBox_StrobeSetTriggerSource
Sets strobes trigger source.
Syntax
C++
Python
def VisionBox_StrobeSetTriggerSource( state: VisionBox_State, inStrobeUnit: int, inSource: VisionBoxStrobeSource, inInvertTrigger: int, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | Number of strobe device to use | |
![]() |
inSource | VisionBoxStrobeSource | Selects the signal used as trigger source | |
![]() |
inInvertTrigger | int | Whether to invert trigger signal |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


