www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@calibrationdata/@visionv2interface/getDevices.m

    function deviceNames = getDevices(obj)
%GETDEVICES  Get available devices.
%
%  DEVICENAMES = GETDEVICES(CAL) gets the names of available
%  devices for the current calibration CAL.
%
%  A project can have multiple devices, a device can have multiple
%  strategies, and a strategy can have multiple calibrations.
%
%  See also GETSTRATEGIES, GETCALIBRATIONS.

%  Copyright 2000-2005 The MathWorks, Inc.


deviceNames = get(obj.IDevices, {'Name'});