Class: PrologixGpib::UsbController
- Inherits:
-
Object
- Object
- PrologixGpib::UsbController
- Defined in:
- lib/prologix_gpib.rb
Constant Summary
Constants included from Usb
Instance Attribute Summary
Attributes included from Usb
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
#test ⇒ Object
13 14 15 |
# File 'lib/prologix_gpib.rb', line 13 def test puts 'testing' end |