「@PORTPAIR」:修訂間差異

出自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 @PORTPAIR..."
 
Sufei2留言 | 貢獻
無編輯摘要
 
(未顯示同一使用者於中間所作的 15 次修訂)
第1行: 第1行:
*Maximum number of node passed through the system. Usually used a bigger setting. ex:20
*Information about each contact path. The input and output port show as figure below.
*Is store as '''MAX_ROUTINE_NUM''' in the fortran code.


example
'''format'''
dev_type1   dev_ID1    port1    dev_type2    dev_ID2    port2   
 
dev_type1:emitting element type<br>
dev_ID1:emitting element ID<br>
port1:output port<br>
dev_type2:receiveing element<br>
dev_ID2:receiveing element ID<br>
port2:input port<br>
 
'''example'''
  @PORTPAIR
  @PORTPAIR
  'LASER', 1, 'OptOut1', 'PM', 1, 'OptIn1'
  'LASER', 1, 'OptOut1', 'PM', 1, 'OptIn1'
第10行: 第19行:
  'MZI',  1, 'OptOut2', 'SPD', 2, 'OptIn1'
  'MZI',  1, 'OptOut2', 'SPD', 2, 'OptIn1'


Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.
Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.<br>
Which means
 
[[檔案:BS_PM_inoutput.jpg|480px]]

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

  • Information about each contact path. The input and output port show as figure below.

format

dev_type1   dev_ID1    port1    dev_type2    dev_ID2    port2    

dev_type1:emitting element type
dev_ID1:emitting element ID
port1:output port
dev_type2:receiveing element
dev_ID2:receiveing element ID
port2:input port

example

@PORTPAIR
'LASER', 1, 'OptOut1', 'PM', 	1, 'OptIn1'
'PM'   , 1, 'OptOut2', 'FIBER', 1, 'OptIn1'
'FIBER', 1, 'OptOut2', 'MZI', 	1, 'OptIn1'
'MZI',   1, 'OptOut1', 'SPD', 	1, 'OptIn1'
'MZI',   1, 'OptOut2', 'SPD', 	2, 'OptIn1'

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