8.1.4.1 DataObjectBase::DatasetName

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

Dataset which the DataObjectBase object is associated with.

Name

DatasetName

Examples

EX1

import PyOrigin
gl=PyOrigin.ActiveLayer()
dp = gl.DataPlots(0)
print( dp.DatasetName )

See Also

GetDatasetName