Structure.extract_data

Structure.extract_data(software, fields='u', steps='all', exe=None, sets=None, license='research', output=True, return_data=True, components=None)[source]

Extracts data from the analysis output files.

Parameters
  • software (str) – Analysis software / library to use, ‘abaqus’, ‘opensees’ or ‘ansys’.

  • fields (list, str) – Data field requests.

  • steps (list) – Loads steps to extract from.

  • exe (str) – Full terminal command to bypass subprocess defaults.

  • sets (list) –

  • license (str) – Software license type: ‘research’, ‘student’.

  • output (bool) – Print terminal output.

  • return_data (bool) – Return data back into structure.results.

  • components (list) – Specific components to extract from the fields data.

Returns

None