UsageΒΆ

Import the Client or the Server to your program using:

from socad import Client
from socad import Server

The available functions of each class are available in the project library reference.

The code is provided with a basic example that allows to run circuit simulations in Cadence Virtuoso from the SOCAD client. A tutorial of the example can be found here.