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

axlGetOutputSignificantDigits

axlGetOutputSignificantDigits(
x_sdb
t_testName
t_outputID
)
=> t_digits / 0

Description

Returns the number of significant digits 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_digits

Number of the significant digits of the specified output.

0

Significant digits are not set for the specified output.

Examples

The following example shows that 6 is set as the significant digits for the output delay_read1 of the test tran.

session=axlGetWindowSession()
=> "fnxSession0"
sdb=axlGetMainSetupDB(session)
=> 1001
axlGetOutputSignificantDigits(sdb "tran" "delay_read1")
=> 6

Return to top
 ⠀
X