axlNewSetupDBLCV
axlNewSetupDBLCV(
t_libraryName
t_cellName
t_viewName
)
=> t / nil
Description
Creates a new setup database in the specified location. It automatically overwrites any existing setup database in any of the above mentioned locations.
Arguments
Value Returned
Examples
Creates a new setup database in the specified location.
sdb = axlNewSetupDBLCV("myLib" "myCell" "myView")
Return to top