 |
ALPHA-VISION® Misc Functions: Grfx_GetVarHist
|
Grfx_GetVarHist
SUMMARY
Grfx_GetVarHist - Get graph mode
SYNTAX
Grfx_GetVarHist(
<Apply group>);
ARGUMENTS
- Apply group
-
Apply group of the graph
RETURN VALUE
0: data out of the short-term archive are displayed
1: data out of the long-term archive are displayed
DESCRIPTION
Determines the display-mode of a graph.
EXAMPLES
Grfx_GetVarHist(Tst_LK)
Determines the display-mode of the graph with the apply group “Tst_LK”
bound to.
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