The SurfaceCurrentsAndCharges namespace
Surface 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 surface 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 .
- GetDataSet (name string, sample number)
- Returns the currents and charges data set for the given currents and charges.
- GetDataSet (name string, startFreq number, endFreq number, sample number)
- Returns the currents data set for the given currents.
- Input Parameters
- Return
- DataSet
- A currents and charges data set.
- GetNames ()
- Returns a list containing the names of the surface currents and charges.