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

schGetCheckGroups

schGetCheckGroups( 
)
=> list / nil

Description

Returns an association list of all the custom schematic checker groups created using schRegisterCheckGroup().

Arguments

None

Return Value

List

A list of schRegisterCheckGroup struct objects in the order that they were initially registered

Nil

If schRegisterCheckGroup has not yet been called.

Examples

schGetCheckGroups()

=> ((ercChecks schCheckGroup@0x1155e788))

Related Topics

schRegisterCheckGroup


Return to top
 ⠀
X