AGI STK Objects 11 Send 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
);

[Java]
public  setTroposphericScintillationFadingLossModel(
String ModelName
);

[Unmanaged C++]
public: HRESULT SetTroposphericScintillationFadingLossModel(
BSTR ModelName
);

Parameters

ModelName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface