systemcomp​oser.impor​tmodel Error Log location

6 ビュー (過去 30 日間)
Daniel
Daniel 2020 年 5 月 29 日
コメント済み: Daniel 2020 年 6 月 8 日
Hi I get the following warning message when I'm running my script to import a model from Rhapsody. Can anyone tell me where this error log is or even what it's called.
In systemcomposer.importModel
In importRhapsody (line 37)
Warning: 'Errors in importing model. Look into import error log for more details.'.

採用された回答

Rasul Khan
Rasul Khan 2020 年 6 月 1 日
The function signature of systemcomposer.importModel is
function [archModel,custIdUUIDTableContainer, importLog, errorLog] = importModel(mdlInfo, compTable, portTable, connxnTable, portInterfaceTable, requirementLinksTable)
The error log that you're looking for will be in the output "errorLog".
  1 件のコメント
Daniel
Daniel 2020 年 6 月 8 日
Thank you this is what I was looking for

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSystem Composer についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by