xPC Target scope change numerical format in runtime
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Suneesh
il 17 Mar 2014
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 Commenti
Vedere anche
Categorie
Scopri di più su Target Computer Setup in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!