aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-06-09 20:46:59 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-06-09 20:46:59 -0400
commitdaee9b48ac6bbc42e1bd406dc4a1c138cb19d257 (patch)
tree876bf89c626b4ca512b88ca7dadb6957885f94e6 /config.py
parent76982ea70f1eefa481af3cd9f7bafdf92733aad0 (diff)
downloadlecrunch-daee9b48ac6bbc42e1bd406dc4a1c138cb19d257.tar.gz
lecrunch-daee9b48ac6bbc42e1bd406dc4a1c138cb19d257.tar.bz2
lecrunch-daee9b48ac6bbc42e1bd406dc4a1c138cb19d257.zip
you can now take data using sequence mode! also, updated the README file to include more examples. sock.py now replaces scope.py. sock.py is almost identical, but i renamed the class to Socket and fixed it so that data headers are properly received; previously, it was assumed that the 8 byte header was sent in a single recv() call, which is not always the case. draw.py is a new script to draw waveforms using matplotlib instead of root.
Diffstat (limited to 'config.py')
-rwxr-xr-xconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index b55c5f5..2af80da 100755
--- a/config.py
+++ b/config.py
@@ -40,7 +40,7 @@ Examples:
"""
commands = ['TIME_DIV', 'COMM_FORMAT', 'COMM_HEADER', 'COMM_ORDER'] + \
- ['TRIG_DELAY', 'TRIG_SELECT', 'TRIG_MODE', 'TRIG_PATTERN'] + \
+ ['TRIG_DELAY', 'TRIG_SELECT', 'TRIG_MODE', 'TRIG_PATTERN', 'SEQUENCE'] + \
['C%i:COUPLING' % i for i in range(1,5)] + \
['C%i:VOLT_DIV' % i for i in range(1,5)] + \
['C%i:OFFSET' % i for i in range(1,5)] + \