IAgODProvideTrackingDataLib 13Send comments on this topic.
Pressure Property (IAgODGenericObs)
See Also
Windows





Windows & Linux

Description

The atmospheric pressure (in Pascals) as measured at the antenna phase center of a ground location. Used for troposphere modeling when the Saastimoinen or Marini-Murray troposphere model is used. If not set, the value will be determined by the meteorological settings of the facility.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Pressure() As Double
[C#]
public double Pressure {get; set;}
[Managed C++]
public: __property double get_Pressure();
public: __property void set_Pressure( double );
[Unmanaged C++]
public: HRESULT get_Pressure(
    double * pVal
);
public: HRESULT put_Pressure(
    double newVal
);
[Java]
public double getPressure();
public void setPressure(
    double
);
[Python - STK API ]
@property
def Pressure(self) -> float:

@Pressure.setter
def Pressure(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.