Click or drag to resize

AnsysHfssFarFieldDataPolarizationSourceReadData 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.1.418.0 (24.1.418.0)
Syntax
public static List<FrequencySpecificElectricFieldPattern> ReadData(
	string fileName
)

Parameters

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

Return Value

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