8.1.21.1 OriginObject::Comments
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
Comments of the origin object that supports Comments
Name
Comments
Examples
EX1
import PyOrigin wks = PyOrigin.ActiveLayer() wks.Comments = "for test" print(wks.Comments)