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

axlGetOutputUnits

axlGetOutputUnits(
x_sdb
t_testName
t_outputName
)
=> t_unit / " "

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_outputName

Name of the output.

Value Returned

t_unit

Unit of the specified output.

""

Unit is not set for the specified output.

Examples

The following example shows that Hz is set as the unit for the output freq of the test tran.

session=axlGetWindowSession()
=> "fnxSession0"
sdb=axlGetMainSetupDB(session)
=> 1001
axlGetOutputUnits(sdb "tran" "freq")
=> "Hz"

Return to top
 ⠀
X