30+
years serving the scientific and engineering community
ログイン
ビデオを見る
試す
買う
English
日本語
Deutsch
Toggle navigation
製品
製品
Origin
OriginPro
無料Originビューアー
全製品
OriginとOriginProの比較
最新バージョンの新機能
製品資料
ショーケース
アプリケーション
ケーススタディ
グラフギャラリー
アニメーション・ギャラリー
3D関数ギャラリー
Originの機能
2D&3D グラフ作成
ピーク分析
曲線フィット
統計処理
信号処理
各バージョンの主要機能
ライセンス形態
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
OriginLabが選択される訳
Originのユーザー
Originに対するユーザ評
レビュー記事
オンライン・ストア
見積もり/発注
世界のOrigin販売店
アプリ
Data Import
CSV Connector
Excel Connector
MATLAB Connector
XML Connector
LeCroy Connector
Agilent MS
Tektronix WFM
Google Map
N42 Connector
More...
Graphing
Graph Maker
Paired Comparison Plot
Manhattan Plot
Forest Plot
Piper Diagram
Voronoi Diagram
Chromaticity Diagram
Heatmap with Dendrogram
More...
Publishing
Graph Publisher
Send Graphs to PowerPoint
Send Graphs to Word
Send Graphs to OneNote
Movie Creator
Graph Anim
More...
Curve Fitting
Simple Fit
Speedy Fit
Rank Models
Fit ODE
Neural Network Fitting
Fit Convolution
Polynomial Surface fit
Enzyme Kinetics
Drug Dissolution Analysis
More...
Peak Analysis
Simple Spectroscopy
Peak Deconvolution
Pulse Integration
Align Peaks
Global Peak Fit
PCA for Spectroscopy
2D Peak Analysis
Gel Molecular Weight Analyzer
More...
Statistics
Stats Advisor
PCA
DOE
Chi-Square Test
Weibull Fit
Structural Equation Modeling
Surface Roughness Parameters
More...
How do Apps work in Origin?
Suggest a New App
ご購入
新規発注
メンテナンス契約の更新
Originバージョンのアップグレード
お問合せ(米国・カナダのみ)
世界のOrigin販売店
ライセンスの種類
ライセンスファイル(ノードロック固定シート)
FLEXnetネットワークライセンス(同時起動)
ハードウェアキー
アカデミック
学生版
一般企業/個人
政府機関
Originのユーザー
購入に関するよくある質問
サポート
サービス
OriginのインストールPCを変更
Originのライセンス/登録
コンサルテーション
Originトレーニング
技術サポート
技術サポートのよくある質問
ヘルプ・センター
サポートについてのお問合せ
サポート・ポリシー
ダウンロード
サービスリリース・パッチプログラム
無料Originビューアー
Orglabモジュール
製品資料
Origin評価版
全てのダウンロード
ビデオ
インストールとライセンス処理
Origin入門
全てのビデオチュートリアル
ドキュメンテーション
ユーザーガイド
チュートリアル
Python プログラミング
OriginC プログラミング
LabTalk プログラミング
全てのドキュメント
Originコミュニティ
ユーザフォーラム
ファイル交換の場
Facebook
LinkedIn
YouTube
会社情報
弊社概要
ニュース&イベント
キャリア
世界のOrigin販売店
お問合せ
ログイン
All Books
Non-Programming Books
User Guide
Tutorials
Quick Help
Origin Help
Programming Books
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
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
Column
MatrixObject
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
Skip Navigation Links
All Books
Python
PyOrigin in Embedded Python
PyOrigin Classes
DataObject
User Guide
Tutorials
Quick Help
Origin Help
X-Function
Origin C
LabTalk Programming
Python
Python (External)
Automation Server
LabVIEW VI
Apps
App Development
Code Builder
License
Orglab
Programming
Embedded Python
Installing and Managing Python Packages
Running Python Code
Using Python in Tools and Dialogs
Python Code Samples
Sample Projects with attached Python Code
Documentation for originpro package
PyOrigin in Embedded Python
PyOrigin Classes
PyOrigin Global Functions
ColorMap
Column
DataObject
DataObjectBase
DataPlot
DataRange
Datasheet
ExternalDialogPage
Folder
GraphLayer
GraphObject
GraphPage
Layer
LayoutPage
MatrixObject
MatrixPage
Matrixsheet
NotePage
OriginBase
OriginCollectionBase
OriginObject
Page
PageBase
ProjectInfo
TreeNode
Worksheet
WorksheetPage
DataObject::DataFormat
DataObject::DigitMode
DataObject::Digits
DataObject::DisplayFormat
DataObject::ExecuteFormula
DataObject::Formula
DataObject::GetDataFormat
DataObject::GetDigitMode
DataObject::GetDigits
DataObject::GetDisplayFormat
DataObject::GetFormula
DataObject::SetDataFormat
DataObject:SetDigitMode
DataObject:SetDigits
DataObject:SetDisplayFormat
DataObject:SetFormula
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat