Difference between revisions of "AnalyticaEdition"
(Correction for "Free" post 6.1) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category: System Variables]] | [[Category: System Variables]] | ||
[[Category: Analytica editions]] | [[Category: Analytica editions]] | ||
+ | {{ReleaseBar}} | ||
The system variable '''AnalyticaEdition''' contains a text value identifying the edition of Analytica running the model. | The system variable '''AnalyticaEdition''' contains a text value identifying the edition of Analytica running the model. | ||
Possible values are: | Possible values are: | ||
− | :<code>"Enterprise"</code> | + | :<code>"Optimizer"</code> |
+ | :<code>"{{Release?|7.0|Developer|Enterprise}}"</code> | ||
:<code>"Professional"</code> | :<code>"Professional"</code> | ||
:<code>"Free"</code> (or <code>"Free 101"</code> prior to [[Analytica 6.1]]) | :<code>"Free"</code> (or <code>"Free 101"</code> prior to [[Analytica 6.1]]) | ||
Line 16: | Line 18: | ||
:<code>"ACP"</code> | :<code>"ACP"</code> | ||
:<code>"ACP with Optimizer"</code> | :<code>"ACP with Optimizer"</code> | ||
− | :<code>"Educational | + | :<code>"Educational {{Developer}}"</code> |
:<code>"Educational Professional"</code> | :<code>"Educational Professional"</code> | ||
:<code>"Educational Lite"</code> | :<code>"Educational Lite"</code> | ||
Line 31: | Line 33: | ||
To see if this version is a beta version use [[AnalyticaLicenseInfo]]("Beta"). | To see if this version is a beta version use [[AnalyticaLicenseInfo]]("Beta"). | ||
+ | {{Release|1=7.0|2=|3= | ||
+ | == Developer edition used to be called Enterprise edition == | ||
+ | Prior to the release of [[Analytica 7.0]], the Developer edition used to be called the Enterprise edition. Thus, in release before [[Analytica 7.0]] you won't see these values: | ||
+ | :<code>"Developer"</code> | ||
+ | :<code>"Educational Developer"</code> | ||
+ | but instead will see these values: | ||
+ | :<code>"Enterprise"</code> | ||
+ | :<code>"Educational Enterprise"</code> | ||
+ | }} | ||
== See Also == | == See Also == | ||
* [[Editions of Analytica]] | * [[Editions of Analytica]] |
Latest revision as of 14:28, 2 July 2025
Release: | • |
---|
The system variable AnalyticaEdition contains a text value identifying the edition of Analytica running the model.
Possible values are:
"Optimizer"
"Enterprise"
"Professional"
"Free"
(or"Free 101"
prior to Analytica 6.1)"Lite"
"Power Player"
"Power Player with Optimizer"
"Player"
"Trial"
"ADE"
"ACP"
"ACP with Optimizer"
"Educational Enterprise"
"Educational Professional"
"Educational Lite"
"Educational Power Player"
"Educational Power Player with Optimizer"
"Educational Player"
"Educational Trial"
"Educational ADE"
"Educational ACP"
"Educational ACP with Optimizer"
To see if this version is Optimizer, use AnalyticaLicenseInfo("Optimizer")
To see if this version is a beta version use AnalyticaLicenseInfo("Beta").
See Also
Comments
Enable comment auto-refresher