$OutputDirectory

出自 DDCC TCAD TOOL Manual
於 2018年8月27日 (一) 09:57 由 Mike (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "=='''Format'''== $OutputDirectory ''directory'' <font color=green>// where ''filename'' is a string.</font> <font size=3>This tells the program wh...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

Format

$OutputDirectory
 directory                // where filename is a string.

This tells the program where output files are saved in.
Note: the last letter in the directory must be a slash " / " in Linux environment or a backslash " \ " in Windows environment.


Example

$OutputDirectory
 D:\FDTD\test\

Then the program will save all output files in the directory of D:\FDTD\test\ .