STC_GetEnumParameter


Gets a parameter of type Enum.

Syntax

C++
Python
 
def STC_GetEnumParameter(
	state: Omron_State,
	inParameter: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> (
	outValue: str,
	outValuesList: list[str]
)

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 str Value retrieved from device
Output value outValuesList list[str] List of possible values of the parameter