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
Input will be modified ioState Omron_State
Input value inDeviceID str | None None Device identifying number
Input value inParameter str Name of parameter
Output value outValue int Value retrieved from device
Output value outMinValue int Minimum value of the parameter
Output value outMaxValue int Maximum value of the parameter