# --result-path q1 "TandemModel:Meter1:TransferTime:Mean"

%% select a single value from results files

# --result-path q1 "TandemModel:Meter2:TransferTimeDist:pdf:bucket:.*:prob"

%% select array values from results file

# --result-path q1 "TandemModel:Meter2:TransferTimeDist:pdf:bucket:1:prob"

%% select one array value from results file

# --result-path q1 "TandemModel" --result-path q2 "%q1%:Meter2" --result-path q3 "%q2%:TransferTimeDist:pdf:bucket:1:prob"

%% p3 now means the same result path as in the previous example

# --result-path ".*:Throughput:ThroughputTrace_of_MS_([0-9]+):traces:.*:trace:.*:value"

%% Select the number of a mobile though a match group instead of the value

# --result-path ".*:Throughput:ThroughputTrace_of_MS_.*:traces:.*:trace:([0-9]+):value"

%% Select the trace number through a match group instead of the value
