Skip to content

Commit

Permalink
gpib: fix command value
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Oct 1, 2020
1 parent 01f720e commit 38e0e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisa_py/gpib.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class GPIBCommand(bytes, Enum):
LLO = b"\x11"

#: UNLISTEN
UNL = b"\x5F"
UNL = b"\x3F"

# Talker
@staticmethod
Expand Down

0 comments on commit 38e0e26

Please sign in to comment.