Use Program to Configure Range Values for AttributesUse eServicecommonWzrdListFromCommand.tcl to prepare a list to load either a wizard widget or a program attribute. This program accepts these arguments:
and returns RPE settings for the list of names and the selected name. Examples: To get a list of types: input = {list type}To get a list of subgroups of the Change Board group and make Unassigned as default: program eServicecommonWzrdListFromCommand.tcl input {print group
$group_ChangeBoards select child dump |} {Unassigned} {|} To get a list of members of the group Change Board 1: input = {print group "group_ChangeBoard1" select person dump |} {|}To get a list of subtypes: input = {print type "type_ParentType" select derivative dump |} {|}To get a list of ECOs with current state and an attribute value: input = {temp query bus ECO * * select current
attribute[attribute_CategoryofChange] dump " "}
| |||||||