Index

AccelLimit

A maximum acceleration.

Input Format:

A positive floating point number of degrees per second squared.

Use with do-loops:
If a AccelLimit 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 AccelLimit arguments to the alimits command, to specify the maximum scanning accelerations permitted on the azimuth, elevation and deck axes, respectively.
 alimits scan, 2.25, 0.25, 1.0
Context:
The alimits command specifies acceleration limits for scanning and tracking. These limits are specified to the command via AccelLimit arguments.

Martin Shepherd (19-Jun-2008)