schGetAllIgnoreProps
schGetAllIgnoreProps(
)
=> l_list / nil
Description
Returns a disembodied property list for all the ignore properties that are currently registered. You can view the set of registered ignore properties set on the Ignore Properties tab by clicking Options – Editor in the schematic window.
Arguments
Value Returned
Examples
schGetAllIgnoreProps()
((nil name "ignore" prompt "ignore"
type "boolean" value "TRUE" enabled
nil
)
(nil name "lvsIgnore" prompt "lvsIgnore"
type "boolean" value "TRUE" enabled
nil
)
(nil name "nlIgnore" prompt "nlIgnore"
type "string" value "spectre" enabled
nil
)
)
Return to top