Click or drag to resize

AnsysHfssFarFieldDataPolarizationSource.ReadData Method (String)

A static class method for reading in the Ansys HFSS far field data file (*.ffd) and producing a list of electric field patterns which has an associated frequency value.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static List<FrequencySpecificElectricFieldPattern> ReadData(
	string fileName
)

Parameters

fileName
Type: System.String
The fully qualified path to a desired Ansys HFSS far field data file (*.ffd).

Return Value

Type: List<FrequencySpecificElectricFieldPattern>
A list of FrequencySpecificElectricFieldPattern objects which each representing an electric field pattern which has an associated frequency value.
See Also