MATLAB File Help: HebiLookup.newGroupFromFamily
HebiLookup.newGroupFromFamily
  newGroupFromFamily groups by family and sorts by name
 
    This method groups all modules that match the selected
    family, and orders them alphabetically by their name.
 
    The family may include wildcard characters (*,?)
 
    Example
       % Create group of all modules of any group
       group = HebiLookup.newGroupFromFamily('*');
 
       % Create group of all modules in a certain group
       group = HebiLookup.newGroupFromFamily('Arm');
See also
Method Details
Access public
Sealed false
Static true