set currentobject attributes
Set attributes of the current object.
Syntax
ge> set currentobject attributes 'attrname' 'value'
The name the attributes depends on which type of dynamic is applied on the subgraph. The
dynamic type has to be stated first, and thereafter the attributes for that dynamic type
is stated.
Enumeration types
For attributes of enumeration type, where you can select one of several alternatives, the
value is set to the name of the enumeration value, eg
set currentobject attr Cycle Slow
Bitmask types
For attributes of bitmask type, where you can select several alternatives, the names of
the desired alternatives are specifed separated with '|', eg
set currentobject attr Action ToggleDig|Confirm|Tooltip
set currentobject attr DigColor.Instances 2|3|4
Example
set currentobject attr Cycle Fast
set currentobject attr DynType1 DigColor|DigWarning|DigError
set currentobject attr Action Tooltip|OpenGraph
set currentobject attr DigColor.Instances 2|3
set currentobject attr DigColor3.Attribute H1-Dv3##Boolean
set currentobject attr DigColor3.Color MagentaHigh3
set currentobject attr DigColor2.Attribute H1-Dv2##Boolean
set currentobject attr DigColor2.Color OrangeHigh4
set currentobject attr DigColor.Attribute H1-Dv1##Boolean
set currentobject attr DigColor.Color BlueHigh3
set currentobject attr DigError.Attribute H1-Dv4##Boolean
set currentobject attr DigWarning.Attribute H1-Dv5##Boolean
set currentobject attr OpenGraph.GraphObject Nodes-MyNode-Op-Overview
set currentobject attr ToolTip.Text "Temperature switch indicator"