Click or drag to resize

SphericalTabularElectricFieldPatternComputeElectricFieldComponents Method

Computes the electric field vector components given the cartesian direction.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ElectricFieldVectorComponents ComputeElectricFieldComponents(
	Cartesian linkVector
)

Parameters

linkVector
Type: AGI.Foundation.CoordinatesCartesian
Cartesian which represents the direction at which the electric field components should be computed.

Return Value

Type: ElectricFieldVectorComponents
The electric field components computed in the given direction using bi-linear interpolation.
See Also