diff --git a/pyvisa_py/attributes.py b/pyvisa_py/attributes.py index 753d20db..99ba0446 100644 --- a/pyvisa_py/attributes.py +++ b/pyvisa_py/attributes.py @@ -27,4 +27,5 @@ class AttrVI_ATTR_TCPIP_KEEPALIVE(former_keepalive): resources = [ (constants.InterfaceType.tcpip, "SOCKET"), (constants.InterfaceType.tcpip, "INSTR"), + (constants.InterfaceType.vicp, "INSTR"), ]