Stores the data packs which remain in send ports into a file withe the specified file name. If the file with the file name has been created already, it will be overwritten.
出力端子に残っているデータの保存 ファイル aFileName (引数)を新規にオープンして、 出力端子に残っているデータをファイルに保存します。 ファイル aFilefName がすでに存在する場合は上書きされます。 内部で、 (Ref "OhElement#saveSendPortStock(PrintWriter)") (Ref "OhSubSystem#saveSendPortStock(PrintWriter)") を呼んでいます。
public virtual void writeSendPortStock( stringaFileName );