Hi,
For the initialization process of the model parameters in PLECS, I am using the optStructs method with a Python code that handles a XML-RPC connection.
I found that it is also possible to read and set values with plecs.get(*componentPath*, *parameter*)
and plecs.set(*componentPath*, *parameter*, *value*)
.
I have the following question:
With the second way to read/write parameters, is this possible to save this new state with the new set parameters, i.e. to save the new .plecs
file with the modified parameters (and then to be able to run the .plecs
file alone with the modified parameters)?
Thank you.
Best regards,