Source code for lightlab.equipment.lab_instruments.Tektronix_CSA8000_CAS

from .Tektronix_DSA8300_Oscope import Tektronix_DSA8300_Oscope


[docs]class Tektronix_CSA8000_CAS(Tektronix_DSA8300_Oscope): ''' Communication analyzer scope Note: @LightwaveLab: Is this different from the DSA? Maybe the DSA was the old one that got retired, but they are actually the same... Not necessarily tested with the new abstract driver Usage: :any:`/ipynbs/Hardware/Oscilloscope.ipynb` ''' pass