"@IS PARALYZABLE" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "*Determines whether the detector will have infinite dead time. If .true., infinite dead time. If @SPD_NUM is larger then one, list them separated by ",". *Is sto...") |
|||
行 6: | 行 6: | ||
.FALSE., .FALSE. |
.FALSE., .FALSE. |
||
− | Which mean the system has two detector, and they won't occur infinite dead time. The dead time will be [[@DEAD_TIME]] |
+ | Which mean the system has two detector, and they won't occur infinite dead time. The dead time will be [[@DEAD_TIME]]. |
於 2024年9月23日 (一) 13:59 的最新修訂
- Determines whether the detector will have infinite dead time. If .true., infinite dead time. If @SPD_NUM is larger then one, list them separated by ",".
- Is store as IS_PARALYZABLE in the fortran code.
example
@IS_PARALYZABLE .FALSE., .FALSE.
Which mean the system has two detector, and they won't occur infinite dead time. The dead time will be @DEAD_TIME.