8.1.21.17 OriginObject::Name

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

Name of the Origin object

Name

Name

Examples

EX1

import PyOrigin
wkPage = PyOrigin.ActivePage()
wkPage.Name = "Python"
print( wkPage.Name )

See Also

GetName SetName