The issue is that userscript_odb.py MUST use "odbAccess" module, whereas Abaqus Viewer uses the "session" object from "abaqus" module. If I copy commands from the Abaqus replay file (abaqus.rpy) into userscript_odb.py, Isight throws and error saying it cannot find the module, because it cannot...
Isight Abaqus component has scripting functionality through userscript_odb.py to extract parameters Isight does not extract by default. It appears that userscript_odb.py must use odbAccess module, and it does not have access to the modules typically used within Abaqus Viewer. One limitation...