Skip to content

Commit

Permalink
Updated the U6 streamConfig docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez01 committed May 11, 2016
1 parent 2ae8553 commit bcc9aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,4 @@ Version History
and will be removed in a future version.
- Removed the u3SampleAndLogToCloudDot.py example. The CloudDot service
this example uses is no longer available.
- Updated the U6 streamConfig docstring.
4 changes: 1 addition & 3 deletions src/u6.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,7 @@ def streamConfig(self, NumChannels = 1, ResolutionIndex = 0, SamplesPerPacket =
since SampleFrequency has always set the scan
frequency and the name is confusing.
Desc: Configures streaming on the U6. On a decent machine, you can
expect to stream a range of 0.238 Hz to 15 Hz. Without the
conversion, you can get up to 55 Hz.
Desc: Configures streaming on the U6.
"""
if NumChannels != len(ChannelNumbers) or NumChannels != len(ChannelOptions):
raise LabJackException("NumChannels must match length of ChannelNumbers and ChannelOptions")
Expand Down

0 comments on commit bcc9aa4

Please sign in to comment.