
Keysight M8070A Programming Guide
483
SCPI Command Reference
5
:DATA:SEQuence:VALue[?]
Syntax
:DATA:SEQuence:VALue <sequence-name>,<sequence-string>
:DATA:SEQuence:VALue? <sequence-name>
Input
Parameters
<sequence-name>: Specify sequence name.
<sequence-string>: Enter definite length block and pattern sequence XML
string.
Return Range
<sequence-string>
Description
This command is used to enter a sequence string consisting of the pattern
sequence parameters for the specified sequence name and download it to
the hardware. A definite length block must be entered indicating the
length of the string to download.
In the following example, #3340 defines the length of the string:
#3 indicates that a definite length arbitrary data block follows and its
length is specified in 3 digits.
340 indicates that 340 bytes follow. In this example, the bytes are all
readable ascii characters.
Example
:DATA:SEQuence:VALue 'Generator',#3342<?xml version="1.0"
encoding="utf-16"?><sequenceDefinition
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.agilent.com/schemas/M8000/DataSequence"><descr
iption /><sequence><loop><block length="128"><prbs
polynomial="2^7-1"
/></block></loop></sequence></sequenceDefinition>
NOTE
It is recommended to edit the sequence string in the Sequence Editor in
either “UI” or “<Xml>” mode and then copy/paste the xml sequence
string.