In the Abaqus Viewer scripting console, I am struggling to retrieve the scalar from the first element of the tuple in the results odb file.
(tmpField_MISESONLY, tmpIndex_MISESONLY) = maxEnvelope([s0f1_MISESONLY])
>>>
type(tmpField_MISESONLY)
>>>SCALAR
tmpField_MISESONLY
>>>maxEnvelope( session.openOdb(r'path').steps['Step-4'].frames[1].fieldOutputs['MISESONLY'], )[0]
Not sure where the error is. Have I missed something?