TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
Keywords derived from write_file

write_file

Synonyms: ecrire_fichier, ecrire_fichier_bin

Inherits from: interprete

Keyword to write the object of name name_obj to a file filename. Since the v1.6.3, the default format is now binary format file.

Parameters:

  • name_obj (type: string) Name of the object to be written.
  • filename (type: string) Name of the file.

ecrire_fichier_formatte

Inherits from: write_file

Keyword to write the object of name name_obj to a file filename in ASCII format.

Parameters:

  • name_obj (type: string) Name of the object to be written.
  • filename (type: string) Name of the file.