$iftrialmod

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋

$iftrialmod is a special command for developing new codes. common user should not use this command. When this command is activated, the newly developed code within functions below will be activated. This provides the developer to test the program without recompiling the code every time

if(iftrialdampmode) then
  Testxx
endif