OptoEngineeringHRAS_SetBooleanParameter
Sets Genicam parameter of type Bool to internal frame grabber.
Syntax
C++
Python
def OptoEngineeringHRAS_SetBooleanParameter( state: OptoEngineering_State, inName: str, inValue: bool, /, *, 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 | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


