「@INFO」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
無編輯摘要
Sufei2留言 | 貢獻
無編輯摘要
第4行: 第4行:
  dev_type_t   dev_ID_t    dev_type_r    dev_ID_r    method    ctrl_period    start_time    operating_time    data_record_sw    time2slot_sw
  dev_type_t   dev_ID_t    dev_type_r    dev_ID_r    method    ctrl_period    start_time    operating_time    data_record_sw    time2slot_sw


dev_type_t:controller
dev_type_t:controller<br>
dev_ID_t:controller ID
dev_ID_t:controller ID<br>
dev_type_r:the component being controlled
dev_type_r:the component being controlled<br>
dev_ID_r:the ID of component being controlled
dev_ID_r:the ID of component being controlled<br>
method:
method:<br>
ctrl_period
ctrl_period:<br>
start_time
start_time:<br>
operating_time
operating_time:<br>
data_record_sw
data_record_sw:<br>
time2slot_sw
time2slot_sw:<br>


'''example'''
'''example'''

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

  • Information about each component being control.

format

dev_type_t   dev_ID_t    dev_type_r    dev_ID_r    method    ctrl_period    start_time    operating_time    data_record_sw    time2slot_sw

dev_type_t:controller
dev_ID_t:controller ID
dev_type_r:the component being controlled
dev_ID_r:the ID of component being controlled
method:
ctrl_period:
start_time:
operating_time:
data_record_sw:
time2slot_sw:

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.