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