ASAP 3.0 Client Manual

HP NonStop ASAP Client Manual Page 147 of 161
Examples
Format “F5.2” -- 12.45
Format I8 -- 12345678
Format S8 -- PathDown
Graph - EDL Attribute Property
Graph Boolean
The Graph attribute property determines whether a user-defined attribute has state
analysis performed on it by the ASAP Client. If the Graph attribute property is enabled
(TRUE or YES), the attribute has a state assigned to it (either directly through client
numerical analysis, or indirectly through an associated data, state pair).
This property controls whether the ASAP Client analyzes an attribute and assigns a
state to it. The Client assigns a state to each graphed attribute based on the attribute's
StateRule setting. For more details, see the StateRule section.
If more than one attribute has its Graph property enabled, the attribute with the highest
state is said to be the state of the object. In this manner, each object has a state
assigned to it.
When an object has a state assigned to it, the graph for that object is color-coded
according to the state of the object. The corresponding value in the grid portion of the
ASAP Client Browse window is also annotated with the state icon.
Applies to: Client
This property appears on the Attribute Tab of the ASAP Client Properties Window and
is documented as the Show In Graph property.
Default: False
Examples
AT Busy GRAPH YES GRID YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
AT Status GRAPH YES GRID YES GRAPHMAX 9 HELP "Operational Status"
STATEPAIR YES, STATERULE UseStateGraphState, STATEISOP YES;
GraphMax - EDL Attribute Property
GraphMax Number
The GraphMax attribute property defines the maximum value used to normalize a
user-defined attribute. When an attribute has its Graph property enabled (TRUE or
YES), the Graph-Max value is used to normalize the value of that attribute.