Kestrel EMT v0.94 Released

Improvements:

  • New KCF file format– Human-readable XML
  • Command Line Version (“KestrelCLI.exe”) added
  • PDF Documentation added
  • Example circuits added (in the sample_kcf folder)
  • Python blocks may optionally share context (i.e. variables and functions) via user selectable “Python Scope” parameter.
  • Python block updated to allow for 23 Inputs/12 Outputs in the GUI
  • User may define sim_end() in the Python block at end of simulation
  • Added KPlot button to open other HDF5 files
  • Bugfix: Fixed issue where running a simulation with only Math blocks fails
  • Bugfix: Fixed issue where HDF5 files are left open after a failed simulation

Kestrel EMT v0.91 Released

Bugfixes:

  • Fixed an issue where upgrading windows versions could invalidate the software license.

Improvements:

  • MATLAB and Python code blocks can now use a set “Call Rate” to drastically improve performance in circumstances where the code does not need to be executed every timestep.
  • Improved numerical core performance.
  • Individual pole control on time switches.
  • Phasor and RMS blocks now have a “nPerCycle” parameter to drastically improve performance in small timestep simulations.
  • Coupled RL circuits now have a X/Reactance input option
  • Minor interface improvements