- 积分
- 4261
- 回帖
- 0
- 西莫币
-
- 贡献
-
- 威望
-
- 存款
-
- 阅读权限
- 120
- 最后登录
- 1970-1-1
该用户从未签到
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
什么是 “macro”? FLUX中提供了哪些 ?
macros使得用户可以重组经常使用的命令并插入到软件中去。
You can build up a macro instead of manually executing aseries of repetitive actions in Flux, which you will then be able to call regularly.Amacro is interesting because it can encapsulate within a new command a seriesof repetitive operations and thus improve the quality and efficiency of theuser-software interaction.Concretely, a macro file (*.py) is a text file, whichdefines the macro-function in the PyFlux language. It receives (upon entry) oneor more parameters and executes (upon exit) a series of predefined actions.Itis possible to use the macros provided with Flux or to create your ownmacros.The list of macros provided with Flux is available in C:\Cedrat\Extensions\Macros\macros_list_EN.pdf
|
|