2025-05-22 12:51:20 +00:00
<!DOCTYPE html>
2025-06-06 14:37:53 +00:00
< html lang = "en" data-content_root = "./" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< title > Index — pyhoff documentation< / title >
< script data-cfasync = "false" >
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
< / script >
<!--
this give us a css class that will be invisible only if js is disabled
-->
< noscript >
< style >
.pst-js-only { display: none !important; }
< / style >
< / noscript >
<!-- Loaded before other Sphinx assets -->
< link href = "_static/styles/theme.css?digest=8878045cc6db502f8baf" rel = "stylesheet" / >
< link href = "_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel = "stylesheet" / >
< link rel = "stylesheet" type = "text/css" href = "_static/pygments.css?v=8f2a1f02" / >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
<!-- So that users can add custom icons -->
< script src = "_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf" > < / script >
<!-- Pre - loaded scripts that we'll load fully later -->
< link rel = "preload" as = "script" href = "_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" / >
< link rel = "preload" as = "script" href = "_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" / >
< script src = "_static/documentation_options.js?v=5929fcd5" > < / script >
< script src = "_static/doctools.js?v=9bcbadda" > < / script >
< script src = "_static/sphinx_highlight.js?v=dc90522c" > < / script >
< script > DOCUMENTATION _OPTIONS . pagename = 'genindex' ; < / script >
2025-05-22 12:51:20 +00:00
< link rel = "index" title = "Index" href = "#" / >
2025-06-06 14:37:53 +00:00
< link rel = "search" title = "Search" href = "search.html" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "docsearch:language" content = "en" / >
< meta name = "docsearch:version" content = "" / >
< / head >
< body data-bs-spy = "scroll" data-bs-target = ".bd-toc-nav" data-offset = "180" data-bs-root-margin = "0px 0px -60%" data-default-mode = "" >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< div id = "pst-skip-link" class = "skip-link d-print-none" > < a href = "#main-content" > Skip to main content< / a > < / div >
< div id = "pst-scroll-pixel-helper" > < / div >
< button type = "button" class = "btn rounded-pill" id = "pst-back-to-top" >
< i class = "fa-solid fa-arrow-up" > < / i > Back to top< / button >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< dialog id = "pst-search-dialog" >
< form class = "bd-search d-flex align-items-center"
action="search.html"
method="get">
< i class = "fa-solid fa-magnifying-glass" > < / i >
< input type = "search"
class="form-control"
name="q"
placeholder="Search the docs ..."
aria-label="Search the docs ..."
autocomplete="off"
autocorrect="off"
autocapitalize="off"
spellcheck="false"/>
< span class = "search-button__kbd-shortcut" > < kbd class = "kbd-shortcut__modifier" > Ctrl< / kbd > +< kbd > K< / kbd > < / span >
< / form >
< / dialog >
< div class = "pst-async-banner-revealer d-none" >
< aside id = "bd-header-version-warning" class = "d-none d-print-none" aria-label = "Version warning" > < / aside >
2025-05-22 12:51:20 +00:00
< / div >
2025-06-06 14:37:53 +00:00
< header class = "bd-header navbar navbar-expand-lg bd-navbar d-print-none" >
< div class = "bd-header__inner bd-page-width" >
< button class = "pst-navbar-icon sidebar-toggle primary-toggle" aria-label = "Site navigation" >
< span class = "fa-solid fa-bars" > < / span >
< / button >
< div class = "col-lg-3 navbar-header-items__start" >
< div class = "navbar-item" >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< a class = "navbar-brand logo" href = "index.html" >
< p class = "title logo__title" > pyhoff documentation< / p >
< / a > < / div >
< / div >
< div class = "col-lg-9 navbar-header-items" >
< div class = "me-auto navbar-header-items__center" >
< div class = "navbar-item" >
< nav >
< ul class = "bd-navbar-elements navbar-nav" >
< li class = "nav-item " >
< a class = "nav-link nav-internal" href = "_autogenerated/index.html" >
Classes and Modules
< / a >
< / li >
2025-05-22 12:51:20 +00:00
< / ul >
2025-06-06 14:37:53 +00:00
< / nav > < / div >
< / div >
< div class = "navbar-header-items__end" >
< div class = "navbar-item navbar-persistent--container" >
< button class = "btn search-button-field search-button__button pst-js-only" title = "Search" aria-label = "Search" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "fa-solid fa-magnifying-glass" > < / i >
< span class = "search-button__default-text" > Search< / span >
< span class = "search-button__kbd-shortcut" > < kbd class = "kbd-shortcut__modifier" > Ctrl< / kbd > +< kbd class = "kbd-shortcut__modifier" > K< / kbd > < / span >
< / button >
< / div >
< div class = "navbar-item" >
< button class = "btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label = "Color mode" data-bs-title = "Color mode" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "theme-switch fa-solid fa-sun fa-lg" data-mode = "light" title = "Light" > < / i >
< i class = "theme-switch fa-solid fa-moon fa-lg" data-mode = "dark" title = "Dark" > < / i >
< i class = "theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode = "auto" title = "System Settings" > < / i >
< / button > < / div >
< / div >
< / div >
< div class = "navbar-persistent--mobile" >
< button class = "btn search-button-field search-button__button pst-js-only" title = "Search" aria-label = "Search" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "fa-solid fa-magnifying-glass" > < / i >
< span class = "search-button__default-text" > Search< / span >
< span class = "search-button__kbd-shortcut" > < kbd class = "kbd-shortcut__modifier" > Ctrl< / kbd > +< kbd class = "kbd-shortcut__modifier" > K< / kbd > < / span >
< / button >
< / div >
2025-05-22 12:51:20 +00:00
< / div >
2025-06-06 14:37:53 +00:00
< / header >
< div class = "bd-container" >
< div class = "bd-container__inner bd-page-width" >
< dialog id = "pst-primary-sidebar-modal" > < / dialog >
< div id = "pst-primary-sidebar" class = "bd-sidebar-primary bd-sidebar hide-on-wide" >
< div class = "sidebar-header-items sidebar-primary__section" >
< div class = "sidebar-header-items__center" >
< div class = "navbar-item" >
< nav >
< ul class = "bd-navbar-elements navbar-nav" >
< li class = "nav-item " >
< a class = "nav-link nav-internal" href = "_autogenerated/index.html" >
Classes and Modules
< / a >
< / li >
< / ul >
< / nav > < / div >
< / div >
< div class = "sidebar-header-items__end" >
< div class = "navbar-item" >
< button class = "btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label = "Color mode" data-bs-title = "Color mode" data-bs-placement = "bottom" data-bs-toggle = "tooltip" >
< i class = "theme-switch fa-solid fa-sun fa-lg" data-mode = "light" title = "Light" > < / i >
< i class = "theme-switch fa-solid fa-moon fa-lg" data-mode = "dark" title = "Dark" > < / i >
< i class = "theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode = "auto" title = "System Settings" > < / i >
< / button > < / div >
< / div >
< / div >
< div class = "sidebar-primary-items__end sidebar-primary__section" >
< div class = "sidebar-primary-item" >
< div id = "ethical-ad-placement"
class="flat"
data-ea-publisher="readthedocs"
data-ea-type="readthedocs-sidebar"
data-ea-manual="true">
< / div > < / div >
< / div >
< / div >
< main id = "main-content" class = "bd-main" role = "main" >
< div class = "bd-content" >
< div class = "bd-article-container" >
< div class = "bd-header-article d-print-none" > < / div >
< div id = "searchbox" > < / div >
< article class = "bd-article" >
2025-05-22 12:51:20 +00:00
< h1 id = "index" > Index< / h1 >
< div class = "genindex-jumpbox" >
< a href = "#A" > < strong > A< / strong > < / a >
| < a href = "#B" > < strong > B< / strong > < / a >
| < a href = "#C" > < strong > C< / strong > < / a >
| < a href = "#D" > < strong > D< / strong > < / a >
| < a href = "#G" > < strong > G< / strong > < / a >
| < a href = "#H" > < strong > H< / strong > < / a >
| < a href = "#K" > < strong > K< / strong > < / a >
| < a href = "#L" > < strong > L< / strong > < / a >
| < a href = "#M" > < strong > M< / strong > < / a >
| < a href = "#P" > < strong > P< / strong > < / a >
| < a href = "#R" > < strong > R< / strong > < / a >
| < a href = "#S" > < strong > S< / strong > < / a >
| < a href = "#T" > < strong > T< / strong > < / a >
| < a href = "#U" > < strong > U< / strong > < / a >
| < a href = "#W" > < strong > W< / strong > < / a >
< / div >
< h2 id = "A" > A< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler.add_bus_terminals" > add_bus_terminals() (pyhoff.BusCoupler method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9000.html#pyhoff.devices.BK9000.add_bus_terminals" > (pyhoff.devices.BK9000 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9050.html#pyhoff.devices.BK9050.add_bus_terminals" > (pyhoff.devices.BK9050 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9100.html#pyhoff.devices.BK9100.add_bus_terminals" > (pyhoff.devices.BK9100 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_352.html#pyhoff.devices.WAGO_750_352.add_bus_terminals" > (pyhoff.devices.WAGO_750_352 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogInputTerminal.html#pyhoff.AnalogInputTerminal" > AnalogInputTerminal (class in pyhoff)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogOutputTerminal.html#pyhoff.AnalogOutputTerminal" > AnalogOutputTerminal (class in pyhoff)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "B" > B< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9000.html#pyhoff.devices.BK9000" > BK9000 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9050.html#pyhoff.devices.BK9050" > BK9050 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9100.html#pyhoff.devices.BK9100" > BK9100 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusTerminal.html#pyhoff.BusTerminal.bus_coupler" > bus_coupler (pyhoff.BusTerminal attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler.bus_terminals" > bus_terminals (pyhoff.BusCoupler attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler" > BusCoupler (class in pyhoff)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusTerminal.html#pyhoff.BusTerminal" > BusTerminal (class in pyhoff)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "C" > C< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.close" > close() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.connect" > connect() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "D" > D< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.debug" > debug (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal.html#pyhoff.DigitalInputTerminal" > DigitalInputTerminal (class in pyhoff)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal16Bit.html#pyhoff.devices.DigitalInputTerminal16Bit" > DigitalInputTerminal16Bit (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal4Bit.html#pyhoff.devices.DigitalInputTerminal4Bit" > DigitalInputTerminal4Bit (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal8Bit.html#pyhoff.devices.DigitalInputTerminal8Bit" > DigitalInputTerminal8Bit (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal.html#pyhoff.DigitalOutputTerminal" > DigitalOutputTerminal (class in pyhoff)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal16Bit.html#pyhoff.devices.DigitalOutputTerminal16Bit" > DigitalOutputTerminal16Bit (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal4Bit.html#pyhoff.devices.DigitalOutputTerminal4Bit" > DigitalOutputTerminal4Bit (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal8Bit.html#pyhoff.devices.DigitalOutputTerminal8Bit" > DigitalOutputTerminal8Bit (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "G" > G< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler.get_error" > get_error() (pyhoff.BusCoupler method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9000.html#pyhoff.devices.BK9000.get_error" > (pyhoff.devices.BK9000 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9050.html#pyhoff.devices.BK9050.get_error" > (pyhoff.devices.BK9050 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9100.html#pyhoff.devices.BK9100.get_error" > (pyhoff.devices.BK9100 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_352.html#pyhoff.devices.WAGO_750_352.get_error" > (pyhoff.devices.WAGO_750_352 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "H" > H< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.host" > host (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "K" > K< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1002.html#pyhoff.devices.KL1002" > KL1002 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1012.html#pyhoff.devices.KL1012" > KL1012 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1032.html#pyhoff.devices.KL1032" > KL1032 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1052.html#pyhoff.devices.KL1052" > KL1052 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1104.html#pyhoff.devices.KL1104" > KL1104 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1114.html#pyhoff.devices.KL1114" > KL1114 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1124.html#pyhoff.devices.KL1124" > KL1124 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1154.html#pyhoff.devices.KL1154" > KL1154 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1164.html#pyhoff.devices.KL1164" > KL1164 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1184.html#pyhoff.devices.KL1184" > KL1184 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1194.html#pyhoff.devices.KL1194" > KL1194 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1212.html#pyhoff.devices.KL1212" > KL1212 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1232.html#pyhoff.devices.KL1232" > KL1232 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1302.html#pyhoff.devices.KL1302" > KL1302 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1304.html#pyhoff.devices.KL1304" > KL1304 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1312.html#pyhoff.devices.KL1312" > KL1312 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1314.html#pyhoff.devices.KL1314" > KL1314 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1352.html#pyhoff.devices.KL1352" > KL1352 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1362.html#pyhoff.devices.KL1362" > KL1362 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1382.html#pyhoff.devices.KL1382" > KL1382 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1402.html#pyhoff.devices.KL1402" > KL1402 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1404.html#pyhoff.devices.KL1404" > KL1404 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1408.html#pyhoff.devices.KL1408" > KL1408 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1412.html#pyhoff.devices.KL1412" > KL1412 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1414.html#pyhoff.devices.KL1414" > KL1414 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1418.html#pyhoff.devices.KL1418" > KL1418 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1434.html#pyhoff.devices.KL1434" > KL1434 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1488.html#pyhoff.devices.KL1488" > KL1488 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1498.html#pyhoff.devices.KL1498" > KL1498 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1501.html#pyhoff.devices.KL1501" > KL1501 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1512.html#pyhoff.devices.KL1512" > KL1512 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1702.html#pyhoff.devices.KL1702" > KL1702 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1704.html#pyhoff.devices.KL1704" > KL1704 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1712.html#pyhoff.devices.KL1712" > KL1712 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1722.html#pyhoff.devices.KL1722" > KL1722 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1804.html#pyhoff.devices.KL1804" > KL1804 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1808.html#pyhoff.devices.KL1808" > KL1808 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1809.html#pyhoff.devices.KL1809" > KL1809 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1814.html#pyhoff.devices.KL1814" > KL1814 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1819.html#pyhoff.devices.KL1819" > KL1819 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1859.html#pyhoff.devices.KL1859" > KL1859 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1862.html#pyhoff.devices.KL1862" > KL1862 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1872.html#pyhoff.devices.KL1872" > KL1872 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1889.html#pyhoff.devices.KL1889" > KL1889 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2012.html#pyhoff.devices.KL2012" > KL2012 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2022.html#pyhoff.devices.KL2022" > KL2022 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2032.html#pyhoff.devices.KL2032" > KL2032 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2114.html#pyhoff.devices.KL2114" > KL2114 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2124.html#pyhoff.devices.KL2124" > KL2124 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2134.html#pyhoff.devices.KL2134" > KL2134 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2184.html#pyhoff.devices.KL2184" > KL2184 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2212.html#pyhoff.devices.KL2212" > KL2212 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2284.html#pyhoff.devices.KL2284" > KL2284 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2404.html#pyhoff.devices.KL2404" > KL2404 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2408.html#pyhoff.devices.KL2408" > KL2408 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2424.html#pyhoff.devices.KL2424" > KL2424 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2442.html#pyhoff.devices.KL2442" > KL2442 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2488.html#pyhoff.devices.KL2488" > KL2488 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2634.html#pyhoff.devices.KL2634" > KL2634 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2808.html#pyhoff.devices.KL2808" > KL2808 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2809.html#pyhoff.devices.KL2809" > KL2809 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2828.html#pyhoff.devices.KL2828" > KL2828 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2872.html#pyhoff.devices.KL2872" > KL2872 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2889.html#pyhoff.devices.KL2889" > KL2889 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3042.html#pyhoff.devices.KL3042" > KL3042 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3054.html#pyhoff.devices.KL3054" > KL3054 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3202.html#pyhoff.devices.KL3202" > KL3202 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3214.html#pyhoff.devices.KL3214" > KL3214 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4002.html#pyhoff.devices.KL4002" > KL4002 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4004.html#pyhoff.devices.KL4004" > KL4004 (class in pyhoff.devices)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4132.html#pyhoff.devices.KL4132" > KL4132 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL5121.html#pyhoff.devices.KL5121" > KL5121 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "L" > L< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.last_error" > last_error (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "M" > M< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler.modbus" > modbus (pyhoff.BusCoupler attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "P" > P< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusTerminal.html#pyhoff.BusTerminal.parameters" > parameters (pyhoff.BusTerminal attribute)< / a >
2025-05-26 16:01:10 +00:00
< / li >
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.port" > port (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-26 16:01:10 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "R" > R< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogInputTerminal.html#pyhoff.AnalogInputTerminal.read_channel_word" > read_channel_word() (pyhoff.AnalogInputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogOutputTerminal.html#pyhoff.AnalogOutputTerminal.read_channel_word" > (pyhoff.AnalogOutputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1512.html#pyhoff.devices.KL1512.read_channel_word" > (pyhoff.devices.KL1512 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3042.html#pyhoff.devices.KL3042.read_channel_word" > (pyhoff.devices.KL3042 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3054.html#pyhoff.devices.KL3054.read_channel_word" > (pyhoff.devices.KL3054 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3202.html#pyhoff.devices.KL3202.read_channel_word" > (pyhoff.devices.KL3202 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3214.html#pyhoff.devices.KL3214.read_channel_word" > (pyhoff.devices.KL3214 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4002.html#pyhoff.devices.KL4002.read_channel_word" > (pyhoff.devices.KL4002 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4004.html#pyhoff.devices.KL4004.read_channel_word" > (pyhoff.devices.KL4004 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4132.html#pyhoff.devices.KL4132.read_channel_word" > (pyhoff.devices.KL4132 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL5121.html#pyhoff.devices.KL5121.read_channel_word" > (pyhoff.devices.KL5121 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal16Bit.html#pyhoff.devices.DigitalOutputTerminal16Bit.read_coil" > read_coil() (pyhoff.devices.DigitalOutputTerminal16Bit method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal4Bit.html#pyhoff.devices.DigitalOutputTerminal4Bit.read_coil" > (pyhoff.devices.DigitalOutputTerminal4Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal8Bit.html#pyhoff.devices.DigitalOutputTerminal8Bit.read_coil" > (pyhoff.devices.DigitalOutputTerminal8Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1212.html#pyhoff.devices.KL1212.read_coil" > (pyhoff.devices.KL1212 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1859.html#pyhoff.devices.KL1859.read_coil" > (pyhoff.devices.KL1859 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2012.html#pyhoff.devices.KL2012.read_coil" > (pyhoff.devices.KL2012 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2022.html#pyhoff.devices.KL2022.read_coil" > (pyhoff.devices.KL2022 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2032.html#pyhoff.devices.KL2032.read_coil" > (pyhoff.devices.KL2032 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2114.html#pyhoff.devices.KL2114.read_coil" > (pyhoff.devices.KL2114 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2124.html#pyhoff.devices.KL2124.read_coil" > (pyhoff.devices.KL2124 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2134.html#pyhoff.devices.KL2134.read_coil" > (pyhoff.devices.KL2134 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2184.html#pyhoff.devices.KL2184.read_coil" > (pyhoff.devices.KL2184 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2212.html#pyhoff.devices.KL2212.read_coil" > (pyhoff.devices.KL2212 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2284.html#pyhoff.devices.KL2284.read_coil" > (pyhoff.devices.KL2284 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2404.html#pyhoff.devices.KL2404.read_coil" > (pyhoff.devices.KL2404 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2408.html#pyhoff.devices.KL2408.read_coil" > (pyhoff.devices.KL2408 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2424.html#pyhoff.devices.KL2424.read_coil" > (pyhoff.devices.KL2424 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2442.html#pyhoff.devices.KL2442.read_coil" > (pyhoff.devices.KL2442 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2488.html#pyhoff.devices.KL2488.read_coil" > (pyhoff.devices.KL2488 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2634.html#pyhoff.devices.KL2634.read_coil" > (pyhoff.devices.KL2634 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2808.html#pyhoff.devices.KL2808.read_coil" > (pyhoff.devices.KL2808 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2809.html#pyhoff.devices.KL2809.read_coil" > (pyhoff.devices.KL2809 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2828.html#pyhoff.devices.KL2828.read_coil" > (pyhoff.devices.KL2828 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2872.html#pyhoff.devices.KL2872.read_coil" > (pyhoff.devices.KL2872 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2889.html#pyhoff.devices.KL2889.read_coil" > (pyhoff.devices.KL2889 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_530.html#pyhoff.devices.WAGO_750_530.read_coil" > (pyhoff.devices.WAGO_750_530 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal.html#pyhoff.DigitalOutputTerminal.read_coil" > (pyhoff.DigitalOutputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_coil" > (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_coils" > read_coils() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1512.html#pyhoff.devices.KL1512.read_counter" > read_counter() (pyhoff.devices.KL1512 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3042.html#pyhoff.devices.KL3042.read_current" > read_current() (pyhoff.devices.KL3042 method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3054.html#pyhoff.devices.KL3054.read_current" > (pyhoff.devices.KL3054 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1512.html#pyhoff.devices.KL1512.read_delta" > read_delta() (pyhoff.devices.KL1512 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_discrete_input" > read_discrete_input() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_discrete_inputs" > read_discrete_inputs() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_holding_registers" > read_holding_registers() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal16Bit.html#pyhoff.devices.DigitalInputTerminal16Bit.read_input" > read_input() (pyhoff.devices.DigitalInputTerminal16Bit method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal4Bit.html#pyhoff.devices.DigitalInputTerminal4Bit.read_input" > (pyhoff.devices.DigitalInputTerminal4Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal8Bit.html#pyhoff.devices.DigitalInputTerminal8Bit.read_input" > (pyhoff.devices.DigitalInputTerminal8Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1002.html#pyhoff.devices.KL1002.read_input" > (pyhoff.devices.KL1002 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1012.html#pyhoff.devices.KL1012.read_input" > (pyhoff.devices.KL1012 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1032.html#pyhoff.devices.KL1032.read_input" > (pyhoff.devices.KL1032 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1052.html#pyhoff.devices.KL1052.read_input" > (pyhoff.devices.KL1052 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1104.html#pyhoff.devices.KL1104.read_input" > (pyhoff.devices.KL1104 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1114.html#pyhoff.devices.KL1114.read_input" > (pyhoff.devices.KL1114 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1124.html#pyhoff.devices.KL1124.read_input" > (pyhoff.devices.KL1124 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1154.html#pyhoff.devices.KL1154.read_input" > (pyhoff.devices.KL1154 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1164.html#pyhoff.devices.KL1164.read_input" > (pyhoff.devices.KL1164 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1184.html#pyhoff.devices.KL1184.read_input" > (pyhoff.devices.KL1184 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1194.html#pyhoff.devices.KL1194.read_input" > (pyhoff.devices.KL1194 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1232.html#pyhoff.devices.KL1232.read_input" > (pyhoff.devices.KL1232 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1302.html#pyhoff.devices.KL1302.read_input" > (pyhoff.devices.KL1302 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1304.html#pyhoff.devices.KL1304.read_input" > (pyhoff.devices.KL1304 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1312.html#pyhoff.devices.KL1312.read_input" > (pyhoff.devices.KL1312 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1314.html#pyhoff.devices.KL1314.read_input" > (pyhoff.devices.KL1314 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1352.html#pyhoff.devices.KL1352.read_input" > (pyhoff.devices.KL1352 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1362.html#pyhoff.devices.KL1362.read_input" > (pyhoff.devices.KL1362 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1382.html#pyhoff.devices.KL1382.read_input" > (pyhoff.devices.KL1382 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1402.html#pyhoff.devices.KL1402.read_input" > (pyhoff.devices.KL1402 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1404.html#pyhoff.devices.KL1404.read_input" > (pyhoff.devices.KL1404 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1408.html#pyhoff.devices.KL1408.read_input" > (pyhoff.devices.KL1408 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1412.html#pyhoff.devices.KL1412.read_input" > (pyhoff.devices.KL1412 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1414.html#pyhoff.devices.KL1414.read_input" > (pyhoff.devices.KL1414 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1418.html#pyhoff.devices.KL1418.read_input" > (pyhoff.devices.KL1418 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1434.html#pyhoff.devices.KL1434.read_input" > (pyhoff.devices.KL1434 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1488.html#pyhoff.devices.KL1488.read_input" > (pyhoff.devices.KL1488 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1498.html#pyhoff.devices.KL1498.read_input" > (pyhoff.devices.KL1498 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1501.html#pyhoff.devices.KL1501.read_input" > (pyhoff.devices.KL1501 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1702.html#pyhoff.devices.KL1702.read_input" > (pyhoff.devices.KL1702 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1704.html#pyhoff.devices.KL1704.read_input" > (pyhoff.devices.KL1704 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1712.html#pyhoff.devices.KL1712.read_input" > (pyhoff.devices.KL1712 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1722.html#pyhoff.devices.KL1722.read_input" > (pyhoff.devices.KL1722 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1804.html#pyhoff.devices.KL1804.read_input" > (pyhoff.devices.KL1804 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1808.html#pyhoff.devices.KL1808.read_input" > (pyhoff.devices.KL1808 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1809.html#pyhoff.devices.KL1809.read_input" > (pyhoff.devices.KL1809 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1814.html#pyhoff.devices.KL1814.read_input" > (pyhoff.devices.KL1814 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1819.html#pyhoff.devices.KL1819.read_input" > (pyhoff.devices.KL1819 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1862.html#pyhoff.devices.KL1862.read_input" > (pyhoff.devices.KL1862 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1872.html#pyhoff.devices.KL1872.read_input" > (pyhoff.devices.KL1872 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1889.html#pyhoff.devices.KL1889.read_input" > (pyhoff.devices.KL1889 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_1405.html#pyhoff.devices.WAGO_750_1405.read_input" > (pyhoff.devices.WAGO_750_1405 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal.html#pyhoff.DigitalInputTerminal.read_input" > (pyhoff.DigitalInputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.read_input_registers" > read_input_registers() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogInputTerminal.html#pyhoff.AnalogInputTerminal.read_normalized" > read_normalized() (pyhoff.AnalogInputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1512.html#pyhoff.devices.KL1512.read_normalized" > (pyhoff.devices.KL1512 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3042.html#pyhoff.devices.KL3042.read_normalized" > (pyhoff.devices.KL3042 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3054.html#pyhoff.devices.KL3054.read_normalized" > (pyhoff.devices.KL3054 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3202.html#pyhoff.devices.KL3202.read_normalized" > (pyhoff.devices.KL3202 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3214.html#pyhoff.devices.KL3214.read_normalized" > (pyhoff.devices.KL3214 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3202.html#pyhoff.devices.KL3202.read_temperature" > read_temperature() (pyhoff.devices.KL3202 method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL3214.html#pyhoff.devices.KL3214.read_temperature" > (pyhoff.devices.KL3214 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.receive_modbus_data" > receive_modbus_data() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "S" > S< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogInputTerminal.html#pyhoff.AnalogInputTerminal.select" > select() (pyhoff.AnalogInputTerminal class method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogOutputTerminal.html#pyhoff.AnalogOutputTerminal.select" > (pyhoff.AnalogOutputTerminal class method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusCoupler.html#pyhoff.BusCoupler.select" > (pyhoff.BusCoupler method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BusTerminal.html#pyhoff.BusTerminal.select" > (pyhoff.BusTerminal class method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9000.html#pyhoff.devices.BK9000.select" > (pyhoff.devices.BK9000 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9050.html#pyhoff.devices.BK9050.select" > (pyhoff.devices.BK9050 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/BK9100.html#pyhoff.devices.BK9100.select" > (pyhoff.devices.BK9100 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalInputTerminal.html#pyhoff.DigitalInputTerminal.select" > (pyhoff.DigitalInputTerminal class method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal.html#pyhoff.DigitalOutputTerminal.select" > (pyhoff.DigitalOutputTerminal class method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.send_modbus_data" > send_modbus_data() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogOutputTerminal.html#pyhoff.AnalogOutputTerminal.set_normalized" > set_normalized() (pyhoff.AnalogOutputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4002.html#pyhoff.devices.KL4002.set_normalized" > (pyhoff.devices.KL4002 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4004.html#pyhoff.devices.KL4004.set_normalized" > (pyhoff.devices.KL4004 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4132.html#pyhoff.devices.KL4132.set_normalized" > (pyhoff.devices.KL4132 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL5121.html#pyhoff.devices.KL5121.set_normalized" > (pyhoff.devices.KL5121 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4002.html#pyhoff.devices.KL4002.set_voltage" > set_voltage() (pyhoff.devices.KL4002 method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4004.html#pyhoff.devices.KL4004.set_voltage" > (pyhoff.devices.KL4004 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4132.html#pyhoff.devices.KL4132.set_voltage" > (pyhoff.devices.KL4132 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient" > SimpleModbusClient (class in pyhoff.modbus)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "T" > T< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.timeout" > timeout (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "U" > U< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.unit_id" > unit_id (pyhoff.modbus.SimpleModbusClient attribute)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
< h2 id = "W" > W< / h2 >
< table style = "width: 100%" class = "indextable genindextable" > < tr >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_1405.html#pyhoff.devices.WAGO_750_1405" > WAGO_750_1405 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_352.html#pyhoff.devices.WAGO_750_352" > WAGO_750_352 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_530.html#pyhoff.devices.WAGO_750_530" > WAGO_750_530 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_600.html#pyhoff.devices.WAGO_750_600" > WAGO_750_600 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_602.html#pyhoff.devices.WAGO_750_602" > WAGO_750_602 (class in pyhoff.devices)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/AnalogOutputTerminal.html#pyhoff.AnalogOutputTerminal.write_channel_word" > write_channel_word() (pyhoff.AnalogOutputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4002.html#pyhoff.devices.KL4002.write_channel_word" > (pyhoff.devices.KL4002 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4004.html#pyhoff.devices.KL4004.write_channel_word" > (pyhoff.devices.KL4004 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL4132.html#pyhoff.devices.KL4132.write_channel_word" > (pyhoff.devices.KL4132 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL5121.html#pyhoff.devices.KL5121.write_channel_word" > (pyhoff.devices.KL5121 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal16Bit.html#pyhoff.devices.DigitalOutputTerminal16Bit.write_coil" > write_coil() (pyhoff.devices.DigitalOutputTerminal16Bit method)< / a >
2025-05-22 12:51:20 +00:00
< ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal4Bit.html#pyhoff.devices.DigitalOutputTerminal4Bit.write_coil" > (pyhoff.devices.DigitalOutputTerminal4Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal8Bit.html#pyhoff.devices.DigitalOutputTerminal8Bit.write_coil" > (pyhoff.devices.DigitalOutputTerminal8Bit method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1212.html#pyhoff.devices.KL1212.write_coil" > (pyhoff.devices.KL1212 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL1859.html#pyhoff.devices.KL1859.write_coil" > (pyhoff.devices.KL1859 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2012.html#pyhoff.devices.KL2012.write_coil" > (pyhoff.devices.KL2012 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2022.html#pyhoff.devices.KL2022.write_coil" > (pyhoff.devices.KL2022 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2032.html#pyhoff.devices.KL2032.write_coil" > (pyhoff.devices.KL2032 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2114.html#pyhoff.devices.KL2114.write_coil" > (pyhoff.devices.KL2114 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2124.html#pyhoff.devices.KL2124.write_coil" > (pyhoff.devices.KL2124 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2134.html#pyhoff.devices.KL2134.write_coil" > (pyhoff.devices.KL2134 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2184.html#pyhoff.devices.KL2184.write_coil" > (pyhoff.devices.KL2184 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2212.html#pyhoff.devices.KL2212.write_coil" > (pyhoff.devices.KL2212 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2284.html#pyhoff.devices.KL2284.write_coil" > (pyhoff.devices.KL2284 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2404.html#pyhoff.devices.KL2404.write_coil" > (pyhoff.devices.KL2404 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2408.html#pyhoff.devices.KL2408.write_coil" > (pyhoff.devices.KL2408 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2424.html#pyhoff.devices.KL2424.write_coil" > (pyhoff.devices.KL2424 method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2442.html#pyhoff.devices.KL2442.write_coil" > (pyhoff.devices.KL2442 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2488.html#pyhoff.devices.KL2488.write_coil" > (pyhoff.devices.KL2488 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2634.html#pyhoff.devices.KL2634.write_coil" > (pyhoff.devices.KL2634 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2808.html#pyhoff.devices.KL2808.write_coil" > (pyhoff.devices.KL2808 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2809.html#pyhoff.devices.KL2809.write_coil" > (pyhoff.devices.KL2809 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2828.html#pyhoff.devices.KL2828.write_coil" > (pyhoff.devices.KL2828 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2872.html#pyhoff.devices.KL2872.write_coil" > (pyhoff.devices.KL2872 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/KL2889.html#pyhoff.devices.KL2889.write_coil" > (pyhoff.devices.KL2889 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/WAGO_750_530.html#pyhoff.devices.WAGO_750_530.write_coil" > (pyhoff.devices.WAGO_750_530 method)< / a >
2025-05-26 16:01:10 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/DigitalOutputTerminal.html#pyhoff.DigitalOutputTerminal.write_coil" > (pyhoff.DigitalOutputTerminal method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / li >
2025-05-26 16:01:10 +00:00
< / ul > < / td >
< td style = "width: 33%; vertical-align: top;" > < ul >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.write_multiple_coils" > write_multiple_coils() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.write_multiple_registers" > write_multiple_registers() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.write_single_coil" > write_single_coil() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
2025-06-06 14:37:53 +00:00
< li > < a href = "_autogenerated/SimpleModbusClient.html#pyhoff.modbus.SimpleModbusClient.write_single_register" > write_single_register() (pyhoff.modbus.SimpleModbusClient method)< / a >
2025-05-22 12:51:20 +00:00
< / li >
< / ul > < / td >
< / tr > < / table >
2025-06-06 14:37:53 +00:00
< / article >
< footer class = "prev-next-footer d-print-none" >
< div class = "prev-next-area" >
< / div >
< / footer >
< / div >
2025-05-22 12:51:20 +00:00
< / div >
2025-06-06 14:37:53 +00:00
< footer class = "bd-footer-content" >
< / footer >
< / main >
< / div >
2025-05-22 12:51:20 +00:00
< / div >
2025-06-06 14:37:53 +00:00
<!-- Scripts loaded after <body> so the DOM is not blocked -->
< script defer src = "_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" > < / script >
< script defer src = "_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" > < / script >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< footer class = "bd-footer" >
< div class = "bd-footer__inner bd-page-width" >
< div class = "footer-items__start" >
< div class = "footer-item" >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< p class = "copyright" >
© Copyright 2025, Nicolas Kruse.
< br / >
< / p >
< / div >
< div class = "footer-item" >
< p class = "sphinx-version" >
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 8.2.3.
< br / >
< / p >
< / div >
< / div >
< div class = "footer-items__end" >
< div class = "footer-item" >
< p class = "theme-version" >
<!-- # L10n: Setting the PST URL as an argument as this does not need to be localized -->
Built with the < a href = "https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html" > PyData Sphinx Theme< / a > 0.16.1.
< / p > < / div >
< / div >
< / div >
2025-05-22 12:51:20 +00:00
2025-06-06 14:37:53 +00:00
< / footer >
< / body >
2025-05-22 12:51:20 +00:00
< / html >