# Getting started

    virtualenv -p python3 env
    env/bin/pip install -r requirements.txt
    PYTHONPATH=. env/bin/python -m ee.tools.read_ltspice_raw demo/reverse-polarity-bak/reverse-polarity_normal.raw

# LTSpice binary format

## 'real' data

The data are a sequence of chunks, one chunk for each point. Each chunk
contain values for all variables. The first variable is a float64,
all the others are float32.