- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The routine returns the current value of an NDF_ system internal tuning parameter.
Invocation
CALL NDF_GTUNE( TPAR, VALUE, STATUS )
Arguments
TPAR = CHARACTER
(
)
(Given)
Name of the tuning parameter whose value is required (case insensitive). This
name may be abbreviated, to no less than 3 characters.
VALUE = INTEGER (Returned)
Value of the parameter.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
See the
NDF_TUNE routine for a list of the tuning parameters currently available.
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑