axlPutOutputSuffix
axlPutOutputSuffix(x_sdb t_testName t_outputID x_value) =>x_sdb/nil
Description
Sets the suffix corresponding to the specified output of the test.
Arguments
Value Returned
|
Returns the handle to the output database when the suffix is successfully set |
|
Examples
The following example sets the suffix for the output Current of test AC to m.
session=axlGetWindowSession()
=> "fnxSession0"
sdb=axlGetMainSetupDB(session)
=> 1001
axlPutOutputNotation(sdb "AC" "Current" "m")
=> 2529
Return to top