AGI STK Objects 11 Send comments on this topic.
IAgSnHalfPowerPattern Interface
Windows






Windows & Linux

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.

Example

Define a half power sensor
[C#]Copy Code
// Configure pattern 
IAgSnHalfPowerPattern pattern = sensor.CommonTasks.SetPatternHalfPower(12.53.46.0); 
 

Define a half power sensor
[Visual Basic .NET]Copy Code
' Configure pattern
Dim pattern As IAgSnHalfPowerPattern = sensor.CommonTasks.SetPatternHalfPower(12.5, 3.4, 6)

CoClasses that Implement IAgSnHalfPowerPattern

© 2018 Analytical Graphics, Inc. All Rights Reserved.