$SParameterDirectory

出自 DDCC TCAD TOOL Manual
於 2018年8月27日 (一) 09:45 由 Mike (對話 | 貢獻) 所做的修訂

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

Format

$SParameterDirectory
 filename                // where filename is a string.

$SParameterDirectory allows the program to know what the name of the input file 2 is and where it is.


Example

$SParameterDirectory
 Sparameter.Sinp

Then the program reads Sparameter.Sinp in the same directory with the program as the input file 2.

Or

$SParameterDirectory
 C:\Users\Documents\FDTD\Sparameter.Sinp

the program reads the input file 2 in C:\Users\Documents\FDTD\Sparameter.Sinp.