pamoja for TypeScript - v0.1.17
    Preparing search index...

    A sensor that reads back a recorded series.

    This is how a caller replays a real capture, so a test asks what the code does with readings that actually happened rather than ones it invented.

    Index
    • Creates a replay over a recorded series.

      Parameters

      • readings: number[]

        the series to read back.

      • Optionalrepeating: boolean | null

        start again at the beginning once exhausted, rather than holding the last reading.

      Returns sim.Replay