
482
Keysight M8070A Programming Guide
5
SCPI Command Reference
:DATA:SEQuence:NEW
Syntax
:DATA:SEQuence:NEW <sequence-name>
Input
Parameters
<sequence-name>: Specify sequence name.
Description
This command is used to create a new sequence.
Example
:DATA:SEQ:NEW ‘MySequence’
:DATA:SEQuence:NAMes?
Syntax
:DATA:SEQuence:NAMes?
Description
This command returns the sequence names currently in use.
Example
:DATA:SEQ:NAM?
“Generator”,“Analyzer”,“MySequence”
:DATA:SEQuence:BIND[?]
Syntax
:DATA:SEQuence:BIND <sequence-name>,<identifier-list>
:DATA:SEQuence:BIND? <sequence-name>
Input
Parameters
<sequence-name>: Specify sequence name.
<identifier-list>: Specify location or group name identifier.
Return Range
<identifier-list>
Description
This command binds the identifiers to a specified sequence. The identifier
is either a location or a group name identifier. If locations are already used
in another sequence, they get re-assigned to this sequence.
This SCPI is applicable for M8041A, M8051A, M8195A, M8196A and
M8046A. However, for M8195A and M8196A, it is only valid for Data Out
locations.
Example
:DATA:SEQ:BIND ‘MySequence’,‘M1.DataIn1’