ERC
ERC( ) => t / nil
Description
Defines the sequence of steps for performing an Electric Rule Checking (ERC). This function is invoked if you provide no overriding function. It checks the variables, the sequence of steps, such as netlisting (ercNetlist), and calls the ERC program for execution (ercSimout).
Arguments
Value Returned
Examples
The following example defines the sequence of steps for performing an ERC.
ERC()
=> t
Related Topics
Return to top