Skip to content
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

[Not yet finished] Fix wattmeter probe #946

Open
wants to merge 5 commits into
base: release-0.0.20
Choose a base branch
from

Commits on Feb 13, 2020

  1. Fix power probe power calculation

    The complex power was wrongly computed as S = V I and by flipping
    the sign of the reactive power instead of using S = V I*.
    in3otd committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a297628 View commit details
    Browse the repository at this point in the history
  2. Fix wprobe ports assignment

    so that the voltage noise calculations are correct.
    in3otd committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d18bd68 View commit details
    Browse the repository at this point in the history
  3. Slightly refactor power probe

    to avoid using calcOperatingPoints(), which should be reserved
    for non-linear circuits.
    in3otd committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    ab09147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d03a2b View commit details
    Browse the repository at this point in the history
  5. Update qucs-test pointer

    to get updated wattmeter test.
    in3otd committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8552ee1 View commit details
    Browse the repository at this point in the history