Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question #2

Open
1501565734 opened this issue May 7, 2022 · 1 comment
Open

question #2

1501565734 opened this issue May 7, 2022 · 1 comment

Comments

@1501565734
Copy link

  1. How to use this project to call amesim to compile the simulation AME file without opening the amesim software
@axelreichwein
Copy link
Member

The OSLC AMESIm adapter will invoke a python-based script which will use the AMESim Python SDK to read the content of AMESim files. If I remember well, the OSLC AMESIm adapter does not execute/simulate the AMESim models.

Code that invokes Python script at https://github.com/ld4mbse/oslc-adapter-amesim/blob/master/edu.gatech.mbsec.adapter.amesim/src/main/java/edu/gatech/mbse/oslc4jamesim/application/AMESim2XMIThread.java#L44

Python code which uses AMESim Python SDK to parse AMESim files at https://github.com/ld4mbse/oslc-adapter-amesim/blob/master/edu.gatech.mbsec.adapter.amesim/python/importAMESIM.py

Does this answer your question?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants