Click or drag to resize

AnsysHfssCrossSectionScatteringCoefficientComputeScatteringCoefficient Method (UnitCartesian)

Computes the scattering coefficient in the supplied monostatic direction.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override ComplexCrossSectionScatteringCoefficient ComputeScatteringCoefficient(
	UnitCartesian monoStaticDirection
)

Parameters

monoStaticDirection
Type: AGI.Foundation.CoordinatesUnitCartesian
The monostatic direction used to compute the scattering coefficient.

Return Value

Type: ComplexCrossSectionScatteringCoefficient
The scattering coefficient as a 2x2 complex matrix.
See Also