Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schAddIgnoreProp

schAddIgnoreProp( 
t_name
t_prompt
t_type
t_value
g_enable
)
=> t / nil

Description

Registers an ignore property. You can view the set of registered ignore properties on the Ignore Properties tab by clicking OptionsEditor in the schematic window.

Arguments

t_name

Name of the property to be registered.

t_prompt

Prompt name (if any) of the ignore property that is to be added.

t_type

Type of the property is string or Boolean.

t_value

Value of the ignore property.

g_enable

Enable or disable the property using t or nil.

Value Returned

t

Ignore property was registered successfully.

nil

Ignore property was not registered.

Examples

The nlAction property is registered.

schAddIgnoreProp( ?name "nlAction" ?prompt "ignore all simulators" ?type "string" ?value "ignore" ?enable t )

Return to top
 ⠀
X