Ensenso_GetParameter_Double


Gets the value of a double parameter.

Syntax

C++
Python
 
def Ensenso_GetParameter_Double(
	state: Ensenso_State,
	inDevices: list[EnsensoCameraInformation],
	inPath: str,
	/,
	*,
	inDevice: EnsensoCameraInformation | None = None
)
-> outValue: float

Parameters

Name Type Default Description
Input will be modified ioState Ensenso_State
Input value inDevices list[EnsensoCameraInformation] Structures identifying devices.
Input value inDevice EnsensoCameraInformation | None None Specific device.
Input value inPath str Configuration path, relative.
Output value outValue float

Multithreaded environment

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