ATECoder / vba.tcp.scpi

TCP SCPI Virtual Instrument classes for VBA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP Socket-based control and communication workbooks for LXI-based instruments.

Description

The ISR VBA TCP Scpi workbooks provide VBA classes for communicating with LXI instruments in desktop platforms using Winsock.

Using the [Prologix] GPIB to Ethernet interface, Winsock can be used to implement some of the capabilities of VXI-11 such as device clear and serial poll.

Otherwise, Unlike VXI-11 or HiSlip, using these classes these classes do not implement the bus level method for issuing device clear, reading service requests or responding to instrument initiated event. While control ports for these methods are available in some Keysight instruments, these ports are not part of the standard LXI framework.

Supported VBA Releases

  • TBA

Repository Owner

Authors

Legal Notices

Integrated Scientific Resources, Inc., and any contributors grant you a license to the documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Integrated Scientific Resources, Inc., and/or other Integrated Scientific Resources, Inc., products and services referenced in the documentation may be either trademarks or registered trademarks of Integrated Scientific Resources, Inc., in the United States and/or other countries. The licenses for this project do not grant you rights to use any Integrated Scientific Resources, Inc., names, logos, or trademarks.

Integrated Scientific Resources, Inc., and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

About

TCP SCPI Virtual Instrument classes for VBA

License:Creative Commons Attribution 4.0 International


Languages

Language:VBA 98.9%Language:PowerShell 1.1%