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

Class HP_8903E

source code

object --+    
         |    
  GPIBInst --+
             |
            HP_8903E

HP 8903E Distortion Analyzer Object.

Instance Methods [hide private]
 
__init__(self, a, g)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
check_open(self)
Check the device is open.
source code
 
get_ac_volts(self)
Measure the AC voltage present at the input.
source code
 
get_distortion(self)
Measure the distortion of the signal present at the input.
source code

Inherited from GPIBInst: reset_bus, set_display_status, set_dump_gpib, set_obj, set_print_error, set_print_gpib

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, a, g)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

check_open(self)

source code 

Check the device is open. Return True if it is.