auLvsGetLabelSuffix
auLvsGetLabelSuffix(schInstanceName param) =>suffix/ nil
Description
Returns the label suffix that is used when annotating dcOp or transient op points.
Arguments
Value Returned
Examples
The following is an example of a mFactored transistor using custom labels, where instance /IO/MO with parameter id returns suffix value of Sum.
auLvsGetLabelSuffix("/IO/MO" "id")
=> "Sum"
Related Topics
Parasitic Aware Design Functions
Return to top