drdOptionUpdateLayer
drdOptionUpdateLayer(
l_layers
g_state
)
=> t / nil
Description
Sets the default state for specified layers in the configuration file for the Filters tab of the DRD Options form. If the function is run without a maskLayout cellview open, the settings are discarded.
You can save settings from the DRD Options form to a configuration file or, conversely, load the settings from the configuration file to the form. For more information, see
Arguments
Value Returned
Examples
drdOptionUpdateLayer("Metal1,Metal2" t)
Enables the Metal1 and Metal2 layers in the Filters tab of the DRD Options form.
drdOptionUpdateLayer("Metal1,Metal2" nil)
Disables the Metal1 and Metal2 layers in the Filters tab of the DRD Options form.
drdOptionUpdateLayer("Routing,Device" nil)
Disables the Routing and Device layer categories in the Filters tab of the DRD Options form.
Return to top