Module GPIBWrap :: Class GPIBInst
[hide private]
[frames] | no frames]

Class GPIBInst

source code

object --+
         |
        GPIBInst

Base class for GPIB instruments with functions common to all instruments.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_obj(self, obj) source code
 
set_print_error(self, b)
Allow (b=1) or suppress (b=0) error messages.
source code
 
set_print_gpib(self, b)
Log (b=1) or not (b=0) all raw GPIB traffic.
source code
 
set_display_status(self, b)
Show status (b=1) or not (b=0) after each GPIB command.
source code
 
set_dump_gpib(self, b)
Dump a representation (b=1) or not (b=0) of binary GPIB read data.
source code
 
reset_bus(self)
Force a reset on the GPIB bus.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)