フィルターのクリア

How to create test point automatically

3 ビュー (過去 30 日間)
Alikouider
Alikouider 2022 年 5 月 11 日
コメント済み: Pat Canny 2022 年 5 月 12 日
Hello everyone,
I would like to create test points automatically and to rename my signal name automatically into exported global
How can I do it, please?
I have tried by this way...but it didn't work
clc;
portHandles = get_param('my_model/F01_pip/F02_pap/F03_poum,'portHandles');
outportHandle = portHandles.Outport;
set_param(outportHandle,'TestPoint','on')
display('Done, have a good day!');
Thanks for your understanding
  1 件のコメント
Pat Canny
Pat Canny 2022 年 5 月 12 日
Could you provide a bit more detail on what didn't work? Did you encounter an error?
I assume you are following the steps from this article in Documentation, correct?

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

回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by