I would like to get the Complex Magnitude of my displacements in the .odb file but for the moment I have just the real part.
To change it in Option -> Complex Form -> Magnitude does not update the file.
I have read the Scripting guide and I got this definition:
A tuple of Floats specifying data in the form described by type. If type=TENSOR or VECTOR,
conjugateData is a sequence containing the components. If the underlying data are in double
precision, an exception will be thrown
Create a small model and adopt you script to that, so it outputs the real part of the displacement of one node. Attach both. With that I can have a look and see if I can add the command to get the imaginary part.