You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: