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

axlAddOutputs

axlAddOutputs(
l_outputNames
)
=> t / nil

Description

Defines one or more output measures in an OCEAN script.

It is optional to specify the axlAddOutputs command. The tool parses the script for axlOutputResult commands to extract derived measure names. You can specify this command anywhere in the script.

Arguments

l_outputNames

List of output names

Value Returned

t

Successful operation

nil

Unsuccessful operation

Examples

The following command defines two outputs, maxOfOut and minOfOut. You can set the values of these outputs using axlOutputResult.

axlAddOutputs( '("maxOfOut" "minOfOut"))
=> t

Return to top
 ⠀
X