VisionBox_RS422SetSource


Sets source of RS 422 port outputs.

Syntax

C++
Python
 
def VisionBox_RS422SetSource(
	state: VisionBox_State,
	inBitIndex: int,
	inSourceType: VisionBoxRS422OutSource,
	inInvertOutput: bool,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inBitIndex int
Input value inSourceType VisionBoxRS422OutSource
Input value inInvertOutput bool

Multithreaded environment

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