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

maeMakeReadonly

maeMakeReadonly(
[?session t_session]
)
=> t / nil

Description

Changes the mode of an already open cellview from editable to read-only.

Arguments

?session t_session

Name of the session.

Value Returned

t

The corners are successfully loaded from the source file.

nil

The corners are not loaded.

Examples

Changes the mode of the session fnxSession1 from editable to read-only.

sess=maeOpenSetup("opamp090" "full_diff_opamp_AC" "maestro11" ?mode "a")
=> "fnxSession1"
maeMakeReadonly( ?session "fnxSession1") => t

Return to top
 ⠀
X