--- myst: substitutions: bloc: python: 1-5,15-25,28-39 cpp: 3-8,13-17,20-28 --- (use_cases_macro_dataserver_load_ascii_file)= # Macro "**dataserverLoadASCIIFile.{{extension}}**" (use_cases_macro_dataserver_load_ascii_file_objective)= ## Objective Loading data in a {{tds}}, using the "Salome-table" format of {{uranie}} and applying basic visualisation methods on attributes. The data file is named `"flowrateUniformDesign.dat"` and data correspond to an *Uniform* {{doe}} of 32 patterns for a "code" with 8 inputs ({{floinputs}}) along with a response (*"yhat"*). The data file `"flowrateUniformDesign.dat"` is in the "Salome-table" format of {{uranie}}. {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/references/flowrateUniformDesign.dat" + "\n" + ":language: none\n" + "```" }} ## Macro {{uranie}} {{ "```{literalinclude} " + parent_dir + "/roottest/uranie/doc/dataserver/use_cases/" + language + "/dataserverLoadASCIIFile." + extension + "\n" + ":language: " + language + "\n" + ":lines: " + bloc[language] + "\n" + "```" }} ## Graph {{ "```{" "figure" "} " + parent_dir + "/roottest/build/uranie/doc/dataserver/use_cases/" + language + "/dataserverLoadASCIIFile.png\n" ":align: center\n" ":name: usecases_dataserverLoadASCIIFile\n" + figure_scale + "\n" "\n" "Graph of the macro `\"dataserverLoadASCIIFile." + extension + "\"`\n" "```" }}