ARTS built-in documentation server

Workspace Method ArrayOfTimeNLinSpace

Description

Creates a time array with length nelem, equally spaced between the
given end values.

The length (nelem) must be larger than 1.

Authors: Richard Larsson

Synopsis

ArrayOfTimeNLinSpace( output, nelem, start, stop )

Variables

GOUToutput(ArrayOfTime)Variable to initialize.
INnelem(Index)Number of elements of a Vector or Array.
GINstart(String)Start value.
GINstop(String)End value.