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

maeGetOutputValue

maeGetOutputValue(
t_outputName
t_testName
[ ?cornerName t_cornerName ]
[ ?pointId x_pointId ]
[ ?evalType t_evalType ]
)
=> x_value / nil

Description

Returns value of the given output.

Arguments

t_outputName

Name of the output for which value is to be returned.

t_testName

Name of the test.

?cornerName t_cornerName

Name of the corner.

If not specified, output value is returned for the nominal corner.

?pointId x_pointID

Point ID for which you need to get the output value.

If not specified, output value is shown for the point with ID = 1.

?evalType t_evalType

Evaluation type.

The valid values are "point", "corners", "sweeps", "all"

The default value is "point".

Value Returned

x_value

The value of the given output is returned.

nil

The value for the given output is not returned.

Examples

Returns the value for the output outputA in the test solutions:amptest:1.

; Load the results for that history
maeOpenResults(?history "Interactive.1")
=> t
>
; Get the ouput value
maeGetOutputValue("outputA" "solutions:amptest:1")
=> 2.2

Return to top
 ⠀
X