lightlab.equipment.lab_instruments.Tektronix_DSA8300_Oscope module

Summary

Classes:

Tektronix_DSA8300_Oscope Sampling scope.

Reference

class Tektronix_DSA8300_Oscope(name='The DSA scope', address=None, **kwargs)[source]

Bases: lightlab.equipment.visa_bases.visa_driver.VISAInstrumentDriver, lightlab.equipment.abstract_drivers.TekScopeAbstract.TekScopeAbstract

Sampling scope. See abstract driver for description

Manual

Usage: Instrument: Oscilloscope

instrument_category

alias of lightlab.laboratory.instruments.interfaces.Oscilloscope

totalChans = 8
histogramStats(chan, nWfms=3, untriggered=False)[source]

Samples for a bunch of waveforms. Instead of sending all of that data, It uses the scope histogram. It returns the percentage within a given sigma width

Returns:standard deviation in volts (ndarray): proportion of points within [1, 2, 3] stddevs of mean
Return type:(float)