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





Windows & Linux

Description

The temperature (in Kelvin) as measured at the antenna phase center of the 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 Temperature() As Double
[C#]
public double Temperature {get; set;}
[Managed C++]
public: __property double get_Temperature();
public: __property void set_Temperature( double );
[Unmanaged C++]
public: HRESULT get_Temperature(
    double * pVal
);
public: HRESULT put_Temperature(
    double newVal
);
[Java]
public double getTemperature();
public void setTemperature(
    double
);
[Python - STK API ]
@property
def Temperature(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.