Const
Readonly
ALL: 7This value enables automatic schematic optimization after all changes (except manually changing positions of objects by dragging them with the mouse).
Readonly
CONNECTOR: 2When this flag is set, perform local optimization of the schematic whenever a connector is expanded or collapsed to show/hide unconnected pins.
Readonly
HIERARCHY: 4When this flag is set, perform local optimization of the schematic whenever a hierarchical component is folded or unfolded to hide/show its contents.
Readonly
NONE: 0This value disabled automatic schematic optimization completely.
Readonly
SCHEMATIC: 1When this flag is set, then local optimization of the schematic is performed whenever the schematic changes.
Flags and values for specifying when to carry out schematic optimization automatically, see CoreConfig.autoOptimize.