RIGOL
2-88
VSA Programming Guide
Return Format
The query returns the mask parameters that are being edited currently in scientific notation.
Example
The following command edits the two points of the upper mask.
:TRIGger:SEQuence:FMT:MASK1:DATA –80000000, –50, 80000000, –50
The following query returns –8.07, –5.01, 8.07, –5.01
:TRIGger:SEQuence:FMT:MASK1:DATA?
:TRIGger[:SEQuence]:FMT:MASK<n>:DELete
Syntax
:TRIGger[:SEQuence]:FMT:MASK<n>:DELete
Description
Deletes the specified mask.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2
——
Remarks
When <n> is set to 1, edit the upper mask; when set to 2, edit the lower mask.
This command is only valid when you select FMT to be the trigger source.
:TRIGger[:SEQuence]:FMT:MASK<n>:NAME
Syntax
:TRIGger[:SEQuence]:FMT:MASK<n>:NAME <string>
:TRIGger[:SEQuence]:FMT:MASK<n>:NAME?
Description
Saves the FMT file with a specified filename suffixed with ".csv" to the default path (/"mode name"/mask).
Queries the currently saved FMT filename.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2
——
<string>
ASCII String
——
——
Remarks
If the specified file already exists, overwrite it.
When <n> is set to 1, edit the upper mask; when set to 2, edit the lower mask.
Example
The following command saves the upper mask FMT file with the filename (mask1.csv) to the "/vsa/mask"
folder.
:TRIGger:SEQuence:FMT:MASK1:NAME mask1
The following query returns mask1.
:TRIGger:SEQuence:FMT:MASK1:NAME?