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
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 float Value retrieved from device
Output value outMinValue float Minimum value of the parameter
Output value outMaxValue float Maximum value of the parameter