<< Click to Display Table of Contents >> Navigation: Designing a PCB with DEX > Projects > Circuit Simulation > The Spice Reference Manual > Circuit Description > Circuit Elements and Models > Voltage and Current Sources > Independent Sources > Piece-Wise Linear |
General Form:
PWL(T1 V1 <T2; V2 T3 V3 T4 V4 ...>)
Examples:
VCLOCK 7 5 PWL(0 -7 10NS -7 11NS -3 17NS -3 18NS -7 50NS -7)
Each pair of values (Ti, Vi) specifies that the value of the source is Vi (in Volts or Amps) at time=Ti. The value of the source at intermediate values of time is determined by using linear interpolation on the input values.