About the extended sequencer
R&S®SMW-K50x/-K315
20User Manual 1177.6269.02 ─ 19
Table 2-1: Format of *.ps_seq and *.ps_sub file
Container tag Tag name Description
<sequence_list> List of sequences
<entry> Description of a sequence
<subsequence_flag> Indicates whether the entry is a waveform or a nested subsequence:
●false - primary sequence/waveform, defined with the <waveform> tag
●true - subsequence, defined with the <subsequence> tag
<waveform> Indicates the multi-segment waveform file (*.msv) in the format
<name>[:<segment#>], where:
●<name> is the filename; file extension is optional
●<segment#> sets the segment to be played
<subsequence> Filename of the referenced subsequence file; file extension *.ps_sub is
optional.
<timelist_flag> Indicates whether a time variation file is used:
●false - there is no time variation file; the off time is set with the
<off_time> tag
●true - a time variation file exists, defined with the <time_list> tag
<off_time> Waveform segment off time
Units: [s], ms, us
Note:
●If no unit is set, the value refers to the clock rate of the waveform.
E.g., 100 MHz clock rate, 30 Clks = 3 µs.
●The <off_time> number of decimal places relates to the waveform
clock rate and is rounded accordingly
<time_list> Filename of the time variation file; the file extension *.ps_pri is optional.
<repetitions> Number of waveform segments the <entry> applies to.
<marker> Defines the use of an entry marker.
●true - enables the entry marker.
The length of the marker signal is defined by "Duration" in the "Marker"
settings dialog of the R&S SMW.
●false - disables the entry marker.
This flag is optional, if not set, false is the default setting.
2.2.1.2 Time list
Time lists define variable off times between the waveform segments. They include any
number of entries with off times, and can be used to perform off time variations
between waveform segments.
The file format of time lists is *.ps_pri.
Time list files:
●Consist of entries with off time and repetition value pairs.
●Can have any number of entries.
●Are referenced in sequence lists and subsequence lists, mapped with the tag
<time_list>.
See the examples Programming examples of time lists for XML file contents.
About the extended sequencer in user mode