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

maeDeleteCorner

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

Description

Deletes the specified corner from the setup database.

You cannot delete the nominal corner using this function.

Arguments

t_cornerName

Name of the corner to be deleted from the setup.

?session t_sessionName

Name of the session.

If not specified, the corner is deleted from the current session.

Value Returned

t

The specified corner gets deleted from the setup database.

nil

The specified corner is not deleted.

Examples

Deletes the corner C1 from the maestro cellview.

sess= maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeDeleteCorner("C1")
=> t
maeSaveSetup()

Return to top
 ⠀
X