Difference between revisions of "AnalyticaEdition"

(Correction for "Free" post 6.1)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category: Analytica editions]]
 
[[Category: Analytica editions]]
  
The system variable ''AnalyticaEdition'' contains 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:
 
:<code>"Enterprise"</code>
 
:<code>"Enterprise"</code>
 
:<code>"Professional"</code>
 
:<code>"Professional"</code>
:<code>"Free 101"</code>
+
:<code>"Free"</code>  (or <code>"Free 101"</code> prior to [[Analytica 6.1]])
 
:<code>"Lite"</code>
 
:<code>"Lite"</code>
 
:<code>"Power Player"</code>
 
:<code>"Power Player"</code>
 +
:<code>"Power Player with Optimizer"</code>
 
:<code>"Player"</code>
 
:<code>"Player"</code>
 
:<code>"Trial"</code>
 
:<code>"Trial"</code>
 
:<code>"ADE"</code>
 
:<code>"ADE"</code>
 +
:<code>"ACP"</code>
 +
:<code>"ACP with Optimizer"</code>
 
:<code>"Educational Enterprise"</code>
 
:<code>"Educational Enterprise"</code>
 
:<code>"Educational Professional"</code>
 
:<code>"Educational Professional"</code>
 
:<code>"Educational Lite"</code>
 
:<code>"Educational Lite"</code>
 
:<code>"Educational Power Player"</code>
 
:<code>"Educational Power Player"</code>
 +
:<code>"Educational Power Player with Optimizer"</code>
 
:<code>"Educational Player"</code>
 
:<code>"Educational Player"</code>
 
:<code>"Educational Trial"</code>
 
:<code>"Educational Trial"</code>
 
:<code>"Educational ADE"</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")
 +
 
 +
To see if this version is a beta version use [[AnalyticaLicenseInfo]]("Beta").
  
 
== See Also ==
 
== See Also ==

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.