JAI_GetEnumParameterAsInteger


Gets an enum parameter of the JAI device.

Syntax

C++
Python
 
def JAI_GetEnumParameterAsInteger(
	state: JAI_State,
	inName: str,
	/,
	*,
	inDeviceID: str | None = None
)
-> outValue: int

Parameters

Name Type Default Description
Input will be modified ioState JAI_State
Input value inDeviceID str | None None Device identifying number
Input value inName str Parameter name
Output value outValue int Parameter value