AnsysHfssCrossSectionScatteringCoefficient Constructor (TextReader, TextReader) |
Initializes a new instance.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AnsysHfssCrossSectionScatteringCoefficient(
TextReader primaryPolarizationSource,
TextReader orthogonalPolarizationSource
)
Public Sub New (
primaryPolarizationSource As TextReader,
orthogonalPolarizationSource As TextReader
)
public:
AnsysHfssCrossSectionScatteringCoefficient(
TextReader^ primaryPolarizationSource,
TextReader^ orthogonalPolarizationSource
)
new :
primaryPolarizationSource : TextReader *
orthogonalPolarizationSource : TextReader -> AnsysHfssCrossSectionScatteringCoefficient
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