NDF_ACGET

Obtain the value of an NDF axis character component

Description:

The routine obtains the value of the specified axis character component of an NDF (i.e. the value of the LABEL or UNITS component for an NDF axis).

Invocation

CALL NDF_ACGET( INDF, COMP, IAXIS, VALUE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis character component whose value is required: LABEL or UNITS.
IAXIS = INTEGER (Given)
Number of the axis for which a value is required.
VALUE = CHARACTER ( ) (Given and Returned)
The components value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: