SiliconSoftware_GetDoubleParameter
Gets parameter of type Double.
Syntax
C++
Python
def SiliconSoftware_GetDoubleParameter( state: SiliconSoftware_State, inPort: int, inName: str, /, *, inDeviceIndex: int | None = None, inAppletPath: str | None = None ) -> outValue: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | SiliconSoftware_State | |||
![]() |
inDeviceIndex | int | None | 0 - ![]() |
None | Device identifying number |
![]() |
inAppletPath | str | None | None | Applet to load | |
![]() |
inPort | int | 0 - ![]() |
DMA port | |
![]() |
inName | str | Parameter name | ||
![]() |
outValue | float | Parameter value |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.




