BDI_AXPUT0D
Put the named axis items as DOUBLE PRECISION scalars
Invocation
CALL BDI_AXPUT0D( ID, IAX, ITEMS, DATA, STATUS )
Description
Writes the axis items specified by the ITEMS string as DOUBLE PRECISION
values.
Arguments
-
ID = INTEGER (given)
ADI identifier of BinDS, Array or Scalar object, or derivatives
thereof
-
IAX = INTEGER (given)
Axis number of the items to be checked
-
ITEMS = CHARACTER*(*) (given)
List of axis items to be read
-
DATA[] = DOUBLE PRECISION (given)
The data to write
-
STATUS = INTEGER (given and returned)
The global status.
References