Z4Sight_ConfigureLatch
Configures the latch.
Syntax
C++
Python
def Z4Sight_ConfigureLatch( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inLatch: int = 1, inCommandList: int = 1, inTriggerSource: Z4SightLatchTriggerSource = Z4SightLatchTriggerSource.Input0, inActivation: Z4SightLatchTriggerActivation = Z4SightLatchTriggerActivation.EdgeRising, inEnable: bool = True ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inLatch | int | 1 - 4 | 1 | Latch. |
![]() |
inCommandList | int | 1 - 2 | 1 | CommandList to which bind a latch. |
![]() |
inTriggerSource | Z4SightLatchTriggerSource | Z4SightLatchTriggerSource.Input0 | Trigger source for the latch. | |
![]() |
inActivation | Z4SightLatchTriggerActivation | Z4SightLatchTriggerActivation.EdgeRising | Signal variation upon which to generate a latch trigger. | |
![]() |
inEnable | bool | True | Enable or disable the latch. |


