How can I make the settings that are available for the target scope in a mfile

1 回表示 (過去 30 日間)
hugo
hugo 2012 年 11 月 27 日
The block target scope for xpc have the setting "Numerical format", were I write 'vx %6,3f'. But in a mfile I dont find were to change that. How to do that ?
I use
scs = addscope(tg,'target',2);
addsignal(scs,sig1);
set(scs,'DisplayMode','Numerical')
set(scs,'NumSamples',3)
set(scs,'TriggerMode','FreeRun')

回答 (1 件)

Vishal Rane
Vishal Rane 2012 年 11 月 27 日
For the 'xpclib/Misc./Scope (xPC) ' block, use the 'formatstr' property
set(scs,'formatstr','%15.6f')
also u can set more that one property in a single set statement
  1 件のコメント
hugo
hugo 2012 年 12 月 3 日
Unfortunately was "formatstr" not an available property! I get:
"The name 'formatstr' is not an accessible property for an instance of class 'xpctarget.xpcsctg'."

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

カテゴリ

Help Center および File ExchangeTarget Computer Setup についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by