# SimTree dump

%% Dump the content of all result files in the results tree

# SimTree dump --rp r "TandemModel:Node2:.*"

%% Dump the content of all results below TandemModel:Node2 of all result files in the results tree

# SimTree dump --spp 1:1

%% Dump the content of the result file of the given simulation parameter path

# SimTree dump --rp r "TandemModel:Node2:.*" --spp 1:1

%% Combine different options

# SimTree dump --spp 1:1 --batches 1

%% Dump the content of a batch result file for the given simulation parameter path

# SimTree dump --max-depth 4 --spp 1:1 --rp 1 "TandemModel:Node1:Queue:.*"

%% Dump partial contents of the FinalResults for one simulation parameter value set with a maximum depth
