AGI AgRadarPlugin 11 Send comments on this topic.
ConstructPolarization Method (IAgStkRadarRcsProcessSignalsParams)
See Also 
polType





Description

Constructs a new polarization object.

Syntax

[Visual Basic .NET]
Public Function ConstructPolarization( _
   ByVal polType As AgECRPolarizationType _
) As IAgCRPolarization

[C#]
public IAgCRPolarization ConstructPolarization(
AgECRPolarizationType polType
);

[Managed C++]
public: IAgCRPolarization^ ConstructPolarization(
AgECRPolarizationType polType
);

[Java]
public IAgCRPolarization constructPolarization(
AgECRPolarizationType polType
);

[Unmanaged C++]
public: HRESULT ConstructPolarization(
AgECRPolarizationType polType,
IAgCRPolarization ** ReturnValue
);

Parameters

polType
Member Value Description
eCRLinearPol 1 Linear. The receiver is linearly polarized with the electrical field aligned with the reference axis.
eCRLHCPol 2 Left-hand Circular. The receiver is configured to receive left-hand circularly polarized transmissions.
eCRRHCPol 3 Right-hand Circular. The receiver is configured to receive right-hand circularly polarized transmissions.
eCREllipticalPol 4 Elliptical. The receiver is elliptically polarized. The vector describing the orientation of the electrical field with reference to the antenna describes an ellipse as it rotates over time.

Remarks

Constructs a new polarization object of type polType which is one of the AgECRPolarizationType enumeration values.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1