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