Part VIII - Introduction to TCAD simulations
[ Home ] [ Back ] [ Design WorkBook ] [ Contents ] [ Third party tutorials ] [ Books ] [ Glossary ] [ HowTo's ] [ FAQs ] [ Known problems and solutions ]
be sure to install the correct libXss or Sentaurus won't work
for example, on a 64 bit machine
sudo yum install libXScrnSaver.x86_64
Sentaurus Workbench
Adding parameters
SDE
Sdevice
Conditional statements in Sdevice
Sdevice supports conditional statements within the .cmd file. The syntax to be used is: #else, #elif, #else and #endif. You have to put an # at the beginning of each line of the conditional statements.
Example:
#if @dx@ == 20 #define _ORIGIN_ 500 #elif @dx@ == 30 #define _ORIGIN_ 510 #elif @dx@ == 40 #define _ORIGIN_ 520 #else #define _ORIGIN_ 530 #endif
Svisual
Simulation results can be displayed with svisual.