- 积分
- 4261
- 回帖
- 0
- 西莫币
-
- 贡献
-
- 威望
-
- 存款
-
- 阅读权限
- 120
- 最后登录
- 1970-1-1
该用户从未签到
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
18、在命令文件中哪个启动/关闭批处理模式的python命令?
When using command files, often one would like to execute inbatch mode some time consuming actions in order to save time.For instance onewould like to execute in batch mode the isovalues display but deactivate thebatch mode in order to print view in file.For that it is needed to activate thebatch mode before the execution of the time consuming action and deactivate itonce it has been done.The python commands enabling to activate and deactivatethe batch mode in command file are presented in the table below:
Command
| Enables to..
| putBatchMode()
| Activate the batch mode
| resetBatchMode()
| Deactivate the batch mode
|
|
|