Hilscher_Channel_GetSlots


Retrieves the current slot configuration.

Syntax

C++
Python
 
def Hilscher_Channel_GetSlots(
	state: Hilscher_State,
	inChannelNumber: int,
	/,
	*,
	inBoardName: str | None = None
)
-> outSlots: list[HilscherSlot]

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
Output value outSlots list[HilscherSlot]