Click or drag to resize

AnsysHfssFarFieldDataPolarizationSource.ReadData Method (TextReader)

A static class method for reading in the Ansys HFSS far field data (*.ffd) formatted data from a stream 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(
	TextReader source
)

Parameters

source
Type: System.IO.TextReader
A TextReader used to read in the Ansys HFSS far field data (*.ffd) formatted data.

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