You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Run a read holding request against a datastore.
144
144
145
145
:param context: The datastore to request from
146
-
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadHoldingRegistersResponse`, or an :py:class:`~pymodbus.pdu.ExceptionResponse` if an error occurred
146
+
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadHoldingRegistersResponse`
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadInputRegistersResponse`, or an :py:class:`~pymodbus.pdu.ExceptionResponse` if an error occurred
206
+
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadInputRegistersResponse`
"""Run a write single register request against a datastore.
319
314
320
315
:param context: The datastore to request from
321
-
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadWriteMultipleRegistersResponse`, or an :py:class:`~pymodbus.pdu.ExceptionResponse` if an error occurred
316
+
:returns: An initialized :py:class:`~pymodbus.register_read_message.ReadWriteMultipleRegistersResponse`
0 commit comments