www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdevproject/isTestplanData.m

    function OK = isTestplanData(MP, pData)
%ISTESTPLANDATA determine if data is linked to a testplan
%
%  OUT = ISTESTPLANDATA(IN)
%  

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


% At the moment this is determined by the class of the object, but could in
% future be more complicated
OK = isa(pData.info, 'testplansweepsetfilter');