Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Is it possible to inherit units for port in a for each subsystem?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have a vector of signals with a unit specification of km/h that are routed to a for each subsystem on a partitioned port.
Inside the for each subsystem I have a unit conversion block to convert from km/h to m/s for a port that has a m/s unit specification
Simulating this results in an error
Caused by:
Unable to convert between '' and 'm/s' because an empty unit ('') indicates that the unit is unspecified. Consider using a Signal Specification block to specify a unit.
When I enable display units on signals, Simulink displays the correct signal unit both inside and outside the for each subsystem, but it does not seem to evaluate correctly.
If I do not partition the signal, the units are propagated correctly.
Is there a way to have the units propagated automatically for a partitioned signal, or do I need to specify the unit type on the input port?
Using Matlab 2017a
Cheers, Chris
댓글 수: 2
Rollin Baker
2017년 4월 13일
Hi Chris,
What do you mean by a "partitioned" signal? Would it be possible to share screenshots of both scenarios?
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!