AILSystem_ConfigureDigitalOutput


Configures digital output.

Syntax

C++
Python
 
def AILSystem_ConfigureDigitalOutput(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inOutput: int = 0,
	inInvert: bool | None = None,
	inOutputSource: AILOutputSourceValue | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | None None Device identification.
Input value inOutput int 0 - 63 0 Output signal.
Input value inInvert bool | None None Sets whether the specified I/O signal should be inverted. This causes the low portion of the signal (the delay period) to be high and the high portion of the signal (the active portion) to be low.
Input value inOutputSource AILOutputSourceValue | None None Sets the type of signal to route to an output signal