Source code for pyleecan.Methods.Import.ImportMatrixVal.get_data
# -*- coding: utf-8 -*-
[docs]def get_data(self):
"""Return the object's matrix
Parameters
----------
self : ImportMatrixVal
An ImportMatrixVal object
Returns
-------
matrix: ndarray
The object's matrix
"""
return self.edit_matrix(self.value)