Project

vxi11

0.0
No release in over 3 years
Low commit activity in last 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

#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?"