Hi Serban,
I'm trying to add a custom damping profile that I created using a numpy array for each cell of a 256*256 sample.
I then use,
ns.setparamvar('damping', 'array', damping_profile)
ns.saveovf2param(paramname='damping', filename=ovf_filename)
ns.setparamvar('damping', 'ovf2', ovf_filename)
But I get the error, "SendCommand (send): timed out."
When i reduce the size to 50*50, the profile is created and saved.
How can i save it for 256*256?
Many thanks,
Ashwin