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 | |
|---|---|---|---|---|---|
![]() |
ioState | Ifm_State | |||
![]() |
inAddress | IFMCameraAddress | Device identifying address | ||
![]() |
inIndex | int | 0 - +![]() |
Index of the integration time | |
![]() |
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.



