What's New

This section describes recent changes in Engineering Rules Capture.

R2022x FD01 (FP.2205)

Python Scripting for Design Automation

You can create Python scripts to benefit from the open capabilities that Python offers.


Benefits: Integrates Python as an internal scripting language. Lets you access the standard Python modules and the EKL packages. Thanks to the binding that manages interoperability of types and APIs, you can interact with the session features. Lets you use external Python packages and run Python scripts from action/reaction scripts.
For more information, see Creating Python Scripts

Reordering Arguments

In the Action Editor, you can now reorder the arguments in the list using the up or down arrows.
Benefits: You can add an argument wherever you want in the list or reorder the existing ones without removing and recreating them.
For more information, see Creating an Action