sflsave command

    (A) Function
        Saving an inner representation of an SFL module class into a file.

    (B) Format

        sflsave  <module>  <file>

    (C) Parameters
       <module>
           Designate a module class name to be saved in a file. 
       <file>
           Designate the name of a file in which the module class is saved. 

    (D) Notes 
        With the sflload command, you can load an inner representation of 
        a module class that has been saved with the sflsave command. 
        In the current version, you cannot save/load simulation images.
        If there is already a file specified in <file>, the file is overwritten. 
        If there is no file specified in <file>, a new file is created. 
        You cannot save more than one module class in each file. 

    (E) Related items
        sflload command
        sflread command
        lmc command