Ensenso_SetParameter_Int
Sets an int parameter.
Syntax
C++
Python
def Ensenso_SetParameter_Int( state: Ensenso_State, inDevices: list[EnsensoCameraInformation], inPath: str, inValue: int, /, *, inDevice: EnsensoCameraInformation | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Ensenso_State | ||
![]() |
inDevices | list[EnsensoCameraInformation] | Structures identifying devices. | |
![]() |
inDevice | EnsensoCameraInformation | None | None | Specific device. |
![]() |
inPath | str | Configuration path, relative. | |
![]() |
inValue | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


