generate_scenario: Generates a new scenario by modifying a given base scenario

Description Usage Arguments Details

Description

Copies the scex file, giving it a new name.

Usage

1
2
3
generate_scenario(test_folder, base_scenario, base_scenario_dat,
  scenario_name_sub, scex_sub = NULL, dat_sub = NULL, notes = NULL,
  label = NULL)

Arguments

test_folder

The folder in which the tests are run

base_scenario

The name of the base scenario

base_scenario_dat

The name of the base scenario's dat file

scenario_name_sub

The substritution list for the name of the scenario. A list with to elements, to and from.

scex_sub

The substritutions to perform on the scex file

dat_sub

The substritutions to perform on the dat file

notes

The note of the scenario

label

The label of the scenario

Details

Makes the scex file point to a new .dat file

Performs substitutions on the scex file

Performs substitutions on the .dat file


philliplab/modgenTester documentation built on May 25, 2019, 5:06 a.m.