コード例 #1
0
ファイル: network.py プロジェクト: fgrandhomme/pylayers
    def txt_save(self,S):
        """
        save network state into mysqldatabase


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

        """
        pyu.writenet(self,S)
コード例 #2
0
ファイル: network.py プロジェクト: iulia-ia13/pylayers
    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)
コード例 #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)