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

ddAutoCtlGetVars

ddAutoCtlGetVars(
)
=> l_settings

Description

Returns a list of four elements in the following order: x_prompCkout x_promptCkin x_AutoCkout x_AutoCkin Each element is a value from 0 through 3 as in ddAutoCtlSetVars. Each element can have one of four values: 0 - none, 1 - views, 2 - files, 3 - both views and files.

Arguments

None

Value Returned

Returns a list of four elements in the following order:

x_promptCkout

Prompt for check out for views or files.

x_promptCkin

Prompt for check in for views or files.

x_AutoCkout

Automatically check out views or files.

x_AutoCkin

Automatically check in views or files.

Example

ddAutoCtlGetVars() => (0 0 3 1)

Do not prompt for check out for any view or file, do not prompt for check in for any view or file, automatically checkout for both views and files, automatically check in views only


Return to top
 ⠀
X