STK ObjectsSend comments on this topic.
SetTroposphericScintillationFadingLossModel Method (IAgPropagationChannel)
See Also
ModelName
Windows





Windows & Linux

Description

Sets the Tropospheric Scintillation Fading loss model by name.

Syntax

[Visual Basic .NET]
Public Sub SetTroposphericScintillationFadingLossModel( _
    ByVal ModelName As String _
)
[C#]
public void SetTroposphericScintillationFadingLossModel(
    string ModelName
);
[Managed C++]
public: void SetTroposphericScintillationFadingLossModel(
    String __gc ^ ModelName
);
[Unmanaged C++]
public: HRESULT SetTroposphericScintillationFadingLossModel(
    BSTR ModelName
);
[Java]
public void setTroposphericScintillationFadingLossModel(
    String ModelName
);
[Python - STK API ]
def SetTroposphericScintillationFadingLossModel(self, ModelName:str) -> None:

Parameters

ModelName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.