Pylon_GetRealParameter
Gets parameter of type Real.
Syntax
C++
Python
def Pylon_GetRealParameter( state: Pylon_State, inParameterName: str, /, *, inDeviceID: str | None = None ) -> outValue: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Pylon_State | ||
![]() |
inDeviceID | str | None | None | Device identifying address |
![]() |
inParameterName | str | Name of feature parameter | |
![]() |
outValue | float | Value retrieved from device parameter |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.



