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.2.419.0 (24.2.419.0)
Syntax public static List<FrequencySpecificElectricFieldPattern> ReadData(
TextReader source
)
Public Shared Function ReadData (
source As TextReader
) As List(Of FrequencySpecificElectricFieldPattern)
public:
static List<FrequencySpecificElectricFieldPattern^>^ ReadData(
TextReader^ source
)
static member ReadData :
source : TextReader -> List<FrequencySpecificElectricFieldPattern>
Parameters
- source
- Type: System.IOTextReader
A TextReader used to read in the Ansys HFSS far field data (*.ffd) formatted data.
Return Value
Type:
ListFrequencySpecificElectricFieldPatternA list of
FrequencySpecificElectricFieldPattern objects which each representing an electric field pattern which has an associated frequency value.
See Also