8.1.24.2 ProjectInfo::GetVersion

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.

Description

Get the saving version of the project

Syntax

GetVersion()

Parameters

Return

the saving version of the project

Examples

EX1

import PyOrigin
Info=PyOrigin.GetProjectInfo()
print('The project saving version is %g' %(Info.GetVersion()))