AGI AgCommRdrCommon 13Send comments on this topic.
ComputeNoiseTemperature Method (IAgSTKCommRdrNoiseTempPlugin)
See Also
ComputeParams
Windows





Windows & Linux

Description

Noise Temperature plugin compute value.

Syntax

[Visual Basic .NET]
Public Sub ComputeNoiseTemperature( _
    ByVal ComputeParams As IAgSTKCommRdrNoiseTempComputeParams _
)
[C#]
public void ComputeNoiseTemperature(
    IAgSTKCommRdrNoiseTempComputeParams ComputeParams
);
[Managed C++]
public: void ComputeNoiseTemperature(
    IAgSTKCommRdrNoiseTempComputeParams ^ ComputeParams
);
[Unmanaged C++]
public: HRESULT ComputeNoiseTemperature(
    IAgSTKCommRdrNoiseTempComputeParams * ComputeParams
);
[Java]
public void computeNoiseTemperature(
    IAgSTKCommRdrNoiseTempComputeParams ComputeParams
);
[Python - STK API ]
def ComputeNoiseTemperature(self, ComputeParams:"IAgSTKCommRdrNoiseTempComputeParams") -> None:

Parameters

ComputeParams

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.