
476
Keysight M8070A Programming Guide
5
SCPI Command Reference
:DATA:PATTern:DESCription[?]
Syntax
:DATA:PATTern:DESCription <pattern-name>,<description>
:DATA:PATTern:DESCription? <pattern-name>
Input
Parameters
<pattern-name>: Name of the pattern. Name consists of root node
(“factory:”, “shared:”, or “current:”) plus folder names separated by ‘/’ plus
pattern name; like “shared:SATA/LTDP_short_b8b10”.
<description>: Enter a pattern description.
Return Range
<description>
Description
This command is used to add a description to the specified pattern. This
SCPI doesn’t allow adding description to factory patterns.
Example
Create a new pattern by the name “bit_pattern” and save it to “shared”
memory location. Now, use the following example to set “sample bit
pattern” as the description.
:DATA:PATT:DESC “shared:bit_pattern”,“sample bit pattern”
:DATA:PATTern:DELete
Syntax
:DATA:PATTern:DELete <pattern-name>
Input
Parameters
<pattern-name>: Name of the pattern. Name consists of root node
(“factory:”, “shared:”, or “current:”) plus folder names separated by ‘/’ plus
pattern name.
Description
This command deletes the specified pattern. A factory pattern can’t be
deleted.
Example
:DATA:PATT:DEL "shared:SATA/LTDP_short_b8b10"