parModelCreateNetC
parModelCreateNetC(d_cache[ ?nett_net] [ ?typet_type] [ ?extLibt_extLib] [ ?extCellt_extCell] [ ?extViewt_extView] [ ?netMapt_netMap] [ ?includet_include] [ ?thresholdt_threshold] [ ?membersl_members] [ ?simParamsl_simParams] [ ?simSweepsl_simSweeps] [ ?namet_name] [ ?notet_note] [ ?verboseg_verbose] ) =>model_id/ nil
Description
Creates a new parasitic capacitance estimate between two nets.
Arguments
|
The parasitic cache in which the model belongs. It includes a cache_id, which is returned by parCacheFind or parCacheGet for a SKILL list that contains library, cell, and view names. |
|
|
Name of the net for which capacitance model must be created. |
|
|
Type of estimate that can be a star model or stitched extracted net. |
|
|
Indicates the net from the extracted view to be used for the parasitic estimate. It is a paired value that specifies the mapping of a net member to a net. |
|
|
Parasitics to be included. Possible values are |
|
|
If |
|
|
A member_list is a list of members where each member is a list in the form of |
|
|
List of simulation parameters specifying a name-value pair for the parameter. |
|
|
List of simulation sweeps specifying a name-value pair for the parameter. |
|
|
A string that uniquely identifies the model in the cache. If unspecified, a name is generated automatically. |
|
|
A boolean argument that controls whether a message is displayed to inform of the successful creation of a model. |
|
Value Returned
Examples
The following example describes how to create a 10f parasitic capacitance estimate between nets ibias and gnd!.
parModelCreateNetC( cache ?members list( list( "gnd!" 'net ) list( "ibias"
'net ) ) ?simParams list( "c" "10f" ) )
=> ci:0x12fde108
Related Topics
Parasitic Aware Design Functions
Return to top