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

    function signalNames = globalsignalnames(obj)
%GLOBALSIGNALNAMES returns signal names (from data) of the input factors to
%the global level of the testplan
%
%  SIGNALNAMES = GLOBALSIGNALNAMES(TSSF)
%  

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


T = getTestplan(obj);
signalNames = factorNames(designdev(T), numstages(T));