
Keysight M8070A Programming Guide
45
Recommended Programming Techniques
2
Figure 17
Sequence settings
Pattern Sequence Building Blocks
Minimal Sequence
A minimalistic sequence looks like the following:
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-16
"
?>
<
sequenceDefinition
xmlns:xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xmlns:xsd
=
"
http://www.w3.org/2001/XMLSchema
"
xmlns
=
"
http://www.agilent.com/schemas/M8000/DataSequence
"
>
</
sequenceDefinition
>
This sequence generates a 0 signal to all assigned locations.
Description
To specify a description for the sequence, insert the following:
<
description
>
Default 2^7-1 PRBS Sequence
</
description
>
Version Number
To specify a version number for the sequence syntax, insert the following:
<
version
>
1.0.0
</
version
>