axlGetOutputSuffix
axlGetOutputSuffix(x_sdb t_testName t_outputID) =>t_suffix/""
Description
Returns the suffix set to the specified output of the test.
Arguments
Value Returned
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