Skip to content

Code examples for using the originpro Python package to interact with Origin software.

License

Notifications You must be signed in to change notification settings

originlab/Python-Samples

Folders and files

NameName
Last commit message
Last commit date
May 20, 2021
May 11, 2024
Apr 29, 2024
May 30, 2024
Nov 15, 2024
Aug 10, 2023
May 31, 2024
Mar 30, 2021
Mar 24, 2021
Mar 31, 2021

Repository files navigation

Origin Python Samples

Code examples for using the originpro Python package to interact with Origin software.

These examples will work with either the built-in Python interpreter in Origin, or via an external Python interpreter. All of the examples will work as is with the embedded interpreter. When using them with an external interpreter, some simple modification is required as illustrated in the External Python Code Samples documentation.

Running the Examples

The easiest way to run these examples is to download this repo as a zip file.

Then, simply unzip the files and open the desired file from the File menu in Code Builder. Then, hit F5 to run the example.

Note that some examples require the installation of additional Python packages.

Documentation

For embedded Python interpreter, please click here.

For external Python interpreter, please click here.

For the originpro package documentation, please click here.