what dose SingleScan mean?
3 次查看(过去 30 天)
显示 更早的评论
What does "single scan" mean in the DAQ tool box? For example, if I use "OutputSingleScan([1])", does this generate "1" only once or it keeps generate in a certain interval?
0 个评论
采纳的回答
Walter Roberson
2014-3-6
You get a single output event, not repeated.
3 个评论
Walter Roberson
2014-3-6
I do not know if I will be able to figure that out. To check, this is for an analog output channel?
Walter Roberson
2014-3-6
If you were to use the legacy interface, then see http://www.mathworks.com/help/daq/ref/repeatoutput.html
With the session based.. I don't see any information. Potentially by using a timer() and single scan output each time. I suspect this is a case where you would not want to drive off of a session event, as I am not sure that the session events can include this kind of timing.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Analog Signal Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!