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

出自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行:
*Maximum number of node passed through the system. Usually used a bigger setting. ex:20
*Decide whether to choose fixed encoding over random encoding. If .TRUE. set encoding as [[@PM CONST MODE]].
*Is store as '''MAX_ROUTINE_NUM''' in the fortran code.
*Is store as '''PM_const_mode_sw''' in the fortran code.


example
example
  @MAX_ROUTINE_NUM
  @PM_CONST_MODE_SW
  20
  .TRUE.


Which means that light passes through at most 20 node during the communication process.
Which means that the pulse will encoding as [[@PM CONST MODE]] show.

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

  • Decide whether to choose fixed encoding over random encoding. If .TRUE. set encoding as @PM CONST MODE.
  • Is store as PM_const_mode_sw in the fortran code.

example

@PM_CONST_MODE_SW
.TRUE.

Which means that the pulse will encoding as @PM CONST MODE show.