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 | |
|---|---|---|---|---|
![]() |
ioState | Spinnaker_State | ||
![]() |
inDeviceID | str | None | None | Device identifying address |
![]() |
inParameterName | str | Name of parameter node to access | |
![]() |
inVerify | bool | False | Enables Range verification |
![]() |
inIgnoreCache | bool | False | If true the value is read ignoring any caches |
![]() |
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.



