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
FAQ-684 LabTalkスクリプトの実行方法は?
run-lt-scripts
最終更新日:2015/02/03
複数のLabTalkスクリプトの実行方法があります。詳細は
こちら
を確認してください。
キーワード:
LabTalk
Skip Navigation Links
All Books
Quick Help
Programming
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
Graphing
Data Handling
Data Analysis
Programming
Miscellaneous
Licensing and Installation
FAQ-286 How do I define global functions, global variables, and constants?
FAQ-360 What is the NAG library and how do I access it?
FAQ-361 What is the difference between LabTalk and Origin C?
FAQ-362 What is Code Builder?
FAQ-363 How do I change the target window to output error message?
FAQ-364 What is the command window?
FAQ-365 What are the restrictions on various object names?
FAQ-367 How do I delete every nth row or column from my worksheet?
FAQ-368 How do I modify the graph legend using LabTalk?
FAQ-369 How do I loop over various objects in my script?
FAQ-370 How do I list all script variables?
FAQ-371 Where can I find examples and help with scripting?
FAQ-372 How do I access analysis result table values from script?
FAQ-373 How do I parse out strings?
FAQ-374 What is current working folder and favorite folders?
FAQ-375 How do I create custom toolbar buttons that run my script macros?
FAQ-376 How do I delete a variable?
FAQ-377 How do I declare a variable so that it is available for an Origin session?
FAQ-378 How to declare a variable for missing value?
FAQ-379 How to get the column name, units, etc.?
FAQ-380 What is the notation for addressing data in workbooks and matrixbooks?
FAQ-381 How do I plot arbitrary column as x and y?
FAQ-382 Can I access Worksheet Query from script?
FAQ-383 What are system variables?
FAQ-384 How does Origin come up with appropriate Tick Labels for my data?
FAQ-385 What is Substitution Notation?
FAQ-386 How to avoid variable substitution?
FAQ-387 Is there a limit for LabTalk script length inside the brackets {} of an if, for, or loop statement?
FAQ-388 What can I do if the size of for-loop exceed limitation?
FAQ-390 Can I access external DLLs in Origin C?
FAQ-391 Can I create stand alone applications with Origin C?
FAQ-392 How can I encrypt my Origin C file?
FAQ-393 How do I input parameters for Origin C programs (LabTalk Script) through dialog?
FAQ-394 How to load and call Origin C function without Code Builder open?
FAQ-395 Is Origin C compatible with ANSI C?
FAQ-396 What are the various classes supported in Origin C?
FAQ-397 What is the most efficient way to organize my Origin C functions?
FAQ-398 Why is there a compile error for the FFT function call in my program?
FAQ-400 How do I list all categories of X-Functions?
FAQ-401 What are X-Functions and how do I create and share them?
FAQ-402 Why is my newly created X-Function not working from script?
FAQ-404 How can I run Python in Origin?
FAQ-405 Where can I find examples of working with Python in Origin?
FAQ-406 What to do if I cannot access other Python extensions from Origin?
FAQ-656 How to run Origin from command line?
FAQ-660 How to calculate descriptive statistics by using LabTalk Script
FAQ-666 How to open the dialog in Origin by using LabTalk Script?
FAQ-684 How to Run a LabTalk Script?
FAQ-685 How to configure the Custom Routine button to run your Origin C function?
FAQ-689 What is the User Interface Module (UIM) and how do you edit and program a UIM Object?
FAQ-699 What variable names should I avoid using in LabTalk Scripts?
FAQ-705 How Do I Copy Data from One Block of Cells to Another?
FAQ-712 Why do my LabTalk scripts from version 7.x fail in version 8.x or 9.x?
FAQ-723 How to change the font size in Script Window?
FAQ-748 How to run R in origin?
FAQ-768 How can I get the fitting parameter values in nonlinear fit at each iteration?
FAQ-796 Why is my Origin Command Window so Slow to Open?
FAQ-810 How to create a waterfall graph from Origin C?
FAQ-1077 Why my fitting function using external dll does not work on certain computers?
FAQ-842 Why I fail to run Python with error "No Python installed"?
FAQ-872 Why can't I set column names in my script, e.g. using wks.addCol or wks.col.name?
FAQ-888 How to set properties of special text object(such as axis titles) by using LabTalk?
FAQ-909 Has the NAG Library Changed? Some functions are missing.
FAQ-1004 What Can I Do When Origin Cannot Connect to R?
FAQ-1075 How to download Python packages from mirror repository by default?
FAQ-1078 How do I write code for use interchangeably with embedded and external Python?
FAQ-1081 What should I do if I get "Could not install packages due to an EnvironmentError..." when install Python packages?
FAQ-1135 Why is speed slower when loop increases?
FAQ-1138 Why is Origin Changing My Python Function Argument Separator to a Dot?
FAQ-1145 How to use range string as parameter in LabTalk function?
FAQ-1171 Why my Python packages cannot work after I upgraded to Origin 2023b?
FAQ-1195 Does Origin have a way to record macros and automate repetitive tasks?
FAQ-1202 Internal Python packages that are installed by one user account fails for another account. What should I do?
English
|
Deutsch
|
日本語
© OriginLab Corporation. All rights reserved.
×
☐
_
Let's Chat