Ensenso_GetGlobalParameter_Bool
Get the value of a bool parameter.
Syntax
C++
Python
def Ensenso_GetGlobalParameter_Bool( state: Ensenso_State, inDevices: list[EnsensoCameraInformation], inPath: str, /, *, inDevice: EnsensoCameraInformation | None = None ) -> outValue: bool
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. | |
![]() |
outValue | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



