JAI_SetEnumParameterAsInteger
Sets an enum parameter of the JAI device.
Syntax
C++
Python
def JAI_SetEnumParameterAsInteger( state: JAI_State, inName: str, /, *, inDeviceID: str | None = None, inValue: int = 0 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | JAI_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inName | str | Parameter name | |
![]() |
inValue | int | 0 | Parameter value |


