8.2.14 GetName

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.


Description

Get the name of the object.

Syntax

GetName()

Parameters

Return

Object name

Examples

EX1

import PyOrigin
Page= PyOrigin.ActivePage()
print(Page.GetName())