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

axlGetOutputNotation

axlGetOutputNotation(
x_sdb
t_testName
t_outputID
)
=> t_notation / " "

Description

Returns the notation style set for 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_notation

Notation style of the specified output.

""

Notation style is not set for the specified output.

Examples

The following example shows that suffix is the notation style for the UGF output of the opamp:OpAmp_lab1AC_top:1 test.

axlGetOutputNotation(1001 "opamps:OpAmp_lab1_AC_top:1" "UGF")
=>"suffix"

Return to top
 ⠀
X