Index

VelocLimit

A maximum velocity.

Input Format:

A positive floating point number of degrees per second.

Use with do-loops:
If a VelocLimit variable is used as the dependent variable of a do-loop, then the associated loop increment is specified as a Double constant.

Examples:
The following example passes three literal VelocLimit arguments to the vlimits command, to specify the maximum scanning velocities permitted on the azimuth, elevation and deck axes, respectively.
 vlimits scan, 6.28, 1.0, 5.0
Context:
The vlimits command specifies velocity limits for scanning and tracking. These limits are specified to the command via VelocLimit arguments.

Martin Shepherd (19-Jun-2008)