File Operation
How to Execute
Load a Template File
Select Load
from the Matching Template Panel toolbar, and the Load Matching Template File dialog is displayed.
Select a Matching Template File and press OK to append figures and measurement points described in the file to the datalist. When the new file is loaded, the information registered before is cleared.
Output to a Template File
The figures and measurement points in the datalist can be saved to a text file.
Select Save
from the Matching Template Panel toolbar, and the Save Matching Template File dialog is displayed.
Specify the output file name and press OK to save. The output is a template file that can be input to pattern-match.
Run from the Command Line
Creating a Template from a Recipe File
The --matching-template-recipe-file
option can be specified with a Matching Template Recipe File at startup to add the figures and measurement points described in the file.
You can also save the created figures and measurement points as a template file using --matching-template-out
option.
By specifying as follows, a template created by applying the recipe file matching_template_recipe_file.txt to figure_file will be output to matching_template.txt.
$ nebv --matching-template-recipe-file=/path/to/matching_template_recipe_file.txt --matching-template-out=/path/to/matching_template.txt /path/to/figure_file
For Matching Template Recipe File syntax, Refer to Matching Template Recipe File page.
See --matching-template-recipe-file
, --matching-template-out
in Boot Options page.
Loading Templates
If you want to load an existing template, you can specify a template file using --matching-template-in
option.
$ nebv --matching-template-in=/path/to/matching_template_in.txt ...
See --matching-template-in
in Boot Options page.