"@PM CONST MODE" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*Maximum number of node passed through the system. Usually used a bigger setting. ex:20 *Is store as '''MAX_ROUTINE_NUM''' in the fortran code. example @MAX_ROUTIN...")
 
 
(未顯示同一使用者於中間所作的 1 次修訂)
行 1: 行 1:
*Maximum number of node passed through the system. Usually used a bigger setting. ex:20
 
  +
*Pulse code. 0 as 0, 1 as pi.
*Is store as '''MAX_ROUTINE_NUM''' in the fortran code.
+
*Is store as '''PM_const_bit''' in the fortran code.
   
 
example
 
example
@MAX_ROUTINE_NUM
 
  +
@PM_CONST_MODE
20
 
  +
0,1,0
   
Which means that light passes through at most 20 node during the communication process.
+
Which means that the first and second pulses differ by pi, and the second and third pulses also differ by pi.

於 2024年9月4日 (三) 20:51 的最新修訂

  • Pulse code. 0 as 0, 1 as pi.
  • Is store as PM_const_bit in the fortran code.

example

@PM_CONST_MODE
0,1,0

Which means that the first and second pulses differ by pi, and the second and third pulses also differ by pi.