Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

x_sdb

Handle to the main setup database.

t_testName

Name of the test in the setup database.

t_outputID

Name of the output.

t_value

Unit to be set for the specified output.

Value Returned

x_sdb

Returns the handle to the output database when the unit of the output is successfully set

nil

The suffix is not set for the specified output.

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
 ⠀
X