C-Script batch processing |
Back to the index Back to the top of index |
Goal: |
Start the C-Script to control the simulation. |
What to do: | In the C-Script file an ANSI C program can be defined which controls the simulation. The main() function in the C-Script is called. From the C-Script parameters and component values can be set and nodal voltages, currents and block-outputs can be read and used to control the simulation. Use the *.cs extension for the C-Script files. |
Result: | The C-script will be excecuted and controls the simulation. |
Note: |
See the tutorial on C-Script programming for the syntax, and available library functions. |
![]() |
Back to the index Back to the top of index |