-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
071210d
commit 3482cfa
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,10 @@ | |
Basics of device communication | ||
====================================== | ||
|
||
The devices are represented as Python objects, in most cases, one per device. | ||
The devices are represented as Python objects, in most cases, one per device. All the device control functions is contained there. Occasionally, there are auxiliary function present for listing available devices, dealing with data generated by the device, or adjusting global parameters. | ||
|
||
.. note:: | ||
Some specific devices functionality might not be completely covered in the current release. If this is the case for your device, you can let the developers know by raising an `issue on GitHub <https://github.com/AlexShkarin/pyLabLib/issues>`__, or sending an e-mail to [email protected]. | ||
|
||
|
||
.. _devices_connection: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters