8.1.21 OriginObject
It is recommended that you switch to the package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Name
OriginObject
Remark
OriginObject is the Origin C base class for all Origin objects and provides member functions and data members common to all Origin objects.
Hierarchy
-
- OriginObject
- OriginObject
Property
| Name | Brief | Example |
|---|---|---|
| Comments of the origin object that supports Comments | ||
| Indicate the position of this object in current container | ||
| The long name of this origin object | ||
| Name of the Origin object | ||
| Get/Set an Origin object's visible status | ||
| Get/Set an Origin object's theme |
Members
| Name | Brief | Example |
|---|---|---|
| Destroy the Origin object | ||
| Execute object LabTalk methods | ||
| Get a binary storage as a tree | ||
| Retrieve the comments from an object that supports Comments | ||
| Get the index of an object in a Collection | ||
| Get the long name of an object | ||
| Get the short name of an object | ||
| Get object property via LabTalk property name | ||
| Get the show status of an object | ||
| Get names of storage class objects | ||
| Get object property via LabTalk property name | ||
| Get the theme as treenode | ||
| Execute the Labtalk script code. | ||
| Sets the comments with a text string to an object that supports Comments | ||
| Set the index of an object in a Collection | ||
| Set the long name of an object | ||
| Set the short name of an object | ||
| Set object property via LabTalk property name | ||
| Set the show status of an object | ||
| Set object property via LabTalk property name | ||
| Set the theme as treenode |
OriginBase Members
| Name | Brief | Example |
|---|---|---|
| Check whether the instance is valid |