$OutputDirectory
跳至導覽
跳至搜尋
Format
$OutputDirectory directory // directory is a string.
This tells the program where output files should be saved in.
Note: the program will stop if the directory does not exist.
Example
$OutputDirectory D:\FDTD\test\
Then the program will save all output files in the directory of D:\FDTD\test\ .