Skip to content

Commit

Permalink
attributes: add vicp INSTR to the supported interface for TCPIP keep …
Browse files Browse the repository at this point in the history
…alive attr (#477)
  • Loading branch information
MatthieuDartiailh authored Dec 17, 2024
1 parent 63bd615 commit 0d42629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvisa_py/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ class AttrVI_ATTR_TCPIP_KEEPALIVE(former_keepalive):
resources = [
(constants.InterfaceType.tcpip, "SOCKET"),
(constants.InterfaceType.tcpip, "INSTR"),
(constants.InterfaceType.vicp, "INSTR"),
]

0 comments on commit 0d42629

Please sign in to comment.