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



