Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

ddCheckin

ddCheckin( 
g_files 
t_description 
[ t_switches ] 
)
=> t / nil 

Description

Checks in the new version of the checked-out and modified data files. Builds a system command that invokes the gdmci command. ddCheckin makes it possible to integrate Cadence tools with other design management software.

Arguments

g_files

A single ddId or a list of ddIds of files to be checked in. The files can be from more than one library.

t_description

Description of what you changed after you checked out the file.

t_switches

Switches to pass to the gdmci command. The c switch cancels the checkout of the named files.

Valid Value: c

Value Returned

t

The checkin succeeded.

nil

Execution of the function failed.

Example

ddCheckin( viewId "fixed short" ) => t

Return to top
 ⠀
X