Hilscher_Channel_IndexWrite_SInt8


Sends generic packet that can be filled with any data through Hilscher device.

Syntax

C++
Python
 
def Hilscher_Channel_IndexWrite_SInt8(
	state: Hilscher_State,
	inChannelNumber: int,
	inIndex: int,
	inData: int,
	/,
	*,
	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 inIndex int 0 - 1000
Input value inData int -128 - 127