Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

drdOptionsSet

drdOptionsSet( 
t_fieldName
g_state
) 
=> t / nil

Description

Sets default states for fields in the configuration file for the DRD Options form.

You can save settings from the DRD Options form to a configuration file and, conversely, load the settings from the configuration file to the form. For more information, see DRD Configuration File in Virtuoso Design Rule Driven Editing User Guide.

Arguments

t_fieldName

Name of the field as mentioned in the configuration file.

g_state

Indicates the state of the specified field. It can have one of these values:

  • t: enabled
  • nil: disabled

Value Returned

t

The state was set.

nil

The state could not be set.

Examples

drdOptionsSet("interactiveNotifyEnabled" t)

Enables this option in the DRD Option form: InteractiveNotifyEnabled.

drdOptionsSet("interactiveNotifyEnabled" nil)

Disables this option in the DRD Option form: InteractiveNotifyEnabled.


Return to top
 ⠀
X