Git Product home page Git Product logo

Comments (10)

ra3xdh avatar ra3xdh commented on July 2, 2024

The hiding of the parameter name is not considered. It's not obvious how to distinguish what is redundant and what is not redundant. Also introduction of the "show/hide" field for the property name will break the backward compatibility for all schematics. The proposed features cannot be accepted.

from qucs_s.

csrabak avatar csrabak commented on July 2, 2024

@ra3xdh :

Let me test my understanding of your assertion: do you mean that when a component, say a resistor, has a value near it, it is not redundant to have an expression saying "R = " ?

More explicitly: just have the component symbol and the value of the main parameter is not enough?

My wondering is not without reasoning, as you bolded the word "all" with relation to backward schematics (which I surmise refers to qucs ones) as be it other schematic capture software as well as present graphic representation technique not to have this appendage.

from qucs_s.

ra3xdh avatar ra3xdh commented on July 2, 2024

In Qucs devices has no values like in KiCAD. Every device has a set of properties instead. The "R=" is a property, but not a value. This is a basic concept of the application since 2003 and it is not subject of a discussion and change. The changing of this concept will break many things.

from qucs_s.

zergud avatar zergud commented on July 2, 2024

actually this is a bit complex issue, related to #92 "Add automatic enumeration of the devices on schematic (like KiCAD etc., low priority)"
steps to implement (abstractly)

  1. add RefDes (Reference Designator) property for components (Q for transistor, D for diode etc.)
    implement enumeration of the devices by this property
    (current "name" property remains untouched)
  2. refactor property window and property itself
    move currnent "name" to property
    add option like "show name" for property
  3. maintain backward compability

don’t see anything impossible, I suggest we do it later (due lack of time)

from qucs_s.

ra3xdh avatar ra3xdh commented on July 2, 2024

actually this is a bit complex issue, related to #92

If the implementation of the request requires a massive refactoring I would simply remove it from the task list. Automatic device enumeration doesn't directly affect the circuit simulation itself. Currently the component RefDes is represented by Component::Name Moving it to the properties may require to rewrite many thing. The generation of the spice netlist entry depends on Component::Name field. Also don't forget qucsator netlist that are mostly generated by unified method Component::netlis(). The task may become much more complex than it seems. So, I am inclined to avoid massive refactoring if possible.

from qucs_s.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.