「@PM CONST MODE」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
已建立頁面,內容為 "*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..."
 
Sufei2留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 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日 (三) 12: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.