Electrical – Unable to set the initial conditions for a capacitor or an inductor in PSpice

pspice

I'm new to PSpice and working on setting up my initial conditions for a capacitor and an inductor in a series RLC circuit. However, whenever I try to set up my initial conditions, the IC box is greyed out and I can't edit it.

enter image description here

The circuit I'm trying to implement is:

enter image description here

Any help would be appreciated!

Best Answer

If it's at all like micro-cap or LTSpice you use a dot directive and place it on the schematic like this: -

.IC V(C1) = 1 or

.IC I(L1) = 2

I set this up in microcap recently for simulating a flyback controller: -

enter image description here

Related Topic