Grfx_SetVarHist

SUMMARY

Grfx_SetVarHist - Set graph to history mode

SYNTAX

Grfx_SetVarHist(<ApplyGroup>,<Mode>)

ARGUMENTS

ApplyGroup
- defines the graph(s) the action is applied to.
Mode
- 1 = long-term archive
- 0 = short-term archive

DESCRIPTION

Toggles between long-term = and short-term archive.

EXAMPLES

Grfx_SetVarHist(Tst_LK,1)
Any graph that has defined ApplyGroup "Tst_LK" under action is switched to display values out of the long-term archive.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times