Click or drag to resize

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

Parameters

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

Return Value

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