API Overviewยค
Although this package contains many classes and functions, the classes that you may typically create instances of are
- Config
- Connection
- Equipment — possibly a Register if you only want to load an equipment register (i.e., you don't need to create Connections)
The following interfaces are available to communicate with equipment,
- GPIB — Base class for GPIB communication
- HiSLIP — Base class for the HiSLIP communication protocol
- Prologix — Use Prologix hardware to establish a connection
- SDK — Use the Software Development Kit (SDK) provided by the manufacturer
- Serial — Base class for equipment that is connected through a serial port
- Socket — Base class for equipment that is connected through a socket
- VXI11 — Base class for the VXI-11 communication protocol
- ZeroMQ — Base class for equipment that use the ZeroMQ communication protocol
and the following classes may be used to interface with equipment using external packages