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