liblxi

C library for communicating with LXI-compatible test instruments

brewmacoslinux
Try with needOr install directly
Source

About

Simple C API for communicating with LXI compatible instruments

Commands

liblxi

Examples

Connect to an LXI instrument and send a query command$ lxi query -a 192.168.1.100 '*IDN?'
Discover available LXI instruments on the network$ lxi discover
Send a command to an instrument and retrieve the response$ lxi cmd -a 192.168.1.100 'VOLT:DC?'