beamProfilesFromOdb(...)
This method creates Profile objects by reading an output database. The new profiles are placed in the profiles repository.
Path
mdb.models[name].beamProfilesFromOdb
Required arguments
- fileName
-
A String specifying the name of the output database file (including the .odb extension) to be read. The String can also be the full path to the output database file if it is located in another directory.
Optional arguments
None.
Return value
A list of Profile objects.
Exceptions
None.