xPC Target scope change numerical format in runtime
2 ビュー (過去 30 日間)
古いコメントを表示
Until now I know how to dynamically add and remove signals. But how can i during runtime change the numerical format of a numerical mode target scope?
0 件のコメント
回答 (2 件)
Suneesh
2014 年 3 月 17 日
1. Get handle to the scope object. Lets say 'tg' is a target object, then to get scope 1:
sc = tg.getscope(1)
2. Then change its 'DisplayMode' property:
sc.DisplayMode='Numerical'
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Target Computer Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!