ddCheckout
ddCheckout(g_files[t_switches] ) => t / nil
Description
Checks out a version of the files. No version of a cellview can be checked out by any user until any version that is currently checked out is checked in. Builds a system command that invokes the gdmco command. ddCheckout makes it possible to integrate Cadence tools with other design management software.
Arguments
Value Returned
Examples
ddCheckout( viewId "rv1.1" ) => t
ddCheckout( filesList ) => t
Return to top