Interface TimeGrid

Evenly spaced time between tStart and tEnd

Hierarchy

  • TimeGrid

Properties

Properties

mode: Grid

Literal field, indicates this represents a grid of times

nPoints: number

Number of points to return - must be at least one, and points will be evenly spaced between tStart and tEnd

tEnd: number

End time to return the solution (cannot be more than the originally used tEnd - we will reduce it to the original tEnd in that case)

tStart: number

Start time to return the solution (cannot be less than the originally used tStart - we will increase it to the original tStart in that case)

Generated using TypeDoc