The WireCurrentsAndCharges namespace

Wire currents and charges data set functions.

Function List

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

Function Details

GetDataSet (name string)
Returns the currents and charges data set for the given currents and charges .
Input Parameters
name(string)
The full name of the currents and charges.
Return
DataSet
A currents and charges data set.
GetDataSet (name string, sample number)
Returns the currents and charges data set for the given currents and charges.
Input Parameters
name(string)
The full name of the currents and charges.
sample(number)
The sample density for the continuous frequency axis.
Return
DataSet
A currents and charges data set.
GetDataSet (name string, startFreq number, endFreq number, sample number)
Returns the currents data set for the given currents.
Input Parameters
name(string)
The full name of the currents.
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 currents and charges data set.
GetNames ()
Returns a list containing the names of the wire currents and charges.
Return
List of string
A list of current and charges names.