Spanish Acquisition IQC 2.0.0a1 documentation

Installation

«  Spanish Acquisition   ::   Contents   ::   User’s Guide  »

Installation

Installation procedure

  1. Get the source by running:

    git clone https://github.com/ghwatson/SpanishAcquisitionIQC.git
  2. From the SpanishAcquisitionIQC directory, run:

    sudo python setup.py install
  3. Copy the example apps to another directory (eg. ~/spacq_apps)

  4. While in the SpanishAcquisitionIQC directory, build the offline docs with:

    make -C docs html
  5. Create desktop shortcuts (“launchers”):

Dependencies

These are all the dependencies in use by the package.

If only using a subset of the package, it suffices to use what the subset requires. For example, all the GUI-related dependencies are not necessary if only the device-related code is to be used, and vice versa. However, everything is written in (and so requires) Python 2:

Device drivers

  • NI-VISA for Ethernet (and GPIB on Windows) device support.
  • Linux GPIB (with Python bindings) for GPIB device support.

«  Spanish Acquisition   ::   Contents   ::   User’s Guide  »