8.2.34 Reset
It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Contents
Description
Reset Matrix or Worksheet.
Syntax
Reset(ReduceWks, ReduceMat)
Parameters
- ReduceWks
- if bReduceWks=1, reset all worksheet
- ReduceMat
- if bReduceMat=1, reset all matrix sheet
Return
True if reset successful, False otherwise
Examples
EX1
import PyOrigin PyOrigin.Reset(1,1) #reset both worksheet and matrix sheet contents.