JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
JSL Syntax Reference
•
JSL Messages
• Datafeed
上一个
•
下一个
Datafeed
feed<<Close
Closes the Datafeed object and its window.
feed<<Connect(portSettings)
(Windows only) Sets up port settings for the connection to the device.
feed<<Disconnect
(Windows only) Disconnects the device from the Datafeed queue but leaves the Datafeed object active.
feed<<Get Line
Returns and removes one line from the Datafeed queue.
feed<<Get Lines
Returns as a list and removes all lines from the Datafeed queue.
feed<<Queue Line(string)
Sends one line to the end of the Datafeed queue.
feed<<Restart
Restarts processing queued lines.
feed<<Set Script(script)
Assigns the
script
that is run each time a line of data is received.
feed<<Stop
Stops processing queued lines.