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

Add .measure functionnality #160

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

ceprio
Copy link

@ceprio ceprio commented Jun 14, 2019

Hi,
In order to be able to use the simulator.options('AUTOSTOP'), I needed to add the .meas functionality. The code I am pulling is adding the simulator.measure(..) member function to the CircuitSimulation object. As the .meas command takes a lot of different forms, I kept it's parameters as flexible as possible basically taking the type of analysis targeted, it's name and then just a list of strings that forms the command line.

I hope this is to your satisfaction,

Ceprio

Pronovost and others added 8 commits June 6, 2019 16:08
Modified Shared.py: Harmonised default background value, modified alter_device to allow device value change.
…his limited the number of instanciations to about 50.

Note: There is still a limitation of about 50 instances living at the same time. Delete your instances when you are finished with them.
@FabriceSalvaire FabriceSalvaire added this to the v1.5 milestone May 4, 2020
@FabriceSalvaire
Copy link
Collaborator

Additions:

The .meas(ure) keyword has been added through the simulator.measure(..) member function. This allows the use of simulator.options('AUTOSTOP').
Parallelisation is now more convenient with the use of NgSpiceShared.new_instance() where the management of new instances is now completely automated (temporary dll, instances deletions).

FabriceSalvaire added a commit that referenced this pull request May 4, 2020
FabriceSalvaire added a commit that referenced this pull request May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants