{{/inline}}
{{> BaseModelPage baseModel_=simulationReport_}}
{{#*inline "htmCreated"}}
created
{{> "inputCreated" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputCreated"}}
{{#eq 'Page' classApiMethodMethod}}
{{formatZonedDateTime simulationReport_.created 'EEE MMM d yyyy h:mm a zz' defaultLocaleId defaultZoneId}}
{{/eq}}
{{/inline}}
{{#*inline "htmModified"}}
modified
{{> "inputModified" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputModified"}}
{{#eq 'Page' classApiMethodMethod}}
{{formatZonedDateTime simulationReport_.modified 'EEE MMM d yyyy h:mm a zz' defaultLocaleId defaultZoneId}}
{{/eq}}
{{/inline}}
{{#*inline "htmObjectId"}}
ID
{{> "inputObjectId" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputObjectId"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.objectId}}
{{/eq}}
{{/inline}}
{{#*inline "htmArchived"}}
archived
{{> "inputArchived" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputArchived"}}
{{#eq roleForWriteBool "true"}}
{{#eq 'Page' classApiMethodMethod}}
{{else}}
>
true
false
{{/eq}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.archived}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.archived}}
{{/eq}}
{{/inline}}
{{#*inline "htmDeleted"}}
deleted
{{> "inputDeleted" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputDeleted"}}
{{#eq roleForWriteBool "true"}}
{{#eq 'Page' classApiMethodMethod}}
{{else}}
>
true
false
{{/eq}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.deleted}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.deleted}}
{{/eq}}
{{/inline}}
{{#*inline "htmReportName"}}
report name
{{> "inputReportName" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputReportName"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.reportName}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.reportName}}
{{/eq}}
{{/inline}}
{{#*inline "htmLocation"}}
map location
{{> "inputLocation" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{/inline}}
{{#*inline "inputLocation"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.location}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.location}}
{{/eq}}
{{/inline}}
{{#*inline "htmSimulationKey"}}
relate a traffic simulation to this simulation report
{{> "inputSimulationKey" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{#eq roleForReadBool "true"}}
{{#eq 'Page' classApiMethodMethod}}
add a traffic simulation
{{/eq}}
{{/eq}}
{{/inline}}
{{#*inline "inputSimulationKey"}}
{{#eq roleForWriteBool "true"}}
{{#eq 'PUTCopy' classApiMethodMethod}}
clear
{{/eq}}
{{else}}
{{else}}
{{simulationReport_.simulationKey}}
{{/eq}}
{{/inline}}
{{#*inline "htmSmartTrafficLightKey"}}
relate a smart traffic light to this simulation report
{{> "inputSmartTrafficLightKey" roleForWrite=roleForWrite roleForRead=roleForRead}}
{{#eq roleForReadBool "true"}}
{{#eq 'Page' classApiMethodMethod}}
add a smart traffic light
{{/eq}}
{{/eq}}
{{/inline}}
{{#*inline "inputSmartTrafficLightKey"}}
{{#eq roleForWriteBool "true"}}
{{#eq 'PUTCopy' classApiMethodMethod}}
clear
{{/eq}}
{{else}}
{{else}}
{{simulationReport_.smartTrafficLightKey}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamAvgVehiclePerMinFromWestToEast"}}
Average vehicle/min from WEST to EAST
{{> "inputParamAvgVehiclePerMinFromWestToEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30] corresponding to 1st value in list
{{/inline}}
{{#*inline "inputParamAvgVehiclePerMinFromWestToEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramAvgVehiclePerMinFromWestToEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramAvgVehiclePerMinFromWestToEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamAvgVehiclePerMinFromSouthToNorth"}}
Average vehicle/min from SOUTH to NORTH
{{> "inputParamAvgVehiclePerMinFromSouthToNorth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30] corresponding to 2nd value in list
{{/inline}}
{{#*inline "inputParamAvgVehiclePerMinFromSouthToNorth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramAvgVehiclePerMinFromSouthToNorth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramAvgVehiclePerMinFromSouthToNorth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamVehicleDemandScalingFactor"}}
Demand scaling factor (multiplies all vehicle demands)
{{> "inputParamVehicleDemandScalingFactor" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 2] corresponding to "demand scale"
{{/inline}}
{{#*inline "inputParamVehicleDemandScalingFactor"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramVehicleDemandScalingFactor}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramVehicleDemandScalingFactor}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamAvgPedestrianPerMinFromWestToEast"}}
Average pedestrian/min from WEST to EAST
{{> "inputParamAvgPedestrianPerMinFromWestToEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30] corresponding to 3rd value in list
{{/inline}}
{{#*inline "inputParamAvgPedestrianPerMinFromWestToEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramAvgPedestrianPerMinFromWestToEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramAvgPedestrianPerMinFromWestToEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamAvgPedestrianPerMinFromSouthToNorth"}}
Average pedestrian/min from WEST to EAST
{{> "inputParamAvgPedestrianPerMinFromSouthToNorth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30] corresponding to 4th value in list
{{/inline}}
{{#*inline "inputParamAvgPedestrianPerMinFromSouthToNorth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramAvgPedestrianPerMinFromSouthToNorth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramAvgPedestrianPerMinFromSouthToNorth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamPedestrianDemandScalingFactor"}}
Demand scaling factor (multiplies all pedestrian demands)
{{> "inputParamPedestrianDemandScalingFactor" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 2] corresponding to "demand scale"
{{/inline}}
{{#*inline "inputParamPedestrianDemandScalingFactor"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramPedestrianDemandScalingFactor}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramPedestrianDemandScalingFactor}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamMinGreenTimeSecWestEast"}}
Min GREEN time for WEST-EAST traffic (sec)
{{> "inputParamMinGreenTimeSecWestEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 50]
{{/inline}}
{{#*inline "inputParamMinGreenTimeSecWestEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramMinGreenTimeSecWestEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramMinGreenTimeSecWestEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamMaxGreenTimeSecWestEast"}}
Max GREEN time for WEST-EAST traffic (sec)
{{> "inputParamMaxGreenTimeSecWestEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 100], also greater than min value
{{/inline}}
{{#*inline "inputParamMaxGreenTimeSecWestEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramMaxGreenTimeSecWestEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramMaxGreenTimeSecWestEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamMinGreenTimeSecSouthNorth"}}
Min GREEN time for SOUTH-NORTH traffic (sec)
{{> "inputParamMinGreenTimeSecSouthNorth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 50]
{{/inline}}
{{#*inline "inputParamMinGreenTimeSecSouthNorth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramMinGreenTimeSecSouthNorth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramMinGreenTimeSecSouthNorth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamMaxGreenTimeSecSouthNorth"}}
Max GREEN time for SOUTH-NORTH traffic (sec)
{{> "inputParamMaxGreenTimeSecSouthNorth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 100], also greater than min value
{{/inline}}
{{#*inline "inputParamMaxGreenTimeSecSouthNorth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramMaxGreenTimeSecSouthNorth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramMaxGreenTimeSecSouthNorth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamPedestrianWaitThresholdSecNorthSouth"}}
Pedestrian waiting time tolerance threshold for NORTH-SOUTH (sec)
{{> "inputParamPedestrianWaitThresholdSecNorthSouth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 60]
{{/inline}}
{{#*inline "inputParamPedestrianWaitThresholdSecNorthSouth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramPedestrianWaitThresholdSecNorthSouth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramPedestrianWaitThresholdSecNorthSouth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamPedestrianWaitThresholdSecWestEast"}}
Pedestrian waiting time tolerance threshold for WEST-EAST (sec)
{{> "inputParamPedestrianWaitThresholdSecWestEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 60]
{{/inline}}
{{#*inline "inputParamPedestrianWaitThresholdSecWestEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramPedestrianWaitThresholdSecWestEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramPedestrianWaitThresholdSecWestEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamVehicleQueueThresholdWestEast"}}
Vehicle queue length threshold between low-high content for WEST-EAST
{{> "inputParamVehicleQueueThresholdWestEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 15]
{{/inline}}
{{#*inline "inputParamVehicleQueueThresholdWestEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramVehicleQueueThresholdWestEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramVehicleQueueThresholdWestEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamVehicleQueueThresholdSouthNorth"}}
Vehicle queue length threshold between low-high content for SOUTH-NORTH
{{> "inputParamVehicleQueueThresholdSouthNorth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 15]
{{/inline}}
{{#*inline "inputParamVehicleQueueThresholdSouthNorth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramVehicleQueueThresholdSouthNorth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramVehicleQueueThresholdSouthNorth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamPedestrianQueueThresholdNorthSouth"}}
Pedestrian queue length threshold between low-high content for NORTH-SOUTH
{{> "inputParamPedestrianQueueThresholdNorthSouth" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 15]
{{/inline}}
{{#*inline "inputParamPedestrianQueueThresholdNorthSouth"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramPedestrianQueueThresholdNorthSouth}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramPedestrianQueueThresholdNorthSouth}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamPedestrianQueueThresholdWestEast"}}
Pedestrian queue length threshold between low-high content for WEST-EAST
{{> "inputParamPedestrianQueueThresholdWestEast" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 15]
{{/inline}}
{{#*inline "inputParamPedestrianQueueThresholdWestEast"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramPedestrianQueueThresholdWestEast}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramPedestrianQueueThresholdWestEast}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamStepSize"}}
Simulation time step (sec)
{{> "inputParamStepSize" roleForWrite=roleForWrite roleForRead=roleForRead}}
[0.5, 2.0]
{{/inline}}
{{#*inline "inputParamStepSize"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramStepSize}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramStepSize}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamRunTime"}}
time for each round of traffic simulation (sec)
{{> "inputParamRunTime" roleForWrite=roleForWrite roleForRead=roleForRead}}
[500, 3600]
{{/inline}}
{{#*inline "inputParamRunTime"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramRunTime}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramRunTime}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamItersPerPar"}}
Number of simulation repetitions with same input (for statistical accuracy)
{{> "inputParamItersPerPar" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30]
{{/inline}}
{{#*inline "inputParamItersPerPar"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramItersPerPar}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramItersPerPar}}
{{/eq}}
{{/inline}}
{{#*inline "htmParamTotalIterNum"}}
Number of parameter update iterations before output
{{> "inputParamTotalIterNum" roleForWrite=roleForWrite roleForRead=roleForRead}}
[1, 30]
{{/inline}}
{{#*inline "inputParamTotalIterNum"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.paramTotalIterNum}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.paramTotalIterNum}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters1"}}
Min GREEN time for WEST-EAST traffic (sec)
{{#each simulationReport_.updatedParameters1}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters1"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters1}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters2"}}
Max GREEN time for WEST-EAST traffic (sec)
{{#each simulationReport_.updatedParameters2}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters2"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters2}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters3"}}
Min GREEN time for SOUTH-NORTH traffic (sec)
{{#each simulationReport_.updatedParameters3}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters3"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters3}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters4"}}
Max GREEN time for SOUTH-NORTH traffic (sec)
{{#each simulationReport_.updatedParameters4}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters4"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters4}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters5"}}
Pedestrian waiting time tolerance threshold for NORTH-SOUTH (sec)
{{#each simulationReport_.updatedParameters5}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters5"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters5}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters6"}}
Pedestrian waiting time tolerance threshold for WEST-EAST (sec)
{{#each simulationReport_.updatedParameters6}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters6"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters6}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters7"}}
Vehicle queue length threshold between low-high content for WEST-EAST
{{#each simulationReport_.updatedParameters7}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters7"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters7}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters8"}}
Vehicle queue length threshold between low-high content for SOUTH-NORTH
{{#each simulationReport_.updatedParameters8}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters8"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters8}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters9"}}
Pedestrian queue length threshold between low-high content for NORTH-SOUTH
{{#each simulationReport_.updatedParameters9}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters9"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters9}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedParameters10"}}
Pedestrian queue length threshold between low-high content for WEST-EAST
{{#each simulationReport_.updatedParameters10}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedParameters10"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedParameters10}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedPerformanceWaitWestEastVehicleSec"}}
Average waiting time for WEST-EAST vehicles (sec)
{{#each simulationReport_.updatedPerformanceWaitWestEastVehicleSec}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedPerformanceWaitWestEastVehicleSec"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedPerformanceWaitWestEastVehicleSec}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedPerformanceWaitSouthNorthVehicleSec"}}
Average waiting time for SOUTH-NORTH vehicles (sec)
{{#each simulationReport_.updatedPerformanceWaitSouthNorthVehicleSec}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedPerformanceWaitSouthNorthVehicleSec"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedPerformanceWaitSouthNorthVehicleSec}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedPerformanceWaitAllVehicleSec"}}
Average waiting time for all vehicles (sec)
{{#each simulationReport_.updatedPerformanceWaitAllVehicleSec}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedPerformanceWaitAllVehicleSec"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedPerformanceWaitAllVehicleSec}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedPerformanceWaitAllPedestrianSec"}}
Average waiting time for pedestrians (sec)
{{#each simulationReport_.updatedPerformanceWaitAllPedestrianSec}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedPerformanceWaitAllPedestrianSec"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedPerformanceWaitAllPedestrianSec}}
{{/eq}}
{{/inline}}
{{#*inline "htmUpdatedPerformanceWaitAllVehiclePedestrianSec"}}
Average waiting time for vehicles and pedestrians (sec)
{{#each simulationReport_.updatedPerformanceWaitAllVehiclePedestrianSec}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputUpdatedPerformanceWaitAllVehiclePedestrianSec"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.updatedPerformanceWaitAllVehiclePedestrianSec}}
{{/eq}}
{{/inline}}
{{#*inline "htmAvgQueueLengthWestEastVehicle"}}
Average queue length for WEST-EAST vehicle
{{#each simulationReport_.avgQueueLengthWestEastVehicle}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputAvgQueueLengthWestEastVehicle"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.avgQueueLengthWestEastVehicle}}
{{/eq}}
{{/inline}}
{{#*inline "htmAvgQueueLengthSouthNorthVehicle"}}
Average queue length for SOUTH-NORTH vehicle
{{#each simulationReport_.avgQueueLengthSouthNorthVehicle}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputAvgQueueLengthSouthNorthVehicle"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.avgQueueLengthSouthNorthVehicle}}
{{/eq}}
{{/inline}}
{{#*inline "htmAvgQueueLengthNorthSouthPedestrian"}}
Average queue length for NORTH-SOUTH pedestrian
{{#each simulationReport_.avgQueueLengthNorthSouthPedestrian}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputAvgQueueLengthNorthSouthPedestrian"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.avgQueueLengthNorthSouthPedestrian}}
{{/eq}}
{{/inline}}
{{#*inline "htmAvgQueueLengthWestEastPedestrian"}}
Average queue length for WEST-EAST pedestrian
{{#each simulationReport_.avgQueueLengthWestEastPedestrian}}{{.}} {{/each}}
{{/inline}}
{{#*inline "inputAvgQueueLengthWestEastPedestrian"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.avgQueueLengthWestEastPedestrian}}
{{/eq}}
{{/inline}}
{{#*inline "htmReportStatus"}}
report status
{{> "inputReportStatus" roleForWrite=roleForWrite roleForRead=roleForRead}}
The current status of the simulation report.
{{/inline}}
{{#*inline "inputReportStatus"}}
{{#eq roleForWriteBool "true"}}
{{else}}
{{#ifContainsKeys userKeys}}
{{simulationReport_.reportStatus}}
{{/ifContainsKeys}}
{{else}}
{{simulationReport_.reportStatus}}
{{/eq}}
{{/inline}}
{{#*inline "htmReportProgress"}}
report progress
{{> "inputReportProgress" roleForWrite=roleForWrite roleForRead=roleForRead}}
The percent progress of the simulation report.
{{/inline}}
{{#*inline "inputReportProgress"}}
{{#eq 'Page' classApiMethodMethod}}
{{simulationReport_.reportProgress}}
{{/eq}}
{{/inline}}