📄 reload.m
字号:
function pfile = reload(cc,timeout)
%RELOAD Load the most recently used program file into the target.
% PFILE = RELOAD(CC,TIMEOUT) - The mostly recently loaded program file
% is reloaded into the target DSP. RELOAD is useful after a reset or
% any event that changes the DSP program memory to reinitialize the
% program for execution. The name of the program file that was
% loaded is returned in PFILE.
%
% PFILE = RELOAD(CC) same as above, except the timeout is
% replaced by the default timeout parameter from the CC object.
%
% See also LOAD, CD.
% Copyright 2002 The MathWorks, Inc.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -