| Contents | Index |
flushoutput(obj)
obj | An interface object or an array of interface objects. |
flushoutput(obj) removes data from the output buffer associated with obj.
After the output buffer is flushed, the BytesToOutput property is automatically configured to 0.
If flushoutput is called during an asynchronous (nonblocking) write operation, the data currently stored in the output buffer is flushed and the write operation is aborted. Additionally, the callback function specified for the OutputEmptyFcn property is executed. You can write data asynchronously to the instrument using the fprintf or fwrite functions.
The output buffer is automatically flushed when you connect an object to the instrument with the fopen function.
You can clear the input buffer with the flushinput function. You can clear the hardware buffer for GPIB and VXI instruments with the clrdevice function.
BytesToOutput | clrdevice | flushinput | fopen | fprintf | fwrite | OutputEmptyFcn

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |