Skip to main content

A python wrapper for the Skill objects in virtuoso

Project description

Canvas Backend to Cadence Rod Objects

from skillbridge import Workspace
from geometry import Rect, Group

from rodlayout import Canvas, Layer

Workspace.open().make_current()


r = Rect[0:2, 0:4, Layer('M1', 'drawing')]
c = Canvas()
c.append(r)
(db_id, rod_id), = c.draw()
print(rod_id)  # <remote rodObj@...>

r2 = Rect[0:4, 0:2, Layer('M2', 'drawing')]
c = Canvas()
c.append(Group([r, r2]))
(db_id, rod_id), = c.draw()
print(db_id)  # <remote figGroup@...>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rodlayout-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

rodlayout-0.1.1-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page