OptoEngineeringHRAS_SetStringParameter


Sets Genicam parameter of type String to internal frame grabber.

Syntax

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

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
Input value inValue str

Multithreaded environment

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