AILSystem_ConfigureLatch


Configures the latch.

Syntax

C++
Python
 
def AILSystem_ConfigureLatch(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inLatch: int = 1,
	inCommandList: int = 1,
	inTriggerSource: AILLatchTriggerSource = AILLatchTriggerSource.Input0,
	inActivation: AILLatchTriggerActivation = AILLatchTriggerActivation.EdgeRising,
	inEnable: bool = True
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | None None Device identification.
Input value inLatch int 1 - 4 1 Latch.
Input value inCommandList int 1 - 2 1 CommandList to which bind a latch.
Input value inTriggerSource AILLatchTriggerSource AILLatchTriggerSource.Input0 Trigger source for the latch.
Input value inActivation AILLatchTriggerActivation AILLatchTriggerActivation.EdgeRising Signal variation upon which to generate a latch trigger.
Input value inEnable bool True Enable or disable the latch.