mvGenTLAcquire_SetDigitalOutput


Sets matrix vision camera digital outputs.

Syntax

C++
Python
 
def mvGenTLAcquire_SetDigitalOutput(
	state: MvGenTLAcquireState,
	inValue: bool,
	/,
	*,
	inDeviceID: str | None = None,
	inOutput: int = 0
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState MvGenTLAcquireState
Input value inDeviceID str | None None Device name or serial number of device
Input value inOutput int 0 Index of output line
Input value inValue bool Logic value of digital output

Multithreaded environment

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