Workout: Cadence range not working with power ramp

Hi,
i created a workout like this:

-5m ramp 40-60% 85-95rpm
-10m 50-70% 85-95rpm
-5m ramp 60-40% 85-95rpm

CadenceRange.zwo (489 Bytes)
Looking into the .zwo-file, the CadenceHigh="95" CadenceLow="85" is missing for lines that have the ramp keyword. Could you look into this?

Thanks!
Michael

Ramp refers to power, not cadence, eg. ramps up from 40-60% and ramps down from 60-40%

A similar issue is reported here.

I know, I created the other issue as well. But since this is not linked to biketerra but to the workout editor in general, I created a new issue.

I also don’t want a cadence ramp. I want a power ramp (40-60%) with a cadence range as a secondary target. If you look into the .zwo file, it looks like this:

<Ramp PowerHigh="0.6" PowerLow="0.4" Cadence="90" Duration="300"/>
<SteadyState show_avg="1" PowerHigh="0.7" PowerLow="0.5" CadenceHigh="95" CadenceLow="85" Duration="600"/>
<Ramp PowerHigh="0.4" PowerLow="0.6" Cadence="90" Duration="300"/>

I think it should look like this:

<Ramp PowerHigh="0.6" PowerLow="0.4" CadenceHigh="95" CadenceLow="85" Duration="300"/>
<SteadyState show_avg="1" PowerHigh="0.7" PowerLow="0.5" CadenceHigh="95" CadenceLow="85" Duration="600"/>
<Ramp PowerHigh="0.4" PowerLow="0.6" CadenceHigh="95" CadenceLow="85" Duration="300"/>