Product Documentation
Cadence Library Manager User Guide
Product Version IC23.1, November 2023

mpsRadio

cdsLibManager.copyGlobals mpsRadio toggle (remote local)

Description

Specifies whether the copy operation uses the session’s copy service (when available) or the Library Manager local copy engine only.

Specifies the copy service to be used for the copy operation.

A special note about using the ccpRegTrigger SKILL function with reference to the mpsRadio environment variable setting:

GUI Equivalent

Command

Edit – Copy Preferences

Form Field

Remote Copy Service

Examples

The following example returns the current value for the environment variable. The return value of (t nil) indicates that the remote option is enabled and local is disabled:

envGetVal("cdsLibManager.copyGlobals" "mpsRadio")
(t nil)

The example below enables local and disables remote:

envSetVal("cdsLibManager.copyGlobals" "mpsRadio" 'toggle '(nil t))

Related Topics

Copy Preferences Form

Using UNIX to Add Settings to a .cdsenv File


Return to top
 ⠀
X