ICImagingControl_GetEnumParameter


Gets an enumeration parameter of the camera.

Syntax

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

Parameters

Name Type Default Description
Input will be modified ioState ICImagingControlState
Input value inDeviceID str | None None Serial number, display name, unique name or base name of the camera
Input value inParameterName str Name of the parameter
Output value outValue str Enumeration entry name

Multithreaded environment

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