Difference between revisions of "AnalyticaEdition"

 
(Correction for "Free" post 6.1)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[category: System Variables]]
+
[[Category: System Variables]]
 +
[[Category: Analytica editions]]
  
The system variable ''AnalyticaEdition'' constains a string identifying the current edition of Analytica.
+
The system variable '''AnalyticaEdition''' contains a text value identifying the edition of Analytica running the model.
  
 
Possible values are:
 
Possible values are:
* "Enterprise"
+
:<code>"Enterprise"</code>
* "Professional"
+
:<code>"Professional"</code>
* "Lite"
+
:<code>"Free"</code>  (or <code>"Free 101"</code> prior to [[Analytica 6.1]])
* "Power Player"
+
:<code>"Lite"</code>
* "Player"
+
:<code>"Power Player"</code>
* "Trial"
+
:<code>"Power Player with Optimizer"</code>
* "ADE"
+
:<code>"Player"</code>
* "Educational Enterprise"
+
:<code>"Trial"</code>
* "Educational Professional"
+
:<code>"ADE"</code>
* "Educational Lite"
+
:<code>"ACP"</code>
* "Educational Power Player"
+
:<code>"ACP with Optimizer"</code>
* "Educational Player"
+
:<code>"Educational Enterprise"</code>
* "Educational Trial"
+
:<code>"Educational Professional"</code>
* "Educational ADE"
+
:<code>"Educational Lite"</code>
 +
:<code>"Educational Power Player"</code>
 +
:<code>"Educational Power Player with Optimizer"</code>
 +
:<code>"Educational Player"</code>
 +
:<code>"Educational Trial"</code>
 +
:<code>"Educational ADE"</code>
 +
:<code>"Educational ACP"</code>
 +
:<code>"Educational ACP with Optimizer"</code>
  
To determine whether this is a version with Optimizer, use AnalyticaLicenseInfo("Optimizer"), to determine if this is a beta version use AnalyticaLicenseInfo("Beta").
+
To see if this version is Optimizer, use [[AnalyticaLicenseInfo]]("Optimizer")
  
= See Also =
+
To see if this version is a beta version use [[AnalyticaLicenseInfo]]("Beta").
  
* SysVar [[AnalyticaVersion]]
+
== See Also ==
* SysVar [[AnalyticaPlatform]]
+
* [[Editions of Analytica]]
* Function [[AnalyticaLicenseInfo]]
+
* [[AnalyticaVersion]]
 +
* [[AnalyticaPlatform]]
 +
* [[AnalyticaLicenseInfo]]

Latest revision as of 21:31, 21 December 2022


The system variable AnalyticaEdition contains a text value identifying the edition of Analytica running the model.

Possible values are:

"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


You are not allowed to post comments.