SystemModeler Archive (.sma)
Background & Context

-
- System model files that include model dependencies.
- File format created by Wolfram Research, Inc.
- Imported result data is represented as a SystemModel.
Import & Export

- Import["file.sma","SMA"] imports the specified SystemModeler archive and makes it available as a SystemModel.
- Export["file.sma",model,"SMA"] saves the SystemModel model and its dependencies in a single file.
Options

- Export option:
-
"IncludedLibraries" Automatic libraries to include in file - Possible values for "IncludedLibraries" are:
-
Automatic automatically decide what to include None include no dependencies All include all dependencies "User" include dependencies not shipped with the system {lib1,lib2,…} include the explicit libraries libi