OptoEngineeringHRAS_SetDigitalGain


Sets digital gain.

Syntax

C++
Python
 
def OptoEngineeringHRAS_SetDigitalGain(
	state: OptoEngineering_State,
	inGain: float,
	/,
	*,
	inDeviceID: str | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState OptoEngineering_State
Input value inDeviceID str | None None Device identifying number
Input value inGain float 0.0 - 16.0 Gain of source image in device raw unit

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.