Skip to main content

Keysight DAQ 34980A with 34925A-1W Diagnostic Package

Project description

Keysight34980A Interface

Interface and diagnostic tests for Keysight 34980A DAQ

Clone repository

cd <path-to-directory>
git clone git@gitlab.com:pass-testing-solutions/keysight34980a-interface.git
cd keysight34980a-interface/
git pull origin main
git checkout -b <your-new-branch>  # Please follow the branch naming convention as mentioned in the coding guidelines

Virtual environment on MacOS

1. Virtualenvwrapper

You can install virtualenv and virtualenvwrapper with:

pip3 install virtualenv
pip3 install virtualenvwrapper
mkdir ~/.virtualenvs
# Might need to query where the virtualenv and virtualenvwrapper.sh are
which virtualenv
which virtualenvwrapper.sh
which python3

Add these lines in the ~/.zshrc file

# Setting PATH for Python 3 installed by brew
export PATH=<path-to-your-python3>:$PATH

# Configuration for virtualenv
export WORKON_HOME=$HOME/.virtualenvs
export VIRTUALENVWRAPPER_PYTHON=<path-to-your-python3>
export VIRTUALENVWRAPPER_VIRTUALENV=<path-to-your-virtualenv>
source <path-to-your-virtualenvwrapper.sh>

source $ZSH/oh-my-zsh.sh

Make sure to save these changes in your file and close your terminal for them to take effect. Now you can create a virtual environment by simply typing:

mkvirtualenv <name-of-your-virtual-env>
cd <your-git-repository>
workon <name-of-your-virtual-env>
deactivate <name-of-your-virtual-env>

To add the correct interpreter for your repository on PyCharm:

- PyCharm IDE > Preferences > Project > Python Interpreter
- Select the 'Add' button for interpreters
- Choose the 'Existing environments' in 'Virtualenv'
- Add the python3 file from /bin/ of your venv folder
E.g. - .virtualenvs/demo_repo_venv/bin/python3

After setting up the venv for the repo please install all the requirements and allow some time for the IDE to do indexing. If your repository has a requirements.txt:

pip3 install -r requirements.txt

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

pts_keysight_daq-0.0.9.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

pts_keysight_daq-0.0.9-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file pts_keysight_daq-0.0.9.tar.gz.

File metadata

  • Download URL: pts_keysight_daq-0.0.9.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pts_keysight_daq-0.0.9.tar.gz
Algorithm Hash digest
SHA256 b3c57ba97e9a641839f35fc7adf27403afa0a670853e80f574809297c571ad2c
MD5 a8e57472aeab49bb2cfc43318e4d60f8
BLAKE2b-256 4426a438fe8a669c1e86858efc85b63d7e20a833077c5c858cff05613eec394a

See more details on using hashes here.

File details

Details for the file pts_keysight_daq-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for pts_keysight_daq-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 039e50f6cf280f171e8fdc81a7c0615dc5034c00f42b98c543db570132087858
MD5 b030cd252af9e270e28eb2d3a30ada10
BLAKE2b-256 ee46dafad0d21bafb77c0a628d1d819f0cb67b750b87bf153898fd52b9185665

See more details on using hashes here.

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