Skip to content

Commit 68083e6

Browse files
committed
ORG-30629
1 parent 9116475 commit 68083e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/originpro/worksheet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def get_label(self, col, type = 'L'):
540540
541541
Parameters:
542542
col (int or str): If int, column index. If str, tries short name and if not exists, tries column long name
543-
type (str): A column label row character (see https://www.originlab.com/doc/LabTalk/ref/Column-Label-Row-Characters) or a user defined parameter name
543+
type (str): A column label row character (see https://www.originlab.com/doc/LabTalk/ref/Column-Label-Row-Characters) or a user defined parameter name. Note: the maximum number of user defined labels is 128.
544544
545545
Returns:
546546
(str)
@@ -570,7 +570,7 @@ def set_label(self, col, val, type = 'L'):
570570
Parameters:
571571
col (int or str): If int, column index. If str, tries short name and if not exists, tries column long name
572572
val (str): the text to set
573-
type (str): A column label row character (see https://www.originlab.com/doc/LabTalk/ref/Column-Label-Row-Characters) or a user defined parameter name
573+
type (str): A column label row character (see https://www.originlab.com/doc/LabTalk/ref/Column-Label-Row-Characters) or a user defined parameter name. Note: the maximum number of user defined labels is 128.
574574
575575
Examples:
576576
wks=op.find_sheet()

0 commit comments

Comments
 (0)