Obtaining signal units post compilation

2 ビュー (過去 30 日間)
sst
sst 2018 年 11 月 20 日
コメント済み: sst 2018 年 11 月 20 日
Hello, is it possible to obtain the signal units associated with a port, post compilation? I am trying to find a property similar to CompiledPortDataType, but for units. What would be the correct way to programmatically obtain the units associated with an arbitrary line once the model has been compiled?

採用された回答

Fangjun Jiang
Fangjun Jiang 2018 年 11 月 20 日
CompiledPortUnits
But according to R2018b document,
Simulink passes units through the following blocks that do not change data, known as noncomputation blocks
Simulink does not propagate units through blocks that produce new data as output.
So it is possible to specify the unit of a root level Inport block as "N", pass it through several levels of sub-system Inport (all specified as inherit) and then check the compiledportunits of the inner Inport block and it will return "N".
You can not expect the CompiledPortUnits of a Product block to be "N*m" by specifying the two inputs of the Product block to be "N" and "m".
  1 件のコメント
sst
sst 2018 年 11 月 20 日
Thanks, that actually is exactly what I was looking for. Somehow this property didn't show up via tab completion for port handles, but it worked regardless.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEvent Functions についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by