how to ignore data from design days in Python EMS simulation?
Hello,
I am running simulations via Python EMS, collecting data for various analyses, and I want to ignore all the data during design day sizings. I only want to start collecting data once stuff has been sized and the experiment has begun. Is there a built-in way (ie. a flag) to know when the design days are done?
Or another workaround that is robust to various idfs and design days?
Thank you
Perhaps it’s actually warmup days? https://unmethours.com/question/50320...
@shorowit thanks, I am currently already skipping warmup days with their method!