Related Topics: | ||
Description: Returns the name of the specified parameter.
Syntax: PARAMNAME (Data_Src, Param_Index)
Data_Src is the source data sheet from which the information is taken.
Param_Index is a numerical value that allows you to specify which parameter name to display. Depending on the data type and model you are working with, it returns the following information:
For the Crow Extended and Crow Extended - Continuous Evaluation models, the index value specifies which parameter name to display for which mode. Use the following table to look up the index value for each combination. For example, to return the name "Beta (BC Modes)", use index number 20.
For all other models, the index value specifies which parameter name to display for the model used in the data source. The following table shows the index value for each combination. For example, index number 1 with the Crow-AMSAA model returns the name "Beta."
System_Index is an optional value that applies to multiple systems analysis. It allows you to return test results for individual systems, if enough data exists for the system. For example, to obtain the results for System 1, enter 1. If you do not enter a system ID, the function will return results for the representative system (i.e., the equivalent system, superposition system or cumulative timeline).
Conf_Level is the percentage (entered as a decimal value) for the confidence bounds. It is an optional value and, if specified, must be greater than 0 and less than 1.
Remarks:
The Data_Src can be one of the following values:
If using a default data source, it must be either 1, 2, 3 or 4, as selected from the Data Source Index drop-down list.
It can take a data sheet name (e.g., "Folio1!Data 1").
It can take a variable name defined in the Defined Names window (e.g., datasource).
Example:
PARAMNAME (“Folio1!Data 1”,1) = Beta
Note that this value will vary depending on the source data set.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.