axlGetOutputNotation
axlGetOutputNotation(x_sdb t_testName t_outputID) =>t_notation/""
Description
Returns the notation style set for the specified output of the test.
Arguments
Value Returned
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