Waveform Viewer For XSchem

Recently we have worked with Stefan Schippers from XSchem to interface BeSpice Wave with XSchem. XSchem is an open source schematic editor. BeSpice Wave is our graphical waveform viewer. This solution allows to visualize simulation results for SPICE simulations from XSchem. If you are looking for a waveform viewer for…

Continue reading

The PSF and PSFXL file structure

When Cadence Spectre performs a simulation, it writes all simulation results to a directory. This directory can be opened for exploring the simulation results. By default these files are in PSF or PSFXL format. Here we will give a short overview on the PSF and PSFXL file structure. The most…

Continue reading

Analog Regression Testing

Analog regression testing is an essential part of analog design verification. Regression test are used to validate analog behavioral models. They also make sure that a previouslytested analog block still performs as expected after a change. Once analog regression tests have been set up, they can also facilitate other tasks:…

Continue reading

Analog Waveform Comparisons

The algorithms used for analog waveform comparisons can be straightforward. You can simply traverse all curves in a file and find the matching curve in a reference file. Now compute the difference between 2 curves and integrate the result to obtain the absolute error. Dividing this by the norm of…

Continue reading

Reading PSF files from Python

Our waveform parser makes reading PSF files from Python easy. For this purpose we have extended our parser library to a self-contained Python module. This module is implemented as a C/C++ extension to Python. As a consequence you get the full performance of a C/C++ library and the ease of…

Continue reading

Introduction to Easy LV|HV for MPOD and iCS

Physical Instruments has published a video that will walk you through the first steps of using Easy LV|HV for controlling WI-EN-ER MPOD crates and Iseg iCS servers. Many hard- and software related aspects are handled. The highlights are: configuring your MPOD-C controller using MuseControl. using sense lines for WI-EN-ER low…

Continue reading