Creating a PWM signal in LTSpice can be a bit tricky since LTSpice doesn't naturally loop or increment values in a straightforward way. What you'll want to do is set up a voltage source with a pulse function. Start with your duty cycle at 10% of your signal's period (which is 1/980 seconds). Then, you'll need to manually adjust this in steps, or use the 'STEP' command in LTSpice to simulate different cycles with increasing duty cycles. If you're comfortable with scripting, you could even script the creation of a PWL file with your desired pattern and import that into LTSpice. It's a bit of a workaround, but it should get you that varying PWM signal you're after.