.. sknrf documentation master file, created by sphinx-quickstart on Wed Dec 31 19:25:10 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. figure:: ./_images/PNG/sknrf_logo.png :width: 500 pt :align: center .. raw:: html

Source

Source

Issue Tracker

Issue Tracker

Forum

Forum

Tutorial

Tutorial
.. toctree:: :titlesonly: :maxdepth: 2 Installation Core Calibration Developers sknrf API<./api/modules> Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` Build Flow ========== Building and Deploying Python code with native shared libraries a continuously involving ordeal, hence I have provided the equivalent CMake/Makefile command in comments to be relatable to C++. Internally Cmake and Make are invoked. The build-flow currently uses setuptools, which is deprecated in Python 3.12. Install Dependencies -------------------- See requirements.txt Environment Variables --------------------- .. raw:: html
Variable Default Value Description
SKNRF_DIR import site ; site.getsitepackages()[0] Python SKNRF Module Directory
CONDA_PREFIX /usr/local C++ Sysroot
VISA_LIB @py Visa Library Location
Release Build ------------- .:: sudo python3 setup.py clean # sudo make clean python3 setup.py config # cmake .. python3 setup.py build # make sudo python3 setup.py install # sudo make install Example ------- .:: python3 ${SKNRF_DIR}/sknrf/main.py Tests ----- .:: cd ${SKNRF_DIR}/sknrf ; nosetests --config=nose.cfg Runtime Configuration --------------------- `${SKNRF_DIR}/sknrf/sknrf.yml` contains runtime configuration settings. Beware of Environment Variables set in this file. Measurement Architectures ========================= .. raw:: html

LF Source

DC Supply

AWG

DAC

 

 

LF Receiver

Multimeter

Oscilloscope

ADC

 

 

LF Impedance

Open/Short Circuit

Varactor

Active Load

 

 

RF Source

Signal Generator

VSG

AWG

Pulse Generator

SRD

RF Receiver

VNA

VSA

Power-Meter

Oscilloscope

Sampling Scope

RF Impedance

50 Ohms

Passive Load

Active Load

 

 

Time/Frequency-Domain Characterization ====================================== .. raw:: html Contributors ============ `Dylan T Bespalko `_.