Instrument Control Toolbox
Product Description
- Overview and Key Features
- Communicating with Instruments
- Managing an Instrument Control Session
- Developing, Testing, and Modifying Instrument Drivers
- Supported Devices, Instruments, and Protocols
Developing, Testing, and Modifying Instrument Drivers
Instrument Control Toolbox provides a set of graphical tools for creating and testing MATLAB instrument drivers and for working with IVI and VXIplug&play drivers. To work with VXIplug&play and IVI instrument drivers, you may need to create a MATLAB instrument driver wrapper for the underlying driver using the tools provided. However, you can use many IVI drivers directly from MATLAB without the need to create a wrapper. You can also download preconfigured wrappers and MATLAB instrument drivers from the MATLAB Central File Exchange.
The MATLAB Instrument Driver Editor lets you create MATLAB instrument drivers and wrappers for VXIplug&play and IVI instrument drivers. It also lets you:
- Import existing drivers for editing and modification
- Configure and define instrument-specific properties
- Document properties and functions
- Customize the behavior of your instrument
The MATLAB Instrument Driver Testing Tool provides an environment for creating a test to verify the functionality of a MATLAB instrument driver. It also lets you:
- Verify property behavior
- Verify function behavior
- Save the test as a MATLAB code file
- Export the test results to a MATLAB workspace, figure window, MAT-file, or the MATLAB Variable Editor
- Save test results as an HTML page
