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#
QITI Lab (University of Waterloo): https://github.com/QITI/IonControl/blob/ba151487a9ec6545d59aeba2eb601f77b2800d95/externalParameter/StandardExternalParameter.py#L732