STK ObjectsSend comments on this topic.
IAgSnHalfPowerPattern Interface

Description

IAgSnHalfPowerPattern Interface for half power sensors designed to model parabolic antennas.

Public Properties

Public Property AngularResolutionThis is an advanced user field, available only through STK's object model interface. The Angular Resolution field allows a user to set the angular separation between the pattern data points. The default value for the number of pattern samples is 90 points over the Simple Conic (circular) pattern. The default setting is considered sufficient for interpolation and graphics purposes. However, advanced users have the option to increase/decrease the angular resolution of the sample points to conform to their analytical requirements.
Public Property AntennaDiameterThe diameter of the antenna dish. Uses SmallDistanceUnit Dimension.
Public Property FrequencyThe antenna's frequency in GHz. Uses Frequency Dimension.
Public Property HalfAngleGet the half angle of the cone for, calculated on the basis of the Frequency and AntennaDiameter properties. Uses Angle Dimension.

Interfaces

Implemented Interface
IAgSnPattern

CoClasses that Implement IAgSnHalfPowerPattern

Example

Define a half power sensor
[C#]
// Configure pattern
IAgSnHalfPowerPattern pattern = sensor.CommonTasks.SetPatternHalfPower(12.5, 3.4, 6.0);
Define a half power sensor
[Visual Basic .NET]
' Configure pattern
Dim pattern As IAgSnHalfPowerPattern = sensor.CommonTasks.SetPatternHalfPower(12.5, 3.4, 6)
© 2024 Analytical Graphics, Inc. All Rights Reserved.