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 | |
|---|---|---|---|---|---|
![]() |
ioState | AILSystem_State | |||
![]() |
inDeviceID | AILSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inLatch | int | 1 - 4 | 1 | Latch. |
![]() |
inCommandList | int | 1 - 2 | 1 | CommandList to which bind a latch. |
![]() |
inTriggerSource | AILLatchTriggerSource | AILLatchTriggerSource.Input0 | Trigger source for the latch. | |
![]() |
inActivation | AILLatchTriggerActivation | AILLatchTriggerActivation.EdgeRising | Signal variation upon which to generate a latch trigger. | |
![]() |
inEnable | bool | True | Enable or disable the latch. |


