-
Notifications
You must be signed in to change notification settings - Fork 226
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
Transfer Function Analysis, Multiple node selection in plot, Component and Analysis Parameters #248
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello @Kaustuv942! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
firuza
added a commit
that referenced
this pull request
Jun 9, 2021
Fixing ESLint errors from PR #248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TASK 2
Transfer function analysis, multiple node selection in plot, component and analysis Parameters
Parameters which are regularly required in circuits were added to the Schematic Editor of eSim. Analysis parameters including selecting multiple nodes were added to the analysis section.
Approach and features added
For adding parameters: The parameter info was added to the front-end for each of the component types and corresponding changes were made for the same in the creation of the net-list.
Use Initial Conditions (UIC) boolean introduced in the Transient Analysis section.
Feature to select one or more nodes to plot the graph in the Transient Analysis and DC Sweep Section.
Transfer Function Analysis added as a analysis method.
Circuit: Astable Multivibrator added to gallery.
Moved Simulation Screen to shared resource
Auto scale in non graphical output
Engineering/scientific notation support in non graphical output
Ammended the 'print' term in 'print all > data.txt' in generated netlist to 'plot' allowing same netlist to be used in ngspice desktop version
New Packages Used
eda-frontend (React)
Files that changed extensively
eda-frontend
Merged latest commits from frg-fossee/eSim-Cloud:develop