maeSetSetupLibrary
maeSetSetupLibrary(t_libName t_cellName t_viewName[ ?sessiont_sessionName] ) => t / nil
Description
Connects the provided setup library view to the maestro view.
Arguments
|
String value that specifies the Unix session. If this value is not provided, the value of the active session is picked. The default is |
|
Value Returned
|
The specified value in the setup database field SetupLibrary is updated. |
|
Examples
Connects the specified setup library view setupLib to the currently open maestro cellview.
maeSetSetupLibrary("Two_Stage_Opamp" "OpAmp" "setupLib")
=> t
Connects the specified setup library view setupLib to the maestro cellview which is open in the session fnxSession2.
maeSetSetupLibrary("Two_Stage_Opamp" "OpAmp" "setupLib" ?session "fnxSession2")
=> t
Return to top