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

schGetIgnoredStatus

schGetIgnoredStatus( 
d_instId
)
=> l_list

Description

Returns the ignored status of the given instance ID. This function can be used only when the instance IDs are known.

Arguments

d_instId

ID of the instance to be checked for ignored status.

Value Returned

l_list

Returns the ignored status. Its value can be one of the following:

  • invalid: for all non-instance IDs or invalid instance IDs.
  • not ignored: the instance does not have any of the ignore properties enabled.
  • ignored: the instance has all the ignore properties enabled.
  • partially ignored: The Instance has some of the ignore properties enabled.

Examples

schGetIgnoredStatus( car(geGetSelSet()) )
==> ignored

Return to top
 ⠀
X