Manage the enumeration of interfaces.
    |  | 
        
          | __init__(self,
        ref_surfaces,
        ads_surfaces,
        interface_kwargs=None,
        logger=None) Create an instance.
 |  |  | 
    |  | 
        
          | logParams(self) Log the parameters.
 |  |  | 
    | interface_mod.Interface | 
        
          | getInterface(self,
        ref_surface,
        ads_surface) Build and return a interface_mod.Interface.
 |  |  | 
    | list of interface_mod.Interface | 
        
          | getInterfaces(self) Build and return the interface_mod.Interface objects for all 
      interfaces.
 |  |  | 
    |  | 
        
          | writeInterfaces(self,
        file_name) Write interfaces to a Maestro file with the given file name.
 |  |  | 
    |  | 
        
          | runIt(self) Create the interfaces.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |