hnlMapTermName
hnlMapTermName(t_cdsName) =>name/ nil
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 cdsName string is returned.
The hnlMapTermFirstChar, hnlMapTermInName, hnlMaxNameLength, and simTermNamePrefix variables are used to determine the mapping of the name.
Arguments
Value Returned
|
A new mapped name if the argument specified as the cdsName string is not a valid name for the target simulator; otherwise, the cdsName string is returned. |
|
Examples
hnlMapTermName( "IN1" )
Related Topics
Return to top