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
Value Returned
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