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
PyOrigin Global Functions
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.
Global-Functions
Name
Brief
Example
ActiveFolder
Gets the active Folder in the project
Examples
ActiveLayer
Get the active Layer object in the project
Examples
ActiveNotePage
Get the active Notes in the project
Examples
ActivePage
Get the active Page in the project
Examples
AddTree
Adds a Tree Object to a serializable Internal Tree Manager
Examples
CreatePage
Create new page (workbook, graph, matrix book, Notes .etc) in the project
Examples
Date2datetime
Convert a double in Julian date format to a system time struct
Examples
datetime2Date
Convert a SYSTEMTIME structure to a Julian date value.
Examples
DestroyPage
Destory the specified page
Examples
EmptyTree
Create an empty tree in Origin
Examples
FindGraphLayer
Get the GraphLayer by name
Examples
FindMatrixSheet
Get the MatrixSheet by name
Examples
FindWorksheet
Get the Worksheet by name
Examples
GetName
Get the Origin project name
Examples
GetPage
Get the page by name
Examples
GetPath
Get the path of the Origin file
Examples
GetProjectInfo
Get the object ProjectInfo
Examples
GetRootFolder
Get the root folder of the project
Examples
GetTree
Get the Tree if available
Examples
GraphPages
Get the GraphPage
Examples
IsModified
Get the GraphLayer by name
Examples
LayoutPages
Get the LayoutPages by name
Examples
LT_execute
Execute the Labtalk script
Examples
LT_set_str
Set LabTalk string variable
Examples
LT_set_var
Set LabTalk variable
Examples
LT_get_var
Get LabTalk variable
Examples
LT_get_str
Get LabTalk string variable
Examples
Load
Load the file into Origin by read only or read/write
Examples
MatrixPages
Get the MatrixPages
Examples
MISSINGVALUE
Get a missing value
Examples
NewDataRange
Create a DataRange object
Examples
OriginVer
Get Origin version
Examples
Pages
Get the Pages
Examples
Reset
Reset the contents in Workbook or Matrix book
Examples
Run
Allow Origin to finish current operations. This is useful after calling a method that triggers lengthy auto-update calculations
Examples
Save
Save the current Origin session to an Origin project (OPJ) file.
Examples
XF
Execute X function
Examples
SetModified
SetModified property sets or clears modified flag for currently open Origin project without saving it.
Examples
SetAsChildren
Set the treenode as Children
WorksheetPages
Get the WorksheetPages
Examples
Skip Navigation Links
All Books
Python
PyOrigin in Embedded Python
PyOrigin Global Functions
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
ActiveFolder
ActiveLayer
ActiveNotePage
ActivePage
AddTree
CreatePage
Date2datetime
datetime2Date
DestroyPage
EmptyTree
FindGraphLayer
FindMatrixSheet
FindWorksheet
GetName
GetPage
GetPath
GetProjectInfo
GetRootFolder
GetTree
GraphPages
IsModified
LayoutPages
Load
LT_execute
LT_get_str
LT_get_var
LT_set_str
LT_set_var
MatrixPages
MISSINGVALUE
NewDataRange
OriginVer
Pages
Reset
Run
Save
SetAsChildren
SetModified
WorksheetPages
XF
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat