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