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

Class TEK_710A

source code

object --+    
         |    
  GPIBInst --+
             |
            TEK_710A

Sony/Tektronix RTD-710A Transient Digitizer Object.

Instance Methods [hide private]
 
__init__(self, a, g)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
range(self, c, v)
Set the sensitivity of channel c to v volts.
source code
 
offset(self, c, v)
Set the offset of channel c to v volts.
source code
 
coupling(self, c, m)
Set the coupling mode for channel c.
source code
 
bw_limit(self, b)
Turn on bandwidth limiting (b=1) or turn it off (b=0).
source code
 
ch1_only(self, b)
Turn on Channel 1 only mode (b=1) or turn it off (b=0).
source code
 
sample_interval(self, t)
Set the interval between samples to be t seconds.
source code
 
samples(self, n)
Set the number of samples to take to n.
source code
 
sample_hold(self, b)
Stop sampling (b=1) or start again (b=0).
source code
 
record_wave(self, waitms)
Record a waveform.
source code
 
read_wave(self, location, c)
Read a waveform back from a specified location number and channel, c.
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)

range(self, c, v)

source code 

Set the sensitivity of channel c to v volts. c may be: 'a', 'cha', 'b', 'chb', 'ch1', 'ch2'

offset(self, c, v)

source code 

Set the offset of channel c to v volts. c may be: 'a', 'cha', 'b', 'chb', 'ch1', 'ch2'

coupling(self, c, m)

source code 

Set the coupling mode for channel c. c may be: 'a', 'cha', 'b', 'chb', 'ch1', 'ch2' m may be: 'ac', 'dc', 'gnd', 'ac_lf_reject', 'ac_hf_reject'

record_wave(self, waitms)

source code 

Record a waveform. Allow waitms milliseconds for this to complete.

read_wave(self, location, c)

source code 

Read a waveform back from a specified location number and channel, c. chan may be: 'a', 'cha', 'b', 'chb', 'ch1', 'ch2'