AnsysHfssCrossSectionScatteringCoefficientReadData Method (String) |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable ReadData(
string primaryPolarizationFileName
)
Public Shared Function ReadData (
primaryPolarizationFileName As String
) As SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
public:
static SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable^ ReadData(
String^ primaryPolarizationFileName
)
static member ReadData :
primaryPolarizationFileName : string -> SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable
Parameters
- primaryPolarizationFileName
- Type: SystemString
The fully qualified path to a desired Ansys HFSS output file (*.csv) which represents the complex scattering data for the primary polarization.
Return Value
Type:
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTableA
SphericalTabularMonostaticCrossSectionScatteringCoefficientCrossSectionScatteringMatrixSphericalTable object.
Exceptions Exception | Condition |
---|
ArgumentNullException |
Thrown if primaryPolarizationFileName is .
|
InvalidDataException |
Thrown in the following cases:
- the frequency values in each header cell is not the same value.
- the data from the primary polarization file is not in a valid CSV format.
- the data values in the file can not be converted to a complex value.
- the number of theta (cone) angles and phi (clock) angles are not greater than 1.
|
See Also