Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:tool_developers:start [2016/06/14 19:49] ibaldin [ORCA Native API] |
public:tool_developers:start [2021/01/02 06:10] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
====== For Tool Developers ====== | ====== For Tool Developers ====== | ||
- | ===== ORCA Native | + | ===== Programmatic access to ORCA API ===== |
- | To use ORCA native APIs you can take a look at scripts in the [[https:// | + | Programmatic access is available |
- | Note that these scripts are sensitive to the version of Python (must be 2.6). | + | * At the lowest level you can directly invoke the APIs that e.g. Flukes invokes for you. Python scripts that show how each call can be exercised can be found here on GitHub: [[https:// |
+ | * For higher level programmatic abstractions, | ||