def rn(self): # pylint:disable=invalid-name """Get the relative name. Returns: cobra.mit.naming.Rn: The relative name for this Mo. """ return BaseMo._rn(self)
def rn(self): """ Returns the relative name (Rn) of the managed object (MO). """ return BaseMo._rn(self)