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
Input will be modified ioState VisionBox_State
Input value inOutputIndex int
Input value inTriggerSource VisionBoxMuxSource

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.