-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qucs-S GUI improvements #92
Comments
I hope this is the correct thread. I would like to see the V(RANDOM) and I(RANDM) sources to the Qucs-S GUI with the XYCE simulator option. |
@jleitch2013 I cannot find this source type in the Xyce manual. Could you please point where should I look for its description? |
It would be nice to be able to set the format of the X scale. I've tried the trick below but it has issues. This was an old request for Qucs. |
@tomhajjar Yes, I will consider a way how to add units like 1k, 1M, etc. for X-axis. The slight modification of the diagram properties will be required. |
@tomhajjar The default path for open file has been fixed by 2887949 The fix will be available at the 0.0.25 |
I have noticed the following problems with dB units on Y axis:
|
Qucs/Qucs-S are lacking when one tries to choose items in the library or you want info on a placed device. There is zero info on the devices unless you use the Library Tools. Try to pick a varistor from the lengthy list without any usable info visible. It would be nice if the Main dock showed a components "Info" after a mouse click. Show a placed devices "Info" via a new choice after a mouse right button click. Edit properties shows little info. QucsStudio |
Yes, the library tree on the left panel may benefit from suggested improvement. I was also considering such addition. I will implement symbol and device info preview in one of the next releases. |
I have created a separate task #135 for library tree improvement. |
I have fixed setting limits and marker issue when the dB units are selected for axis. The remaining issues is the manual step setting for logarithmic dB axis. |
I have noticed application crash when adding a curve to Smith diagram. This is related to newly introduced dB axis units. |
I think you can reproduce this bug. I am using kubuntu 22.04 and drag the component in components tab and not drop to sch but drop again the components tab then click somewhere in the app then app crash with segmentation fault and similarly but I choose spice specific section same step but app crash with bad alloc and core dump |
I tested app on windows 10 same issue here |
I have run into the same issue (version 2.1.0) after rotating a generic LED or transistor. Clicking "Snap to grid" did fix the alignment issue for the selected component. Is there any particular reason why this alignment function cannot be run after rotating the part? PS: Thank you for continuing the Qucs project. Much appreciated. |
In #203 I asked if Rotate "Right" could be added. I noticed that using Rotate "Left" multiple times caused the selected items to jump off the grid. Adding Rotate "Right" would mean both less mouse clicks and minimize grid misalignment. |
I cannot say why the developers of the schematic widget didn't add align to grid after rotation. I have tried to fix this issue recently, and this was not a straightforward task. Need to dig into the legacy code. I will try to provide a fix for this by the next release. |
I have just added a fix for device rotation. Now the device should be aligned on grid if it was rotated. This fix is available on |
The recent attempt to add an automatic set on grid after rotation made the things worse. Now the device always falls out of grid after the copy/paste from clipboard. I will retract the recent commit if the solution will not be found. |
Adding Rotate "Right" would mean less mouse clicks and minimize grid misalignment... ;-} |
@tomhajjar The adding "Rotate right" may be harder than fix the rotation. It's need to dig into the legacy code to implement this. I cannot exactly say what is the reason of grid misalignment. This bug is hard to reproduce and appears time to time. I cannot determine exact steps to reproduce it. It appears on Windows more often than on Linux. It seems it depends on the platform and screen resolution. |
If you rotate the tunnel diode symbol 3 times, the 45 deg lines jump off grid. The file has a lot of useful symbols... |
This is not related to device rotation bug. The painting rotation works differently. And it cannot be fixed by adding rotate right function. The painting rotation was fixed by #397 , but the device grid misalignment still appear time to time. |
@iwbnwif , Yes, please open a PR. This will make marker position more visible. One marker indicator type would be sufficient. |
I have submitted a PR which has both square and triangle as options. The reason is that I find the square more useful on return loss graphs, but the triangle more useful on most other graphs. |
Qucs can export a Touchstone formatted s-parameter file using qucsconv.exe. This can be useful for some users. qucsconv converts the s-parameter data in filename.dat. Oddly qucsconv defaults to naming it filename.dat instead of filename.s2p. |
This feature will be returned after implementing #370 Qucsconv has a deep dependency on Qucsator and cannot be divided from Qucsator. The full qucsconv will be returned after adding |
This issue still be opened since 2022 and I decided to close this with the following resolution on remaining tasks:
|
I have recently received some feedback from Qucs-S users and the following GUI improvements were proposed:
$HOME
The text was updated successfully, but these errors were encountered: