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

sevAddExpression

sevAddExpression(
o_session
t_expressionname
t_expression
)
=> t / nil

Description

Takes the name and expression as a string and adds a corresponding output in ADE session.

Arguments

o_session

A valid session passed as a string or symbol.

t_expressionname

Name of the expression to be added

t_expression

Expression passed as a string.

Value Returned

list(nil errorString)

Addition of expression failed.

list(t outputStruct)

Expression added successfully.

Example

The following example adds the specified expression to the output in ADE session.

sevAddExpression("sevSession1" "a" "1+1")

Return to top
 ⠀
X