Pylon_GetStringParameter


Gets parameter of type String.

Syntax

C++
Python
 
def Pylon_GetStringParameter(
	state: Pylon_State,
	inParameterName: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> outValue: str

Parameters

Name Type Default Description
Input will be modified ioState Pylon_State
Input value inDeviceID str | None None Device identifying address
Input value inParameterName str Name of feature parameter
Output value outValue str Value retrieved from device parameter

Multithreaded environment

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