Comparison
Create a comparison plot for graph plots, comparing it to the data in a table graph.
Syntax
model.result(<pgtag>).feature(<gtag>).create(<ftag>,"Comparison");
model.result(<pgtag>).feature(<gtag>).feature(<ftag>).set(property,<value>);
model.result(<pgtag>).feature(<gtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).feature(<gtag>).create(<ftag>,"Comparison") creates a comparison subplot feature named <ftag> belonging to the plot group <pgtag> and graph plot <gtag>. Comparison subplot features are available for 1D global, line graph, and point graph plots. The comparison is made against the table data in a table graph plot.
The following properties are available::
yfx | xfy | closest
The mapping: difference in the y direction, difference in the x direction, or the closest point.
all | maximum | rms | r2