I am trying to implement a one-minute power function, as shown in the picture on the right, but for some reason the capacitor won’t load in the spice simulation. What am I doing wrong?

I am trying to implement a one-minute power function, as shown in the picture on the right, but for some reason the capacitor won’t load in the spice simulation. What am I doing wrong?

Should that not be 6.2M (meg ohms) and not 6.2m (milli ohms) .
stowite:
Should that not be 6.2M (meg ohms) and not 6.2m (milli ohms) .
Good catch. In LTSpice (and maybe all SPICE variants), upper and lower case M are both interpreted as milli- prefix. If you want mega- prefix you need to type 6.2meg.
You are right; it should be 'mega' not just upper case 'M' .