Product Documentation
Virtuoso Studio Design Environment User Guide
Product Version IC23.1, November 2023

numThreads

ddserv.refresh numThreads int number_of_threads

Description

Specifies the maximum number of threads used to refresh the current Virtuoso session. The actual number of threads used may vary depending on the task to be preformed and the system load. These threads can be used to speed up the refresh operation for the library or hierarchy whenever required.

The default value is 0, which means Virtuoso is responsible for determining whether to use multithreading and the number of threads to be used in the process.

If the value is set to 1, multithreading is not used for the refresh operation.

Multithreading requires a multicore CPU.

GUI Equivalent

None

Examples

envGetVal("ddserv.refresh" "numThreads")
envSetVal("ddserv.refresh" "numThreads" 'int 2)

addVLSEXLUserTriggersToMXL

designEditor.appReg addVLSEXLUserTriggersToMXL boolean { t | nil }

Description

Calls all the user menu and post-install triggers registered on maskLayoutEXL automatically when installing Layout MXL.

The default value is nil.

GUI Equivalent

None

Example

envGetVal("designEditor.appReg" "addVLSEXLUserTriggersToMXL")
envSetVal("designEditor.appReg" "addVLSEXLUserTriggersToMXL" 'boolean t)

Related Topics

addVLSXLUserTriggersToMXL


Return to top
 ⠀
X