필터 지우기
필터 지우기

systemcomp​oser.impor​tmodel Error Log location

조회 수: 1 (최근 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 CenterFile Exchange에서 System Composer에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by