VisionBox_SetDigitalOutputSource
Sets source for specified digital output pin.
Syntax
C++
Python
def VisionBox_SetDigitalOutputSource( state: VisionBox_State, inPort: int, inPin: int, inSource: VisionBoxDigitalOutSource, inInvertOutput: bool, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inPort | int | ||
![]() |
inPin | int | ||
![]() |
inSource | VisionBoxDigitalOutSource | ||
![]() |
inInvertOutput | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


