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
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inCommandList int 1 - 2 1 I/O command list.
Input value inCounterSource Z4SightIOCommandListCounterSource Z4SightIOCommandListCounterSource.Clock Counter source for the command list.
Input value inCounterActivation Z4SightCommandCounterActivation | None None Counter activation for the command list.
Output value outClockFrequency float Frequency of the I/O command list's clock signal