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

maeUpdateImplicitSignals

maeUpdateImplicitSignals( 
o_session 
[?test t_name] 
) 
=> t / nil

Description

Updates the implicit signals for the tests in the specified maestro session.

Arguments

o_session

Maestro session object.

?test t_name

Name of the test for which the implicit signal outputs are to be updated.

Value Returned

t

The implicit signals are updated for the tests in the specified maestro session.

nil

The implicit signals are not updated.

Examples

Generates implicit signals for the expressions in the maestro setup, if the implicit signals do not already exist. It also clears the implicit signals which may have existed but are no longer used in any existing expression.

maeUpdateImplicitSignals( maeSession ?testName test1)
=> t


Return to top
 ⠀
X