AILSystem_ConfigureIOCommandList


Configures an I/O command list.

Syntax

C++
Python
 
def AILSystem_ConfigureIOCommandList(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inCommandList: int = 1,
	inCounterSource: AILIOCommandListCounterSource = AILIOCommandListCounterSource.Clock,
	inCounterActivation: AILCommandCounterActivation | None = None
)
-> outClockFrequency: float

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | None None Device identification.
Input value inCommandList int 1 - 2 1 I/O command list.
Input value inCounterSource AILIOCommandListCounterSource AILIOCommandListCounterSource.Clock Counter source for the command list.
Input value inCounterActivation AILCommandCounterActivation | None None Counter activation for the command list.
Output value outClockFrequency float Frequency of the I/O command list's clock signal