EFP 是你优化界面 输出/退出控制-----里的output----create error function vs. cycle chart. 里面你还有选择项。
默认用efp all y
EFP [ALL|ERF|ABR|CON|SAB|USR|CMP] Y|N [MAX_ERF_VALUE [MIN_ERF_VALUE]]
Create Error Function vs. Cycle Chart
EFP (Error Function Plot) enables the optional graphical output showing the Error Function vs. Cycle Number.
Note that this is not a cumulative command.
No (unselected)
Type
ALL plots the total error function line, along with lines for all the active error function components.
ERF plots only the total error function.
ABR plots only the aberration error function.
CON plots only the constraints error function.
SAB plots only the As-Built Sensitivity (SAB) error function.
USR plots only the user-defined error function.
CMP plots all the component lines, but excludes the total error function line.
ALL
Generate chart at every cycle
Displays an Error Function chart at every cycle, so that progress can be followed while running.
No (unselected)
Command line only
Optional: Specify maximum or maximum &
minimum values for error function output.
(none)
第二个问题没有。
要么直接写成宏文件,在宏文件里改。
要么直接在界面里修改。
两者是等同的,宏文件seq就是要求你对命令相当熟悉。
你遇到不熟悉的命令,可以现在界面里面设置,然后保存,然后预览,看这条命令语句是什么,然后以后你自己写到seq里就行了。
真正做设计时,还是需要自定义优化函数的,在界面里自定义优化函数太烦,建议你直接在seq里进行。
另外1,你可以去看下codev优化那一章说明书。
另外 2,遇到不会的命令,可以点击软件帮助里的contents and index, 然后在索引里输入你的命令,会显示这命令解释。
另外3,codev command窗口是可以输命令的,例如你输 eva (y s1 z1 r1 w1 f1), 他会输出对应的值,相当于可以给你再seq编程时预调试语句。
codev要用的好,还是要用宏。 美国有一半人是纯用命令来操作的,根本不用界面。