Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Make SEQX Example (ElementTree API)

Original Attribution: Carl M - Tektronix Applications

The Tektronix SEQX is a zip archive that contains 1 or more sequences (SML files) and optionally WFMX waveforms. This is intended to provide all channel assets (waveforms/sequences) defining a signal into a single file. SML files are an XML file that describes a sequence. Referenced assets are automatically loaded if available. Assets missing from the SEQX file will be replaced with assets currently loaded (from waveform list or sequence list). Assets missing from both will be reassigned to Empty. While you can pack many waveforms and sequences into a single SEQX file, a healthy habit is to only build SEQX files with one primary SML file and include only referenced assets.

Python has built-in tools for XML files and ZIP archives:

See also: Make WFMX (ElementTree API)

Resources

Original Discussion: https://forum.tek.com/viewtopic.php?t=140633