Hi there,
I'm simulating a VCO at the moment and I want to create a plot which shows
PhaseNoise@100kHz vs. tuning voltage of the VCO. However I'm having trouble
in getting the plot.The simulation is a PSS simulation with PNOISE that uses
a symbolic parameter that tracks with vdd to ensure that vtune does not exceed
the supply voltage. This range is then divided into 30 intervals to simulate PhaseNoise
at different VCO frequencies.
I get the various PhaseNoise plots but if I apply a value measurment @ 100kHz
to the waveforms I only get a single waveform measured.
The generated measurement within the calculator looks like this:
value(value(_drplPmNoise(?modifier "dBc") "vtune" 0.0) 100k)
which indicates that only the waveform with a tuning voltage of 0.0 is considered.
I have extended the list to include more voltages and it works but this approach
has some negative side effects if I change to supply voltage and therefore also the
voltage tuning range of the VCO. As the intervall is tracking with vdd I get different
voltages each time I change the settings for the supply :(
Is there an easy way to tell ADE that I just want a value measurement for all available
graphs without having to specify tons of voltage values ?
Best Regards
Andi