"@INFO" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*Information about each component being control. *Is store as '''newPP %''' '''dev_type1''', '''dev_ID1''', '''port1''', '''dev_type2''', '''dev_ID2''', '''port2'''...")
 
行 12: 行 12:
 
'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE.
 
'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE.
   
Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.<br>
+
Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.

於 2024年9月4日 (三) 18:18 的修訂

  • Information about each component being control.
  • Is store as newPP % dev_type1, dev_ID1, port1, dev_type2, dev_ID2, port2 in the fortran code.

format

emitting element      emitting element ID    output port    receiveing element    receiveing element ID    input port    

example

@INFO
'CTRLER', 1, 'LASER',    1,	0,	-1,	0,  -1, .FALSE., .FALSE.
'CTRLER', 1, 'PM'   ,    1,	2,	-1,	0,  -1, .TRUE. , .TRUE.
'CTRLER', 1, 'SPD',	 1,	0,	-1,     0,  -1, .TRUE. , .TRUE.
'CTRLER', 1, 'SPD',	 2,	0,	-1,  	0,  -1, .TRUE. , .TRUE.

Note: While the @PORTPAIR_NUM is 5, @PORTPAIR has 5 entries.