Pylon_SetEnumParameter


Sets parameter of type Enumeration.

Syntax

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

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
Input value inValue str New value to be set into device parameter

Multithreaded environment

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