Hilscher_Channel_SetSignalConfiguration
Sets the slot configuration.
Syntax
C++
Python
def Hilscher_Channel_SetSignalConfiguration( state: Hilscher_State, inChannelNumber: int, inInputSignalConfiguration: list[HilscherSignal], inOutputSignalConfiguration: list[HilscherSignal], /, *, inBoardName: str | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Hilscher_State | |||
![]() |
inBoardName | str | None | None | ||
![]() |
inChannelNumber | int | 0 - 10 | ||
![]() |
inInputSignalConfiguration | list[HilscherSignal] | |||
![]() |
inOutputSignalConfiguration | list[HilscherSignal] |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


