Hi Jesus,
Sorry, I wrote the wrong the name for the model, but I have edited the comment now.
The steps are then:
1) Find the Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier
model in the class browser in Model Center.
2) Duplicate the model, by clicking it with the right button and selecting Duplicate. A window will open where you can give a name to this new model.
3) Go to the text view of this new model.
4) You'll find the declaration of the component
Modelica.Electrical.Machines.BasicMachines.SynchronousInductionMachines.SM_ElectricalExcited smee(...)
with a lot of modifications, here represented with ...
.
5) Add the modification
idq_dr(each fixed = true)
to it, so you should end up with something like
Modelica.Electrical.Machines.BasicMachines.SynchronousInductionMachines.SM_ElectricalExcited smee(... , idq_dr(each fixed = true))
6) Simulate, with either Simulation Center or Mathematica, and you'll be able to set initial values for both smee.idq_dr[1]
and smee.idq_dr[2]
.