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





Windows & Linux

Description

The relative humidity (expressed as a fraction 0-1) as 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 RelHumidity() As Double
[C#]
public double RelHumidity {get; set;}
[Managed C++]
public: __property double get_RelHumidity();
public: __property void set_RelHumidity( double );
[Unmanaged C++]
public: HRESULT get_RelHumidity(
    double * pVal
);
public: HRESULT put_RelHumidity(
    double newVal
);
[Java]
public double getRelHumidity();
public void setRelHumidity(
    double
);
[Python - STK API ]
@property
def RelHumidity(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.