parModelCreateNetK
parModelCreateNetK(d_cache[ ?memberst_members] [ ?simParamsl_simParams] [ ?simSweepsl_simSweeps] [ ?namet_name] [ ?notet_note] [ ?verboseg_verbose] ) =>model_id/ nil
Description
Creates new parasitic mutual-inductance estimate models between the inductance of the specified instance terminals. The members specified are the instance terminals whose estimate inductance is to be considered for creating mutual inductance. If the instance terminals do not have an associated estimate inductance, it is created automatically.
Arguments
|
The parasitic cache in which the model or filter belongs. It includes a cache_id, which is returned by parCacheFind or parCacheGet for a SKILL list that contains library, cell, and view names. |
|
|
List of the instance terminal members whose estimate inductance is considered for creating mutual inductance.
A member_list is a list of members where each member is a list in the form of |
|
|
List of simulation parameters containing a name-value pair for the parameter. |
|
|
List of simulation sweeps containing 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 parasitic mutual inductance model between estimate inductances of instance terminals MP0:D and MN0:D, where the k value of mutual inductance is 1.
parModelCreateNetK( cache ?members list("/MP0:D" "/MNO:D") ?simParams
list("k" "1" ))
=> ci:0x12be3998
Related Topics
Parasitic Aware Design Functions
Return to top