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!