Class: PrologixGpib::UsbController

Inherits:
Object
  • Object
show all
Includes:
Commands, Usb
Defined in:
lib/prologix_gpib.rb

Constant Summary

Constants included from Usb

PrologixGpib::Usb::EOL

Instance Attribute Summary

Attributes included from Usb

#serial_port

Instance Method Summary collapse

Methods included from Commands

#address, #address=, #auto, #auto=, #config, #eoi, #eoi=, #eos, #eos=, #eot, #eot=, #eot_char, #eot_char=, #mode, #mode=, #reset, #savecfg, #spoll, #timeout, #timeout=, #trigger, #version

Methods included from Usb

#close, #initialize, #read, #readline, #sr, #write

Instance Method Details

#testObject



13
14
15
# File 'lib/prologix_gpib.rb', line 13

def test
  puts 'testing'
end