originpro improvements 2021b


Version: 2021b

Type: Features

Category: Programming

Subcategory: Code Builder

Jira: ORG-22760


Add the following functions to originpro WSheet class

get_labels(self, type_='L')
set_labels(self, labels, type_='L')

Add following functions to originpro MSheet class

get_label(self, index, type_='L')
set_label(self, index, val, type_='L')
get_labels(self, type_='L')
set_labels(self, labels, type_='L')
xymap

Use following python code to get more details.

import originpro as op
help(op.worksheet)
help(op.matrix)