Skillbridge#

Virtue includes support for the skillbridge library for running SKILL code in a Virtuoso session from Python. It communicates between SKILL and Python using IPC and a TCP port.

Workspace ID#

Virtue also provides a workspace ID that can be used to create a unique workspace for each user and project.

The workspace ID is based on environment variables and is defined as

workspace_id = “${PRJ_ID}-${USER}”

Where $PRJ_ID is the name of the current project.