Skip to content

Commit

Permalink
Updated getAIN source doc and its example. Updated README date for re…
Browse files Browse the repository at this point in the history
…lease.
  • Loading branch information
davelopez01 committed Sep 9, 2020
1 parent b67f611 commit a3cd2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
LabJackPython: Cross-platform (Windows, Linux, Mac OS X) Python modules and
examples for the LabJack U3, U6, UE9 and U12.
01/23/2019
09/09/2020
support@labjack.com

LabJackPython requires Python 2.6, 2.7 or 3.x. Please report bugs to
Expand Down
4 changes: 2 additions & 2 deletions src/u6.py
Expand Up @@ -1497,8 +1497,8 @@ def getAIN(self, positiveChannel, resolutionIndex=0, gainIndex=0, settlingFactor
channel is positiveChannel+1.
Desc: Reads an AIN and applies the calibration constants to it.
>>> myU6.getAIN(14)
299.87723471224308
>>> myU6.getAIN(0)
10.109889201523673
"""
result = self.getFeedback(AIN24AR(positiveChannel, resolutionIndex, gainIndex, settlingFactor, differential))

Expand Down

0 comments on commit a3cd2d2

Please sign in to comment.