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

maeSetCurrentRunMode

maeSetCurrentRunMode(
[ ?session t_sessionName ]
?runMode t_runModeName
)
=> t / nil

Description

Updates the current run mode in ADE Assembler.

Arguments

?session t_sessionName

Name of the session.

If not specified, the currently active session is used.

?runMode t_runModeName

Name of the corner to be added or updated.

Value Returned

t

The run mode is changed.

nil

Indicates an error.

Examples

Sets Fault Simulation as the current run mode.

maeSetCurrentRunMode(?runMode "Fault Simulation")
=> t

Return to top
 ⠀
X