"$ranges" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "This is to set up the range of the rectangular regions. There are four columns for each region to fill in x start point left x end point right y start point top y en...")
 
 
(未顯示由 1 位使用者於中間所作的 1 次修訂)
行 1: 行 1:
 
This is to set up the range of the rectangular regions. There are four columns for each region to fill in x start point left x end point right y start point top y end point bottom. <math>Unit:{\mu}m</math>
 
This is to set up the range of the rectangular regions. There are four columns for each region to fill in x start point left x end point right y start point top y end point bottom. <math>Unit:{\mu}m</math>
   
'''<big><big>Example</big></big>'''
 
 
$ranges
 
$ranges
-0.1 10.0
 
  +
x_left x_right y_top y_bottom
20.0 15.0
+
...
-0.1 10.0
+
...
15.0 0.0
+
repeat for N ranges defined by [[$totalregion]]
   
This means that there are two rectangular regions. the first region covers the area which x starts from -0.1 um to 10.0 um and y starts from 15.0 um to 20.0 um. the second region covers the area which x starts from -0.1 um to 10.0 um and y starts from 0.0 um to 15.0 um.
 
  +
 
'''<big><big>Example:</big></big>'''
  +
$ranges
  +
-0.1 10.0 20.0 15.0
 
-0.1 10.0 15.0 0.0
  +
 
This means that there are two rectangular regions. the first region covers the area which x starts from -0.1 um to 10.0 um and y starts from 15.0 um to 20.0 um.
  +
The second region covers the area which x starts from -0.1 um to 10.0 um and y starts from 0.0 um to 15.0 um.
  +
  +
Related commands:<br>
  +
[[$totalregion]], [[$parameters]]

於 2017年8月22日 (二) 15:29 的最新修訂

This is to set up the range of the rectangular regions. There are four columns for each region to fill in x start point left x end point right y start point top y end point bottom. Unit:{\mu}m

$ranges
x_left x_right y_top y_bottom
...
...
repeat for N ranges defined by $totalregion


Example:

$ranges
-0.1 10.0 20.0 15.0
-0.1 10.0 15.0 0.0

This means that there are two rectangular regions. the first region covers the area which x starts from -0.1 um to 10.0 um and y starts from 15.0 um to 20.0 um. The second region covers the area which x starts from -0.1 um to 10.0 um and y starts from 0.0 um to 15.0 um.

Related commands:
$totalregion, $parameters