×

Debugging simulation run errors “integration methods”

When your simulation can’t complete and ends unexpectedly….. go to the Simulate/ control panel/Spice .. and change the default integration method to “GEAR” and things should run fine..

Read out all

The Hindu article about the STEMLAND

Making, tinkering and engineering their way to knowledge School uses theory of constructivism, which says knowledge is not taught to a learner At the STEM (Science Technology Engineering Mathematics) Land and Resource Centre at Udavi School in Auroville, young Hemasundar is busy...

Read out all

Getting ‘officially’ started in STEMLAND

The inauguration of STEMland has just happened. It feels good to be part of something different and useful for children as well as adults who are into math, technology, electronics etc… Over the past month and a half STEMland has given me...

Read out all

Timer in Python

I encountered a situation where I had to check if a function is running for a certain time. The below method called ‘after’ was very useful. This registers an alarm callback that is called after a given time. Syntax : after(delay_ms, callback=None,...

Read out all