AILSystem_SetOutputSource
Sets output signal source.
Syntax
C++
Python
def AILSystem_SetOutputSource( state: AILSystem_State, /, *, inDeviceID: AILSystemAndDeviceIdentifier | None = None, inOutput: int = 0, inSource: AILOutputSource = AILOutputSource.User ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AILSystem_State | |||
![]() |
inDeviceID | AILSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inOutput | int | 0 - 63 | 0 | Output signal. |
![]() |
inSource | AILOutputSource | AILOutputSource.User | Source signal routed to the output signal. |


