「@PORTPAIR」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
無編輯摘要
Sufei2留言 | 貢獻
無編輯摘要
第1行: 第1行:
*Information about each contact path.
*Information about each contact path.
*Is store as '''newPP %''' '''dev_type1''', '''dev_ID1''', '''port1''', '''dev_type2''', '''dev_ID2''', '''port2''' in the fortran code.
*Is store as '''newPP %''' '''dev_type1''', '''dev_ID1''', '''port1''', '''dev_type2''', '''dev_ID2''', '''port2''' in the fortran code.
format
Type of emitting element  ID of emitting element  output port  Type of receiveing element  ID of receiveing element  input port


example
example
第11行: 第14行:


Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.<br>
Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.<br>
Which means "Type of emitting element, ID of emitting element, output port, Type of
receiveing element, ID of receiveing element, input port".

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

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

format Type of emitting element ID of emitting element output port Type of receiveing element ID of receiveing element 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.