Spinnaker_SetRealParameter


Sets parameter of type Real.

Syntax

C++
Python
 
def Spinnaker_SetRealParameter(
	state: Spinnaker_State,
	inParameterName: str,
	inValue: float,
	/,
	*,
	inDeviceID: str | None = None,
	inVerify: bool = True
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Spinnaker_State
Input value inDeviceID str | None None Device identifying address
Input value inParameterName str Name of feature parameter
Input value inValue float New value to be set into device parameter
Input value inVerify bool True Enables AccessMode and Range verification (default = true)

Multithreaded environment

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