A class for representing a structure that can be included/excluded in 
  the Workspace.
    |  | 
        
          | __init__(self,
        ct) x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | set_readonly(self,
        readonly=True) Sets this entry to be readonly if 'readonly' is True.
 |  |  | 
    |  | 
        
          | set_deletable(self,
        deletable=True) Sets this entry to be deletable if 'deletable' is True.
 |  |  | 
    |  |  | 
    |  | 
        
          | show(self) Shows the CT in Maestro workspace.
 |  |  | 
    |  | 
        
          | show_only(self) Shows the CT in Maestro workspace and hides other CTs.
 |  |  | 
    |  |  | 
    |  | 
        
          | is_shown(self) Returns True if this entry is already included into the Workspace.
 |  |  | 
    |  | 
        
          | commit(self) Commits any belonging change in the current workspace to this entry.
 |  |  | 
    |  | 
        
          | rename(self,
        name) Changes the entry name to 'name'.
 |  |  | 
    |  | 
        
          | get_ct(self,
        copy=False) Returns a 'Structure' object of the CT of this entry.
 |  |  | 
    |  | 
        
          | write(self,
        fname,
        mode= '')Writes the CT to a file, whose name is given by 'fname'.
 |  |  | 
    |  | 
        
          | deleteAtomsByAsl(self,
        asl) |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |