pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
288 stars 124 forks source link

VI_ATTR_SUPPRESS_END_EN in TCPIP SOCKET #114

Closed skrchnavy closed 6 years ago

skrchnavy commented 6 years ago

attribute is set and read in TCPIP SOCKET resource driver. It works similar to description in http://zone.ni.com/reference/en-XX/help/370131S-01/ni-visa/vi_attr_suppress_end_en/ :\ _On TCP/IP SOCKET sessions, if this attribute is set to VI_FALSE, if NI-VISA reads some data and then detects a pause in the arrival of data packets, it will terminate the read operation. On TCP/IP SOCKET sessions, this attribute defaults to VITRUE in NI-VISA.

relates to #109

skrchnavy commented 6 years ago

This PR could be in conflict with #113 so when one accepted, second shall be check for proper merge.

MatthieuDartiailh commented 6 years ago

I am happy with. Merging.

bors r+

MatthieuDartiailh commented 6 years ago

By the way could you request me as a reviewer when you open a PR that way I can navigate more quickly to them (and I am hence less likely to forget about them).

bors[bot] commented 6 years ago

Build succeeded