"@DEV ID" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*Number the lasers in the system. If @LASER_NUM is larger then one, set 1,2,3,... *Is store as '''Laser_num''' in the fortran code. example @LASER_NUM 1 Whic...")
 
行 1: 行 1:
 
*Number the lasers in the system. If [[@LASER_NUM]] is larger then one, set 1,2,3,...
 
*Number the lasers in the system. If [[@LASER_NUM]] is larger then one, set 1,2,3,...
*Is store as '''Laser_num''' in the fortran code.
+
*Is store as '''dev_ID''' in the fortran code.
   
 
example
 
example
@LASER_NUM
 
  +
@DEV_ID
 
1
 
1
   

於 2024年9月4日 (三) 22:33 的修訂

  • Number the lasers in the system. If @LASER_NUM is larger then one, set 1,2,3,...
  • Is store as dev_ID in the fortran code.

example

@DEV_ID
1

Which mean the systum has one laser, and it ID is 1.