Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:langs:chp [2025/05/01 17:04] – [Debugging during simulation] rajitlanguage:langs:chp [2025/05/01 17:04] (current) – [Debugging during simulation] rajit
Line 331: Line 331:
 where ''N'' is the number of channels in the ''I'' array. This approach ensures that index for the array ''I[]'' is always a constant. where ''N'' is the number of channels in the ''I'' array. This approach ensures that index for the array ''I[]'' is always a constant.
  
-===== Debugging during simulation =====+===== Debugging and other support functions for simulation =====
  
 When running CHP simulations, it is often helpful to print debugging output during CHP development. To support this, the CHP language includes the ''log()'' command. When running CHP simulations, it is often helpful to print debugging output during CHP development. To support this, the CHP language includes the ''log()'' command.