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

maeIsSetupModified

maeIsSetupModified(
[ ?session t_sessionName ] 
)
=> t / nil

Description

Checks whether the setup has been modified after the last time it was saved in the given maestro session.

Arguments

t_sessionName

Name of the session.

By default, the function uses the current maestro session.

Value Returned

t

Indicates that the setup of the specified maestro session was modified after the last time it was saved.

nil

Indicates that the setup of the specified maestro session has not been modified after the last time it was saved.

Examples

Checks whether the setup of the specified maestro session has been modified since the value for the variable Cap is set to 2p.

sess= maeOpenSetup("solution" "ampTest" "maestro")
maeSetVar("Cap" "2p")
maeIsSetupModified(?session sess)
=> t

Return to top
 ⠀
X