VisionBox_ConnectMultiplexerOutput
Connects internal multiplexer signals.
Syntax
C++
Python
def VisionBox_ConnectMultiplexerOutput( state: VisionBox_State, inOutputIndex: int, inTriggerSource: VisionBoxMuxSource, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inOutputIndex | int | ||
![]() |
inTriggerSource | VisionBoxMuxSource |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


