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
Input will be modified ioState VisionBox_State
Input value inSchedulerUnitNumber int 0 -
Input value inDelayInUs int
Input value inTimeInUs int

Multithreaded environment

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