JME - Application Documentation
    Preparing search index...

    Per-junction running counters accumulated over the simulation lifetime.

    type JunctionCounter = {
        blockedDownstream: number;
        entered: number;
        exited: number;
        maxQueueLength: number;
        maxWaitTime: number;
        totalWaitTime: number;
        waitCount: number;
    }
    Index

    Properties

    blockedDownstream: number
    entered: number
    exited: number
    maxQueueLength: number
    maxWaitTime: number
    totalWaitTime: number
    waitCount: number