「@testDevice ID」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
已建立頁面,內容為 "*Number the testDevice in the system. If @testDevice_NUM is larger then one, set 1,2,3,... *Is store as '''dev_ID''' in the fortran code. example @testDevice_I..."
 
Sufei2留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 1 次修訂)
第1行: 第1行:
*Number the testDevice in the system. If [[@testDevice_NUM]] is larger then one, set 1,2,3,...
*Number the "testDevice" in the system. If [[@testDevice_NUM]] is larger then one, set 1,2,3,...
*Is store as '''dev_ID''' in the fortran code.
*Is store as '''dev_ID''' in the fortran code.


example
example
  @testDevice_ID
  @DEV_ID
  1, 2
  1, 2


Which mean the system has two testDevice, and their ID are 1 and 2.
Which mean the system has two "testDevice", and their ID are 1,2.

於 2025年1月4日 (六) 16:08 的最新修訂

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

example

@DEV_ID
1, 2

Which mean the system has two "testDevice", and their ID are 1,2.