Smart_SetDigitalOutputs_GenICam


Set digital outputs.

Syntax

C++
Python
 
def Smart_SetDigitalOutputs_GenICam(
	state: Smart_State,
	inIpAddress: str,
	inVal1: bool,
	inVal2: bool,
	inVal3: bool,
	inVal4: bool,
	/,
	*,
	inDeviceID: GenAddress | None = None
)
-> outIsRemote: bool

Parameters

Name Type Default Description
Input will be modified ioState Smart_State
Input value inIpAddress str
Input value inDeviceID GenAddress | None None Tries to find the camera in all available IDs (UserID, VendorName, ModelName...)
Input value inVal1 bool
Input value inVal2 bool
Input value inVal3 bool
Input value inVal4 bool
Output value outIsRemote bool

Multithreaded environment

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