maeMakeEditable
maeMakeEditable( [?sessiont_session]) => t / nil
Description
Changes the mode of an already open cellview from read-only to editable.
Arguments
Value Returned
Examples
Changes the mode for the session fnxSession1 from read-only to editable.
sess=maeOpenSetup("opamp090" "full_diff_opamp_AC" "maestro11" ?mode "r")
=> "fnxSession1"
maeMakeEditable( ?session "fnxSession1") => t
Return to top