Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlGetTerminalSignalName

nlGetTerminalSignalName( 
o_instance 
t_terminal 
[ x_bit ] 
) 
=> t_signal

Description

Returns the name of the signal connected to the terminal.

Arguments

o_instance

The instance object.

t_terminal

The schematic name of the terminal.

x_bit

A non-negative integer value representing the bit number. The default is 0.

Value Returned

t_signal

The simulator name of the signal.

Examples

nlGetTerminalSignalName( inst "in" )


Return to top
 ⠀
X