The ReciprocalExcitation namespace

Reciprocity data data set functions.

Function List

GetDataSet (name string)
Returns the data set for the given Reciprocity data. (Returns a DataSet object.)
GetDataSet (name string, sample number)
Returns the data set for the given Reciprocity data. (Returns a DataSet object.)
GetDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set for the given Reciprocity data. (Returns a DataSet object.)
GetNames ()
Returns a list containing the names of the Reciprocity data. (Returns a List of string object.)

Function Details

GetDataSet (name string)
Returns the data set for the given Reciprocity data.
Input Parameters
name(string)
The full name of the Reciprocity data.
Return
DataSet
A Reciprocity data data set.
GetDataSet (name string, sample number)
Returns the data set for the given Reciprocity data.
Input Parameters
name(string)
The full name of the Reciprocity data.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A Reciprocity data data set.
GetDataSet (name string, startFreq number, endFreq number, sample number)
Returns the data set for the given Reciprocity data.
Input Parameters
name(string)
The full name of the Reciprocity data.
startFreq(number)
The start frequency to use when sampling the continuous frequency axis.
endFreq(number)
The end frequency to use when sampling the continuous frequency axis.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A Reciprocity data data set.
GetNames ()
Returns a list containing the names of the Reciprocity data.
Return
List of string
A list of Reciprocity data names.