STK ObjectsSend comments on this topic.
SetTroposphericScintillationLossModel Method (IAgLaserPropagationChannel)
See Also
ModelName
Windows





Windows & Linux

Description

Sets the current tropospheric scintillation loss model by name

Syntax

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

Parameters

ModelName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.