Exemplo n.º 1
0
    def txt_save(self,S):
        """
        save network state into mysqldatabase


        Attributes:
        ----------
        
        S        : Simulation
                   Scipy.Simulation object

        """
        pyu.writenet(self,S)
Exemplo n.º 2
0
    def txt_save(self,S):
        """
        DEPRECATED 

        REPLACED BY pylayers.util.save

        DEPRECATED 



        save network state into mysqldatabase


        Parameters 
        ----------
        
        S        : Simulation
                   Scipy.Simulation object

        """
        pyu.writenet(self,S)
Exemplo n.º 3
0
    def txt_save(self,S):
        """
        DEPRECATED 

        REPLACED BY pylayers.util.save

        DEPRECATED 



        save network state into mysqldatabase


        Attributes:
        ----------
        
        S        : Simulation
                   Scipy.Simulation object

        """
        pyu.writenet(self,S)