@PHASE SI SEQ DETAIL

出自 DDCC TCAD TOOL Manual
於 2024年11月20日 (三) 22:16 由 Sufei2 (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "Not currently in use. *Used when reading or outputting photon phase shape sequence information. If the phase height_prop & signal_bit sequence is the same on eac...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

Not currently in use.

  • Used when reading or outputting photon phase shape sequence information. If the phase height_prop & signal_bit sequence is the same on each photon, it will be set to .FALSE., so that the data is recorded in one line instead of one by one to save memory.
  • Is store as PHASE_SI_SEQ_DETAIL in the fortran code.

Note:phase shape sequence information include height_prop(:), signal_bit(:).

example

@PHASE_SI_SEQ_DETAIL
.TRUE.

Which means that each photon has different phase shape sequence and will be recorded line by line.