Category:System Variables
Analytica System Variables.
See also:
- System Variables described in the Scripting Guide.
There are more than 160 system variables. The full list can be viewed by typing list sysvar in the typescript window. Some are esoteric or obsolete and only exist for compatibility with legacy models. The most useful ones are those that are not already accessible through the UI and are potentially useful for access in the typescript window either for setting new values or for referencing the current value. This page focuses on the most useful system variables.
- Attribute Font Size
This sets the font size in the attribute pane and object windows. This setting is also accessible in the UI by selecting Preferences from the Edit menu. The check box labeled Large text in attributes & tables toggles between 10 point and 13 point. Other font sizes can be chosen through the typescript window. Since this is a preference value, its value sticks to Analytica rather than being saved to a particular model.
- AutoSaveFilename
This is a non-editable read-only variable. It shows the file path Analytica is currently using to save the recovery file. Referencing this variable in the typescript window is a convenient way to locate the last saved recovery file.
- InternalSDKErrTries
The Frontline optimization engines sometimes fail to compute, and return an SDK error. This is a known issue that Frontline has ameliorated but not fully resolved (as of Analytica 4.5). The occurrence of these errors is not predictable. When one occurs, it is possible that the next optimization with run with no problems. This system variable determines the number of consecutive errors and automatic restarts Analytica will allow without faulting. If you are getting frequent SDK errors with InternalSDKErrTries = 0, try setting it to 5 or so. The value of this variable sticks to an individual model. The default value for new models is 0.
- It
When you are using typescript for calculations by entering Analytica expressions, It refers to the last result. For example: > pi*2 returns 6.28 > It * 2 then returns 12.57
- Sv__DateOriginOffset
This setting is accessible in the UI by selecting Preferences from the Edit menu. If Use Excel date origin is unchecked, it will use Jan 1, 1904 as used on Macintosh, corresponding to an offset of zero. If Use Excel date origin is checked, it will use Jan 1, 1900 as used on Excel on Windows. This corresponds to a date offset of -1462.
- Sys_AllNullTreatment
This is useful for legacy models made with Analytica versions before 4.4. 4.4 changed the way Analytica handles null values is some functions. See What's new in Analytica 4.4?.
- Sys_AnimateWindows
When set to 1, Analytica will animate windows as they open and close. This is useful for presentations since it gives a visual cue whenever a module is opened to a window. This feature is deactivated by default (Sys_AnimateWindows = 0) because some graphics processors fail to redraw properly when it is activated. If your system does not exhibit this problem, you may find it preferable.
- Sys_DbDatesAsText
This affects how the DBQuery() function handles date values. If dates are imported numerically, they will be processed as dates in Analytica functions. But if this creates problems, set Sys_DbDatesAsText = 1 to suppress date intelligence and handle the imported values as text.
- Sys_ShowFontsOnPopup
This is active (1) by default. When you select Set Node Style... from the diagram menu, then select Font, you will see the font names displayed in the actual font styles. If this feature is taking up too much processing time or memory, set this variable to 0.
- Sys_TableCellDefault
- Sys_WarnUndefCell
- TableFontSize
- TableType
- Verbosity
- WarnOnNonIndexedOp
Pages in category "System Variables"
The following 61 pages are in this category, out of 61 total.
F
S
- SampleSize
- SampleType
- SampleWeighting
- ShowHier
- SuppressExcelAlerts
- SvdIndex
- Sys AllNullTreatment
- Sys AttPaneInitAtt
- Sys ComparisonTolerance
- Sys DbDatesAsText
- Sys DefaultNumberFmt
- Sys EnableErrorUnder
- Sys EnableFixedFont
- Sys EnableSyntaxColo
- Sys FoundSet
- Sys PreLoadScript
- Sys SyntaxColors
- Sys TableCellDefault
- Sys TopLevelModel
- Sys TopLevelModule
- Sys UseLegacyColors
- Sys WarningsToIgnore
- Sys WarnUndefCell
- System Variables
- System variables