📄 ft_example1.m
字号:
% Example file for using SimTools with Finesseclear all;% create FT variable, which contains the path to 'kat'FT=FT_create_new_FT();FT=FT_check_for_kat_binary(FT);% create a new 'run' variableRun1=FT_create_new_kat_run();% set the 'run' filename to 'testblock', i.e.% Finesse can be called via Run1 to run the file % testblock.katRun1.filename='testblock';% run Finesse and read data from testblock.outRun1=FT_run_kat_simulation(FT,Run1);% clean directory againFT_kat_clean(Run1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -