VisionBox_IOSchedulerSetOutputPulsTiming
Configure pulse parameters of IO Scheduler output.
Syntax
C++
Python
def VisionBox_IOSchedulerSetOutputPulsTiming( state: VisionBox_State, inSchedulerUnitNumber: int, inDelayInUs: int, inTimeInUs: int, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | VisionBox_State | |||
![]() |
inSchedulerUnitNumber | int | 0 - ![]() |
||
![]() |
inDelayInUs | int | |||
![]() |
inTimeInUs | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



