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