8.1.3 DataObject
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. |
Name
DataObject
Hierarchy
- DataObjectBase
- DataObject
Property
| Name | Brief | Example |
|---|---|---|
| DataFormat | Get/Set DataFormat property of one DataObject | Examples |
| DigitMode | Gets/Sets the display mode used for numbers in a column | Examples |
| Digits | Get/Set the digit value for the numeric display mode. | Examples |
| DisplayFormat | Get/Set the display format of the DataObject | Examples |
| Formula | Get/Set the LabTalk formula and optional Before Formula Script for Column and MatrixObject | Examples |
Members
| Name | Brief | Example |
|---|---|---|
| ExecuteFormula | Trigger the execution of Column/MatrixObject formula | Examples |
| GetDataFormat | Get DataFormat property of one DataObject | Examples |
| GetDigitMode | Gets the display mode used for numbers in a column | Examples |
| GetDigits | Get the digit value for the numeric display mode. | Examples |
| GetDisplayFormat | Get the display format of the DataObject | Examples |
| GetFormula | Get the formula of the DataObject | Examples |
| SetDataFormat | Set DataFormat property of one DataObject | Examples |
| SetDigitMode | Set the display mode used for numbers in a column | Examples |
| SetDigits | Set the digit value for the numeric display mode | Examples |
| SetDisplayFormat | Gets the display format of the DataObject | Examples |
| SetFormula | Set the LabTalk formula and optional Before Formula Script for Column and MatrixObject | Examples |
DataObjectBase Members
| Name | Brief | Example |
|---|---|---|
| GetDatasetName | Get the name of the dataset which the DataObjectBase object is associated with. | Examples |
OriginObject Members
| Name | Brief | Example |
|---|---|---|
| Destroy | Destroy the Origin object | Examples |
| DoMethod | Execute object LabTalk methods | Examples |
| GetBinaryStorage | Get a binary storage as a tree | |
| GetComments | Retrieve the comments from an object that supports Comments | Examples |
| GetIndex | Get the index of an object in a Collection | Examples |
| GetLongName | Get the long name of an object | Examples |
| GetName | Get the short name of an object | Examples |
| GetNumProp | Get object property via LabTalk property name | Examples |
| GetShow | Get the show status of an object | Examples |
| GetStorageNames | Get names of storage class objects | |
| GetStrProp | Get object property via LabTalk property name | Examples |
| GetTheme | Get the theme as treenode | Examples |
| LT_execute | Execute the Labtalk script code. | Examples |
| SetComments | Sets the comments with a text string to an object that supports Comments | Examples |
| SetIndex | Set the index of an object in a Collection | Examples |
| SetLongName | Set the long name of an object | Examples |
| SetName | Set the short name of an object | Examples |
| SetNumProp | Set object property via LabTalk property name | Examples |
| SetShow | Set the show status of an object | Examples |
| SetStrProp | Set object property via LabTalk property name | Examples |
| SetTheme | Set the theme as treenode |
OriginBase Members
| Name | Brief | Example |
|---|---|---|
| IsValid | Check whether the instance is valid | Examples |