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





Description

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

Public Properties

Public Property AngularResolution Angular separation between points in a pattern
Public Property AntennaDiameter The diameter of the antenna dish. Uses SmallDistanceUnit Dimension.
Public Property Frequency The antenna's frequency in GHz. Uses Frequency Dimension.
Public Property HalfAngle Get 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1