flux问答之18在命令文件中哪个启动/关闭批处理模式的python命令?
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
页:
[1]