Z4Sight_ConfigureIOCommandList
Configures an I/O command list.
Syntax
C++
Python
def Z4Sight_ConfigureIOCommandList( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inCommandList: int = 1, inCounterSource: Z4SightIOCommandListCounterSource = Z4SightIOCommandListCounterSource.Clock, inCounterActivation: Z4SightCommandCounterActivation | None = None ) -> outClockFrequency: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inCommandList | int | 1 - 2 | 1 | I/O command list. |
![]() |
inCounterSource | Z4SightIOCommandListCounterSource | Z4SightIOCommandListCounterSource.Clock | Counter source for the command list. | |
![]() |
inCounterActivation | Z4SightCommandCounterActivation | None | None | Counter activation for the command list. | |
![]() |
outClockFrequency | float | Frequency of the I/O command list's clock signal |



