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

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

x_sdb

Handle to the main setup database.

t_testName

Name of the test in the setup database.

t_outputID

Name of the output.

x_value

Suffix to be set for the specified output.

Valid value: Any integer between 215.

Value Returned

x_sdb

Returns the handle to the output database when the suffix is successfully set

nil

The suffix is not set for the specified output.

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