build_subrange()

Builds the subrange data according to the innermost independent range. Use with all swept data

Syntax
y = build_subrange(data, innermostIndepLow, innermostIndepHigh)

Arguments
Name Description Range Type Default Required
data analysis results or user input. (-∞, ∞) integer, real, complex   yes
innermostIndepLow lowest value of innermost independent (-∞, ∞) integer, real, complex minimum value of the inner most independent variable no
innermostIndepHigh highesr value of innermost independent (-∞, ∞) integer, real, complex maximum value of the inner most independent variable no

Examples

Given S-parameter data swept as a function of frequency with a range of 100 MHz to 500 MHz, find the values of S12 in the range of 200 MHz to 400 MHz.
subrange_S12 = build_subrange(S12, 200MHz, 400MHz)

Defined in

$HPEESOF_DIR/expressions/ael/statistical_fun.ael

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources