Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-27294

Python support note window access

Add interfaces on accessing note window using Python.

Code Block
languagepy
op.new_note(name='')
op.find_note(name='')
nt.text
nt.syntax
nt.view
nt.append(text, newline=True)
nt.load(fname, askreplace=False)
nt.exp_html(fname)
nt.destroy()

ORG-27303

op.save() should throw an error in Python when saving to Read-Only project instead of an error message window

Added sysvar property to originpro to get and set system value.

For example:

to get @ECS value.

Code Block
import originpro as op
op.sysvar['ECS']

Origin C

JIRA

SUMMARY

DESCRIPTION

DETAILS

...