Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

t_cdsName

Name of a terminal.

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 cdsName string is returned.

nil

The command was unsuccessful.

Examples

hnlMapTermName( "IN1" )

Related Topics

OSS Functions


Return to top
 ⠀
X