ROUTe:SEQuence:CATalog?
Syntax
ROUTe:SEQuence:CATalog?
Description
This command returns a list of user-defined sequence names currently stored in non-volatile memory.
Remarks
When stored in memory, the sequence names are converted to all uppercase letters. For example, when stored "MySeq_1" is converted to "MYSEQ_1".
Up to 500 unique sequences can be stored in non-volatile memory. Each sequence is limited to 1024 bytes.
When a sequence is defined, the specified commands are checked for proper syntax and absolute parameter range limits. If an error is detected during compilation, the entire sequence will be discarded.
To delete stored sequences, use the ROUTe:SEQuence:DELete[:NAME] command.
Return Format
This command returns the sequence names currently stored and returns a comma-separated list. If no sequence names have been stored, a null string ( " " ) is returned.
Example
The following command returns a list of sequence names currently stored (the quotes are also returned).
ROUT:SEQ:CAT?
Typical Response: "MYSEQ_1","PATH_DUT1","SW_PATH2"