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

axlGetOutputSuffix

axlGetOutputSuffix(
x_sdb
t_testName
t_outputID
)
=> t_suffix / " "

Description

Returns the suffix set to the specified output of the test.

Arguments

x_sdb

Handle to the main setup database.

t_testName

Name of the test in the setup database.

t_outputID

Name of the output.

Value Returned

t_suffix

Suffix of the specified output.

""

Suffix is not set for the specified output.

Examples

The following example shows that p is set as the suffix for the output delay_read1 of the test tran.

session=axlGetWindowSession()
=> "fnxSession0"
sdb=axlGetMainSetupDB(session)
=> 1001
axlGetOutputSuffix(sdb "tran" "delay_read1")
=> "p"

Return to top
 ⠀
X