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.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelHumidity() As Double |
[C#] |
---|
public double RelHumidity {get; set;} |
[Managed C++] |
---|
public: __property double get_RelHumidity(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelHumidity( double * pVal ); public: HRESULT put_RelHumidity( double newVal ); |
[Java] |
---|
public double getRelHumidity(); public void setRelHumidity( double ); |