
484
Keysight M8070A Programming Guide
5
SCPI Command Reference
:DATA:SEQuence:DELete
Syntax
:DATA:SEQuence:DELete <sequence-name>
Input
Parameters
<sequence-name>: Specify sequence name.
Description
This command deletes the specified sequence.
Example
:DATA:SEQ:DEL ‘MySequence’
:DATA:SEQuence:DALL
Syntax
:DATA:SEQuence:DALL
Description
This command deletes all sequences. This is a useful function if you do not
want to use the reset sequence (“Generator”, “Analyzer”).
Example
:DATA:SEQ:DALL
:DATA:SEQuence:BREak
Syntax
:DATA:SEQuence:BREak ‘identifier’
Input
Parameters
<identifier>: ‘M*.System’
Description
This command sends a break signal addressed by the identifier. This will
leave a loop and execute the next block or execute an arbitrary jump to
another block.
Example
:DATA:SEQ:BRE ‘M1.System’
:DATA:SEQuence:RESTart
Syntax
:DATA:SEQuence:RESTart <sequence-name>
Input
Parameters
<sequence-name>: Specify sequence name.
Description
This command restarts the specified sequence (jumps to the first block).
For example, this command is useful for ED sequences. Usually there is a
synch block first and then a loop to compare the synchronized pattern.
Performing a restart there causes a synchronization of the sequence.