VisionBox_IOSchedulerSetTriggerSource
Connects signal to IO Scheduler input.
Syntax
C++
Python
def VisionBox_IOSchedulerSetTriggerSource( state: VisionBox_State, inSchedulerUnitNumber: int, inInputIndex: int, inInvertInput: bool, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
inInputIndex | int | |||
![]() |
inInvertInput | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



