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



