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
Input will be modified ioState Hilscher_State
Input value inBoardName str | None None
Input value inChannelNumber int 0 - 10
Input value inInputSignalConfiguration list[HilscherSignal]
Input value 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.