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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inBitIndex | int | ||
![]() |
inSourceType | VisionBoxRS422OutSource | ||
![]() |
inInvertOutput | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


