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( | out, nelem, start, stop ) |
Variables
GOUT | out | (ArrayOfTime) | Variable to initialize. |
IN | nelem | (Index) | Number of elements of a Vector or Array. |
GIN | start | (String) | Start value. |
GIN | stop | (String) | End value. |