How can I implement a periodic pulse signal for time-domain simulations?

Category:
Dynamic Simulation
Answer

A periodic pulse signal can be implemented by defining time intervals where the signal is either HIGH (1) or LOW (0), and then repeating the pattern using the modulo operator. Attached, you can find an example where a 9s period pulse signal is implemented with DSL. The number of cyclical repetition periods is defined by an input parameter.

Back