I tried to have a scope window with 9 traces. The GUI is not preventing that on my high-dpi monitor.
For some reason, trace 3 is generated with auto scale off, and I can’t enable it. Deleting trace 3 and then again adding it does not solve the issue. Is this a known limitation?
The problem is quite a hindrance, as for some reason it is also not possible to use the mouse to Y-scale trace #3. (I guess this is part of the same problem).
Could you post a model that demonstrates the behavior?
Could you post a model that demonstrates the behavior?
Of course, I forgot. This is for the standalone version, on a hires 3840x2160 monitor. With the blockset it is not an issue, but I had to reenter the schematic there.
The problem is with plot 3 (I see now some plots have no label). The little icon in the top left is missing, and I can’t set the scale with mouse.
-marcel
Buck_ioinovici.plecs (27.5 KB)
How do I use this model to reproduce the behavior you described?
Your model contains a single Scope block with a single plot. When I run a simulation for the switched configuration of the subsystem, this plot shows two curves. I can zoom in horizontally, and the y-axis limits will be adjusted. (I cannot run the other configurations because of missing workspace variable definitions e.g. for Aave.)
Wolfgang writes:
- (I cannot run the other configurations because of missing workspace variable definitions e.g. for
Aave.)
Sorry for wasting your time - I uploaded the wrong file. I removed boost2.plecs and added Buck_ioinovici.plecs. Below is what you should see after ^T.
When I zoom in on the plot3 ‘C2: Capacitor voltage’ one sees that this plot has missing ylimits and the small square in the top lefthand is missing (the other traces have it).
-marcel
When you right-click on this particular plot, you see a context menu entry
Spread signals. It appears that you have enabled this option at some point. It is used to automatically spread multiple (typically logical) signals vertically, and hence vertical zooming is disabled.
If you disable this option, the plot will go back to normal.
Hi Wolfgang,
Clear. Thank you!
I faintly remember trying ‘spread out’ in a situation where it did nothing, and then I obviously forgot to disable it.
BTW, PLECS’ mouse zoom is the best I have ever used.
-marcel