Adding Columns to Measurement Panel

Add an arbitrary column to Measurement Panel.

How to Execute

You can add an arbitrary column to Measurement Panel by specifying the --measure-additional-column option at startup.

$ nebv --measure-additional-column=<column1>[:<default1>][,<column2>[:<default2>],...] ...

You can specify multiple columns separated by ,, and the default value can be specified after :.

Add a Measurement Point from Screen or Create Measurement Point Dialog

If you add a measurement point after startup, Measurement Panel will display the column with the default value which you specified at startup.

Measurement Additional Columns

Add a Measurement Point by Specifying a Measure Points File

You can set a value of the column you have added by ADDITIONAL_COLUMN option for each measurement point in the Measure Points File.

# Measurement points
2 CD X 228.68, 81.17 ADDITIONAL_COLUMN="aiu,kakiku"

Measurement Load Additional Columns

Refer to Measure Points File page.

Output Additional Column Information to a File.

The values set for the added columns can be saved in a text file (Measure Points File or CD Results File).

If you want to save them to a CD Results File, you need to enable the --cd-file-with-additional-column option. See preference Action/Recipe Creationpage for detail.

You can modify the name and the default value of the additional column from the Preference. See preference Action/Recipe Creation/Add Measurementpage for detail.

Restrictions

  • If you change any parameters related to additional columns from the Preference, the changes will not take effect until you restart neoEBV.
Last modified May 14, 2024