OpticalAberration
Plot various types of monochromatic aberration that arise when electromagnetic rays are focused by a system of lenses and mirrors.
Syntax
model.result(<pgtag>).create(<ftag>,"OpticalAberration");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"OpticalAberration") creates an optical aberration plot feature named <ftag> belonging to the plot group <pgtag>. The optical aberration plot is used to visualize various types of monochromatic aberration. Optical aberration plots can be added to 2D plot groups.
The following properties are available:
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
colortable | uniform
on | off
Whether to show color legend, when coloring is set to colortable.
The color table to use when colormethod is set to colortable. See Color Tables for a list of color tables.
on | off
Whether to reverse to color table when colormethod is set to colortable.
on | off
none | parent | data set name
If inheritplot is not none: Determines if the color is inherited.
none | plot name
If inheritplot is not none: Determines if the color and data ranges are inherited.
all | higherorder | selectindividual
The title to use when titletype is manual.
auto | custom | manual | none
auto if the title contribution should be computed automatically, possibly using the group’s customization. custom if the title contribution should be computed automatically, but customized. manual if the manual title contribution should be used (the title property). none if no title contribution should be used.
Include the z(0,0), piston term (if terms is set to selectindividual)
Include the z(1,-1), vertical tilt term (if terms is set to selectindividual)
Include the z(1,1), horizontal tilt term (if terms is set to selectindividual)
Include the z(2,0), defocus term (if terms is set to selectindividual)
Include the z(2,2), astigmatism term (if terms is set to selectindividual)
Include the z(3,-3), oblique trefoil term (if terms is set to selectindividual)
Include the z(3,-1), vertical coma term (if terms is set to selectindividual)
Include the z(3,1), horizontal coma term (if terms is set to selectindividual)
Include the z(3,3), horizontal trefoil term (if terms is set to selectindividual)
Include the z(4,-4), oblique quatrefoil term (if terms is set to selectindividual)
Include the z(5,-5) term (if terms is set to selectindividual)
Include the z(5,-3) term (if terms is set to selectindividual)
Include the z(5,-1) term (if terms is set to selectindividual)
Include the z(5,1) term (if terms is set to selectindividual)
Include the z(5,3) term (if terms is set to selectindividual)
Include the z(5,5) term (if terms is set to selectindividual)