Ensenso_SetGlobalParameter_String


Sets a string parameter.

Syntax

C++
Python
 
def Ensenso_SetGlobalParameter_String(
	state: Ensenso_State,
	inDevices: list[EnsensoCameraInformation],
	inPath: str,
	inValue: str,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState Ensenso_State
Input value inDevices list[EnsensoCameraInformation] Structures identifying devices.
Input value inPath str Configuration path, relative.
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.