previous next Up Title Contents Index

calibIX function

This function is similar to the TestIX function, but instead of the flag array, calibIX retrieves the index of the computed quantity. The array to which the index can be applied is CALIB(). Its main purpose is to allow looping in user routines when repetitive operations have to be done on consecutive computed quantities.
F The function name has to be declared as INTEGER*4 parameter.
index = calibIX (computed_quantity_name)

î computed_quantity_name : predeclared name from the file.EQU
ì index : returned index from the CALIB() array of the corresponding name.


previous next Up Title Contents Index