AILSystem_SetOutputLevel


Sets output signal level.

Syntax

C++
Python
 
def AILSystem_SetOutputLevel(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inOutput: int = 0,
	inLevel: bool = False,
	inForceUserOutputSource: bool = False
)
-> 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 inLevel bool False Logic level of the output signal.
Input value inForceUserOutputSource bool False Whether to set the output source to user bit or not.