ICImagingControl_SetDigitalOutputState


Sets digital IO line state.

Syntax

C++
Python
 
def ICImagingControl_SetDigitalOutputState(
	state: ICImagingControlState,
	/,
	*,
	inDeviceID: str | None = None,
	inOutputState: bool = False
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState ICImagingControlState
Input value inDeviceID str | None None Serial number, display name, unique name or base name of the camera
Input value inOutputState bool False Digital output state

Multithreaded environment

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