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

Feature Request: Write functions to export all inside the database to other programs #33

Open
gituser789 opened this issue Jul 20, 2021 · 0 comments

Comments

@gituser789
Copy link
Contributor

e.g. like this:
def all_transistors_to_matlab():
transistorlist = tdb.print_TDB()
for transistor in transistorlist:
print(f"{transistor = }")
transistor_loaded = tdb.load({'name': transistor})
transistor_loaded.export_matlab()
But add some improvements, like choosing an export path, and make a new folder inside the path e.g. '/database-matlab-export/'
Also write a function like this for other exporters.
And write a function which exports the whole database to all exportable files at once.

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

1 participant