| Contents | Index |
This table summarizes what is new in Version 2.7 (R2008b):
New Features and Changes | Version Compatibility Considerations | Fixed Bugs and Known Problems |
|---|---|---|
Yes | Yes—Details labeled as Compatibility Considerations, below. See also Summary. | Bug
Reports |
New features and changes introduced in this version are:
The Instrument Control Toolbox devices can now correctly initialize collections and items.
IVI-COM drivers generated using MAKEMID in the Instrument Control Toolbox, Version 2.7 (R2008b) will not work with versions prior to Version 2.7 (R2008b), and will throw an error. If you need to use the drivers created with Instrument Control Toolbox Version 2.7, make sure you update your license to the latest release of the MATLAB software.
After you install Instrument Control Toolbox Version 2.7, if you regenerate the MDD file, you will need to update your code. To update your code, change the way you call your collections and items. Collections are now spelled as a plural noun and items are spelled as a singular noun. For example, if you had an item called Measurements and a collection called Measurement, you need to change the code so that the item name reads Measurement and the collection name reads Measurements. The following table shows you an example of the interface and the corresponding methods as it should look once you have updated your code. The example uses the item Measurement and the collection, Measurements. The example also compares the model with the Agilent RFPowerMeter driver model.
| Interface | Instrument Control Toolbox Version 2.7 driver model methods | Agilent RFPowerMeter driver methods |
|---|---|---|
| Measurement | ClearLimitFails ConfigureRelative Fetch Configure ConfigureTimeGated Measure ConfigureAnalogOutput ConfigureTTLOutput Read ConfigureLimits EnableAnalogOutput ConfigureOffset EnableTTLOutput | ClearLimitFails ConfigureRelative Fetch Configure ConfigureTimeGated Measure ConfigureAnalogOutput ConfigureTTLOutput Read ConfigureLimits EnableAnalogOutput ConfigureOffset EnableTTLOutput |
| Measurements | Abort IsOperationComplete Initiate | Abort IsOperationComplete Initiate |
Here is another example showing the corresponding properties of the two sample interfaces, Measurement and Measurements. This example also compares the model with the Agilent RFPowerMeter driver model.
| Interface | Instrument Control Toolbox Version 2.7 driver model properties | AgilentRFPowerMeter driver model properties |
|---|---|---|
| Measurement | Feed1Channel Feed1Gate Feed1Type Feed2Channel Feed2Gate Feed2Type LimitAutoClear LimitEnabled LimitFails LimitLower LimitUpper Offset OffsetEnabled Operation RatioUnits RelativeEnabled Resolution Units | Feed1Channel Feed1Gate Feed1Type Feed2Channel Feed2Gate Feed2Type LimitAutoClear LimitEnabled LimitFails LimitLower LimitUpper Offset OffsetEnabled Operation RatioUnits RelativeEnabled Resolution Units |
| Measurements | Count Name Item | Count Name Item |
Test and Measurement Tool now has advanced interaction between the hardware interfaces and the instrument driver.
Instruments that require a reset will now work with IVI-C drivers in the Instrument Control Toolbox product.
The Instrument Control Toolbox product now has a new demo that uses an IVI-COM driver with a mixed signal oscilloscope.
The low-level GPIB spoll function now has more documentation to help you work with serial poll.
![]() | Version 2.8 (R2009a) Instrument Control Toolbox Software | Version 2.6 (R2008a) Instrument Control Toolbox Software | ![]() |

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 |