STC_GetDoubleParameter
Gets a parameter of type Double.
Syntax
C++
Python
def STC_GetDoubleParameter( state: Omron_State, inParameter: str, /, *, inDeviceID: str | None = None ) -> ( outValue: float, outMinValue: float, outMaxValue: float )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Omron_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inParameter | str | Name of parameter | |
![]() |
outValue | float | Value retrieved from device | |
![]() |
outMinValue | float | Minimum value of the parameter | |
![]() |
outMaxValue | float | Maximum value of the parameter |



