OptoEngineeringHRAS_SetEnumParameterAsInteger
Sets Genicam parameter of type Enum to internal frame grabber.
Syntax
C++
Python
def OptoEngineeringHRAS_SetEnumParameterAsInteger( state: OptoEngineering_State, inName: str, inValue: int, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | OptoEngineering_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inName | str | Parameter name | |
![]() |
inValue | int |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


