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

maeSetSetupLibrary

maeSetSetupLibrary(
t_libName
t_cellName
t_viewName
[ ?session t_sessionName ]
)
=> t / nil

Description

Connects the provided setup library view to the maestro view.

Arguments

t_libName

String value specifying the setup library name.

t_cellName

String value specifying the cell name in the setup library.

t_viewName

String value specifying the view name in the setup library.

?session t_sessionName

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

t

The specified value in the setup database field SetupLibrary is updated.

nil

Indicates an error.

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
 ⠀
X