Hilscher_Channel_SlotWrite_SInt8
Sends generic packet that can be filled with any data through Hilscher device.
Syntax
C++
Python
def Hilscher_Channel_SlotWrite_SInt8( state: Hilscher_State, inChannelNumber: int, inSlot: int, inData: int, /, *, inBoardName: str | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Hilscher_State | |||
![]() |
inBoardName | str | None | None | ||
![]() |
inChannelNumber | int | 0 - 10 | ||
![]() |
inSlot | int | 0 - 1000 | ||
![]() |
inData | int | -128 - 127 |


