Waveform ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: EXPort:WAVeform:SCOPe single: EXPort:WAVeform:CURSorset single: EXPort:WAVeform:MEAS single: EXPort:WAVeform:STARt single: EXPort:WAVeform:STOP single: EXPort:WAVeform:SAVE single: EXPort:WAVeform:SOURce single: EXPort:WAVeform:DLOGging single: EXPort:WAVeform:NAME single: EXPort:WAVeform:INCXvalues single: EXPort:WAVeform:RAW single: EXPort:WAVeform:DISPlayoff single: EXPort:WAVeform:MULTichannel single: EXPort:WAVeform:TIMestamps single: EXPort:WAVeform:ICDR .. code-block:: python EXPort:WAVeform:SCOPe EXPort:WAVeform:CURSorset EXPort:WAVeform:MEAS EXPort:WAVeform:STARt EXPort:WAVeform:STOP EXPort:WAVeform:SAVE EXPort:WAVeform:SOURce EXPort:WAVeform:DLOGging EXPort:WAVeform:NAME EXPort:WAVeform:INCXvalues EXPort:WAVeform:RAW EXPort:WAVeform:DISPlayoff EXPort:WAVeform:MULTichannel EXPort:WAVeform:TIMestamps EXPort:WAVeform:ICDR .. autoclass:: rsrtx.Implementations.Export.Waveform.WaveformCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently waveform_copy = driver.export.waveform.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Export_Waveform_FastExport.rst Export_Waveform_Zoom.rst