Icarus Class: LibGroup
Description of a library (databank) group. Attributes include the name, short name, any comments about the group, and a flag that indicates whether the entire group may be searched simultaneously.
name Attribute may stay unnamed in attribute list.Attribute value must be specified.
  Name of the library group.
short  
  "Short name (abbreviation) of the library group."
printName  
  Print name of the library group - used on the top page of the web server.
subGroups Attribute is multivalued (list). LibGroup  
  The group can be made up of other groups. This is for the web top page which currently only supports library groups in a one deep 'hierarchy'. For API and icarus users however, there is no limit to how deep the hierarchy can be.
defaultLoader LoadClass  
  The default loader for the library group.
show  Attribute has a default value. n
  Use one of the following values. y n never
  If y then the group is shown expanded on the top page of the srs web interface when the user first comes to the top (library select) page. If never, then the library is not shown on the top page at all. This option should be used when the library group is actually only a sub library group, and hence is shown as a part of another group.
getPrintName
Returns a list of all library names in the group.
Returns a value
lib
Returns from the group the library at the specified index.
num Argument may stayunnamed in argument list. 
The index in the list of libraries in the group to return.
Returns a value Library
libNamed
Returns from the group the named library.
name  
The name of the library to get from the group.
Returns a value Library
libNames
Returns a list of all library names in the group.
Returns a value StrList
libs
Returns the list of all libraries in the group.
Returns a value
size
Returns the number of libraries in the group.
Returns a value
subGps
Returns the list sub groups in this group.
Returns a value