OptoEngineeringHRAS_GetFloatParameter


Gets Genicam parameter of type Float from internal frame grabber.

Syntax

C++
Python
 
def OptoEngineeringHRAS_GetFloatParameter(
	state: OptoEngineering_State,
	inName: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> outValue: float

Parameters

Name Type Default Description
Input will be modified ioState OptoEngineering_State
Input value inDeviceID str | None None Device identifying number
Input value inName str Parameter name
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.