STK ObjectsSend comments on this topic.
IAgSnHalfPowerPattern Interface

Description

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

Public Properties

Public Property AngularResolutionAngular separation between points in a pattern
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)
© 2023 Analytical Graphics, Inc. All Rights Reserved.