"@REG TIME UNIT" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*It means [that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data...")
 
行 1: 行 1:
*It means [that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
+
*It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
 
*Is store as '''REG_TIME_UNIT''' in the fortran code.
 
*Is store as '''REG_TIME_UNIT''' in the fortran code.
   

於 2024年8月31日 (六) 01:06 的修訂

  • It means that if the time exceeds this value, a second table will be formed to store events. When the events in the first table are processed and cleared, the data of the second table will be calculated and the events will be arranged into the first table. Repeat.
  • Is store as REG_TIME_UNIT in the fortran code.

example

@REG_TIME_UNIT
500000000

Which mean the event table is up to 500000000(ps).