spcm#

Documentation: https://spcm.pages.dev/

The spcm package is built on top of the python binding of the Spectrum Instrumentation drivers. It aims for providing a object-oriented interface for the Spectrum Instrumentation AWG cards.

Dependencies#

spcm relies on the Spectrum Instrumentation driver to interact with the AWG. The driver can be downloaded from the official website.

Installation#

One can install spcm package via setuptools:

python setup.py install

To install the package in develop mode instead, use:

python setup.py develop

Control System Integration#

Sandia IonControl Integration#