Click or drag to resize

AnsysHfssCrossSectionScatteringCoefficient Constructor (TextReader, TextReader)

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AnsysHfssCrossSectionScatteringCoefficient(
	TextReader primaryPolarizationSource,
	TextReader orthogonalPolarizationSource
)

Parameters

primaryPolarizationSource
Type: System.IOTextReader
A TextReader used to read in the Ansys HFSS output data (*.csv) which represents the complex scattering data for the primary polarization.
orthogonalPolarizationSource
Type: System.IOTextReader
A TextReader used to read in the Ansys HFSS output data (*.csv) which represents the complex scattering data for the orthogonal polarization.
See Also