Open graphical tool for testing MATLAB instrument driver
midtest
midtest('file')
| File containing the test to be used by the MATLAB® Instrument Driver Testing Tool |
midtest opens the MATLAB Instrument Driver Testing Tool. The MATLAB Instrument Driver Testing Tool provides a graphical environment for
creating a test to verify the functionality of a MATLAB instrument driver.
The MATLAB Instrument Driver Testing Tool provides a way to
Verify property behavior
Verify function behavior
Save the test as MATLAB code
Export the test results to MATLAB workspace, figure window, MAT-file, or the MATLAB Variables editor
Save test results as an HTML page
midtest('file') opens the MATLAB Instrument Driver Testing Tool with the test loaded from
file.
For a full description of the tool with examples, see Instrument Driver Testing Tool Overview.
midtest('test.xml')opens the MATLAB Instrument Driver Testing Tool with the test
test.xml loaded.