Skip to main content

OriginPro Utilities

Project description

originpro

This package contains a high-level API for interacting with the Origin software via the Origin Automation Server COM interface. Functionality includes (but is not limited to) reading, writing, and modifying data and creating and exporting graphs. An instance of Origin is launched (either visible or hidden) when using this package.

Installation

This package is Windows only and requires either a local installation of Origin 2021 or later.

To install the package, run:

pip install originpro

As part of the installation, the OriginExt package will also be installed.

Documentation

Documentation and examples are available in the OriginLab External Python Documentation.

Support

Support is available on the Origin Forum for Python.

Simple Example

import os
import originpro as op

po = op.po
po.Visible = 1

x_vals = [1,2,3,4,5,6,7,8,9,10]
y_vals = [23,45,78,133,178,199,234,278,341,400]

wks = op.new_sheet('w')

wks.from_list(0, x_vals, 'X Values')
wks.from_list(1, y_vals, 'Y Values')

gp = op.new_graph('g')
gl = gp[0]
gl.add_plot(wks, 1, 0)
gl.rescale()

fpath = op.path('u') + 'simple.png'
gp.save_fig(fpath)
print(f'{gl} is exported as {fpath}')

po.Exit()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

originpro-1.0.2-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file originpro-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: originpro-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.2

File hashes

Hashes for originpro-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f9fd9f16fa4f49e2e0da70b85dc2fa1fc4bd0890182cbf219e926cf70fdaca64
MD5 9f0e58f7d0700249d0fd49c43958a2cf
BLAKE2b-256 5b2b3262ecd48dd40ccec0b2c1e92d9a6708e696b81ae3433daa2b9c47bc6ebb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page