Spinnaker_GetEnumParameter


Gets parameter of type Enumeration from Spinnaker device.

Syntax

C++
Python
 
def Spinnaker_GetEnumParameter(
	state: Spinnaker_State,
	inParameterName: str,
	/,
	*,
	inDeviceID: str | None = None,
	inVerify: bool = False,
	inIgnoreCache: bool = False
)
-> outValue: str

Parameters

Name Type Default Description
Input will be modified ioState Spinnaker_State
Input value inDeviceID str | None None Device identifying address
Input value inParameterName str Name of parameter node to access
Input value inVerify bool False Enables Range verification
Input value inIgnoreCache bool False If true the value is read ignoring any caches
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.