8.1.24.1 ProjectInfo::GetOrgVersion

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 Version of the Origin

Syntax

GetOrgVersion()

Parameters

Return

the version of the Origin

Examples

EX1

#Output the Origin version
import PyOrigin
Info=PyOrigin.GetProjectInfo()
print('The Origin version is %2.1f' %(Info.GetOrgVersion()))