Skip to content

erikkallen/VXI11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#VXI11 Ruby Library by Erik Kallen

Based on the vxi11 code by Mike Marino (https://github.com/mgmarino/VXI11Discovery)

This library allows you to control VXI11 capable measurement devices like scopes, sine generators from Tektronix LeCroy R&S etc. It can find devices on your network and talk to them directly.

###Installing To install this gem you can add it to your gemfile or install using rubygems

#####Gemfile

gem 'vxi11'

#####Rubygems

gem install vxi11

###Example

require 'vxi11'

v = VXI11.new
v.find_devices
v.connect "10.0.0.1"
puts v.send_and_receive "*IDN?"

About

VXI11 Ruby gem for controlling your VVXI11 compatible devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published