White noise sigma. Used to override the values specified on the tracker. Some data formats support specifying the white noise sigma for each measurement. If not set, the default values from the tracker will be used.
Read-write property
[Visual Basic .NET] |
---|
Public Property WNSigma() As IAgPropQty |
[C#] |
---|
public IAgPropQty WNSigma {get; set;} |
[Managed C++] |
---|
public: __property IAgPropQty ^ get_WNSigma(); |
[Unmanaged C++] |
---|
public: HRESULT get_WNSigma( IAgPropQty ** ppVal ); public: HRESULT put_WNSigma( IAgPropQty pVal ); |
[Java] |
---|
public IAgPropQty getWNSigma(); public void setWNSigma( IAgPropQty ); |
[Python - STK API ![]() |
---|
@property def WNSigma(self) -> "IAgPropQty": @WNSigma.setter def WNSigma(self, pVal:"IAgPropQty") -> None: |