get_indep_values()
Returns the independent values associated with the given dependent value as an array
Syntax
indepVals = get_indep_values(Data, LookupValue)
Arguments
| Name | Description | Range | Type | Default | Required |
|---|---|---|---|---|---|
| Data | 1 to 5 dimensional array. | (-∞, ∞) | integer, real, complex | yes | |
| LookupValue | Dependent value for which the corresponding independent values have to be found. | (-∞, ∞) | real, complex | yes | |
| Tolerance | tolerance to be used while comparing numbers | [0, ∞) | real | 0 | no |
| All | Finds all matches of the LookupValue. Default behavior is to return after the first match. | [0, 1] | integer | 0 | no |
Examples
We assume that the data is 2-dimensional, that is, two independent variables created from a Harmonic Balance Analysis with Pout being the output data.
indepVals = get_indep_values(Pout, max(max(Pout))
returns the values of the independent as an array
indepVals = get_indep_values(Pout, [m1,m2])
returns the indepenent values of the markers m1and m2
Defined in
$HPEESOF_DIR/expressions/ael/utility_fun.ael
See Also
Notes/Equations
This function can be used only on 1 to 5 dimensional data. The independent values have to be real. The dependent value to be looked up can be a single value or multiple values.
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()