Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/usage/logixdriver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ or reading and writing a single element.
Reading Tags
------------

:meth:`LogixDriver.read` accepts any number of tags, all that is required is the tag names.Reading of entire structures
is support as long as none of the attributes have an external access of *None*.
To read a structure, just request the base name and the ``value`` for the ``Tag`` object will a a dict of ``{attribute: value}``
:meth:`LogixDriver.read` accepts any number of tags, all that is required is the tag names. Reading of entire structures
is supported as long as none of the attributes have an external access of *None*.
To read a structure, just request the base name and the ``value`` for the ``Tag`` object will be a dict of ``{attribute: value}``

Read an atomic tag

Expand Down