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 Options – Editor in the schematic window.
Arguments
|
Prompt name (if any) of the ignore property that is to be added. |
|
Value Returned
Examples
The nlAction property is registered.
schAddIgnoreProp( ?name "nlAction" ?prompt "ignore all simulators" ?type "string" ?value "ignore" ?enable t )
Return to top