Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SEBv15 authored Aug 7, 2020
1 parent 6122d54 commit 3822350
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ from pycertifspec.bluesky import Counter as BlueskyCounter
client = Client(host="localhost", port=6510)

# Var
A = client.var("A")
# Currently all variable types (string, int, arrays, etc.) can be read
# and formatted, but only non-arrays can be written
A = client.var("A") # dict of motor positions
# Currently all variable types (string, int, arrays, etc.) can be read
# and written, although arrays are a bit tricky to work with
print(A.value)

#ArrayVar
Expand Down

0 comments on commit 3822350

Please sign in to comment.