XiApi_GetParamFloat
Gets parameter of type Float from XIMEA device.
Syntax
C++
Python
def XiApi_GetParamFloat( state: XIAPIState, inParameter: str, /, *, inDeviceID: str | None = None ) -> outValue: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | XIAPIState | ||
![]() |
inDeviceID | str | None | None | Camera chip ID or camera index |
![]() |
inParameter | str | Parameter name | |
![]() |
outValue | float | Received value |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



