hnlMapModelName
hnlMapModelName(
t_cdsName
[ t_viewList
t_pathName
t_LibName
t_cellName
t_viewName
t_isCellTopCell ]
)
=> name
Description
Returns a new mapped name if the argument specified as the cdsName string is not a valid name for the target simulator. Otherwise, the string is returned. The hnlMapModelFirstChar, hnlMapModelInName, hnlMaxNameLength, and simModelNamePrefix variables are used to determine the mapping of the name.
Arguments
|
t_cdsName
|
Name of a model.
|
|
t_viewList
|
Effective view list. This argument must also be supplied if hierarchical configuration is used.
|
|
t_pathName
|
Path name string. This argument must also be supplied if hierarchical configuration is used.
|
|
t_LibName
|
Configuration library name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_cellName
|
Cell name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_viewName
|
View name. This argument must also be supplied if hierarchical configuration is used.
|
|
t_isCellTopCell
|
Boolean value to indicate if the cell is a top cell. This argument must also be supplied if hierarchical configuration is used.
|
Value Returned
|
name
|
A new mapped name if the argument specified as the cdsName string is not a valid name for the target simulator. Otherwise, the string is returned.
|
Examples
hnlMapModelName( "block1" )
Related Topics
OSS Functions
Return to top