8.1.17.1 Matrixsheet::GetMatrixObjects
It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Contents
Description
Return the MatrixObjects collection.
Syntax
GetMatrixObjects()
Parameters
Return
the MatrixObjects collection
Examples
EX1
import PyOrigin msheet = PyOrigin.ActiveLayer() msheet.SetNumMats(2) print(msheet.GetMatrixObjects().GetCount())