pint.utils.translate_wavex_to_wave

pint.utils.translate_wavex_to_wave(model)[source]

Go from a WaveX timing model to a Wave timing model. WARNING: Not every WaveX model can be appropriately translated into a Wave model. This is dependent on the user’s choice of frequencies in the WaveX model. In order for a WaveX model to be able to be converted into a Wave model, every WaveX frequency must produce the same value of WAVEOM in the calculation:

WAVEOM = [2 * pi * WXFREQ_000k] / (k + 1) Paramters ——— model : pint.models.timing_model.TimingModel

TimingModel containing a WaveX model to be converted to a Wave model

Return type:

New timing model with converted Wave model included