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 | |
|---|---|---|---|---|---|
![]() |
ioState | SiliconSoftware_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number |
![]() |
inAppletPath | str | None | None | Applet to load | |
![]() |
outNames | list[str] | Parameters name | ||
![]() |
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.




