ROUTe:SEQuence:DELete[:NAME]
Syntax
ROUTe:SEQuence:DELete[:NAME] <name>
Description
This command deletes the specified sequence from non-volatile memory. Deleting a sequence also frees up space in memory previously allocated for the sequence.
Parameters
Name |
Type |
Range of Values |
Default Value |
<name> |
ASCII String |
A previously-defined sequence name consisting of up to 30 characters (see ROUTe:SEQuence:DEFine command). |
This is a required parameter |
Remarks
If the specified sequence name is not currently stored in memory, an error will be generated.
If you attempt to delete a sequence while it is executing, an error will be generated. To abort a sequence execution, use the ROUTe:SEQuence:ABORt command or a Device Clear.
Deleting a sequence will remove its association with an alarm if used (see ROUTe:SEQuence:TRIGger:SOURce command).
To delete all sequences currently stored memory, use the ROUTe:SEQuence:DELete:ALL command.
Example
The following command deletes the sequence named "MYSEQ_1".
ROUT:SEQ:DEL MYSEQ_1