AILSystem_SetOutputSource


Sets output signal source.

Syntax

C++
Python
 
def AILSystem_SetOutputSource(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inOutput: int = 0,
	inSource: AILOutputSource = AILOutputSource.User
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | None None Device identification.
Input value inOutput int 0 - 63 0 Output signal.
Input value inSource AILOutputSource AILOutputSource.User Source signal routed to the output signal.