IFM_SetIntegrationTime


Sets the integration time of the device.

Syntax

C++
Python
 
def IFM_SetIntegrationTime(
	state: Ifm_State,
	inAddress: IFMCameraAddress,
	inIndex: int,
	inTime: int,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Ifm_State
Input value inAddress IFMCameraAddress Device identifying address
Input value inIndex int 0 - + Index of the integration time
Input value inTime int 0 - + Integration time in microseconds

Multithreaded environment

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