"$SParameterDirectory" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 1: 行 1:
<font size=5>'''Format'''</font>
+
=='''Format'''==
 
$SParameterDirectory
 
$SParameterDirectory
''filename'' <font color=green>// where ''filename'' is an string.</font>
+
''filename'' <font color=green>// where ''filename'' is a string.</font>
   
 
<font size=3>$SParameterDirectory allows the program to know what the name of the input file 2 is and where it is.</font>
 
<font size=3>$SParameterDirectory allows the program to know what the name of the input file 2 is and where it is.</font>
   
   
<font size=5>'''Example'''</font>
+
=='''Example'''==
 
$SParameterDirectory
 
$SParameterDirectory
 
Sparameter.Sinp
 
Sparameter.Sinp
行 12: 行 12:
 
Then the program reads Sparameter.Sinp in the same directory with the program as the input file 2.
 
Then the program reads Sparameter.Sinp in the same directory with the program as the input file 2.
   
or
 
  +
Or
 
$SParameterDirectory
 
$SParameterDirectory
 
C:\Users\Documents\FDTD\Sparameter.Sinp
 
C:\Users\Documents\FDTD\Sparameter.Sinp

於 2018年8月27日 (一) 09:45 的最新修訂

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.