SiliconSoftware_GetParametersList


Returns list of all parameter available on current applet.

Syntax

C++
Python
 
def SiliconSoftware_GetParametersList(
	state: SiliconSoftware_State,
	/,
	*,
	inDeviceIndex: int | None = None,
	inAppletPath: str | None = None
)
-> (
	outNames: list[str],
	outTypes: list[str]
)

Parameters

Name Type Range Default Description
Input will be modified ioState SiliconSoftware_State
Input value inDeviceIndex int | None 0 - None Device identifying number
Input value inAppletPath str | None None Applet to load
Output value outNames list[str] Parameters name
Output value outTypes list[str] Parameters type

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.