Source code for abaqus.FieldReport.OdbModelFieldVarList

[docs]class OdbModelFieldVarList: """The read-only OdbModelFieldVarList object lists all variables available for the model in the current OdbDisplay object. Notes ----- This object can be accessed by: .. code-block:: python import visualization session.viewports[name].layers[name].odbDisplay.modelVariableList session.viewports[name].odbDisplay.modelVariableList """ pass