Hilscher_Channel_Close
Closes a Hilscher device channel connection.
Syntax
C++
Python
def Hilscher_Channel_Close( state: Hilscher_State, inChannelNumber: int, inCloseCommunication: bool, /, *, inBoardName: str | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Hilscher_State | |||
![]() |
inBoardName | str | None | None | ||
![]() |
inChannelNumber | int | 0 - 10 | ||
![]() |
inCloseCommunication | bool | Close communication between card and PLC |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


