STK ObjectsSend comments on this topic.
EnableTroposphericScintillationFadingLoss Property (IAgPropagationChannel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to use the tropospheric scintillation fading loss model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableTroposphericScintillationFadingLoss() As Boolean
[C#]
public bool EnableTroposphericScintillationFadingLoss {get; set;}
[Managed C++]
public: __property bool get_EnableTroposphericScintillationFadingLoss();
public: __property void set_EnableTroposphericScintillationFadingLoss( bool );
[Unmanaged C++]
public: HRESULT get_EnableTroposphericScintillationFadingLoss(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableTroposphericScintillationFadingLoss(
    VARIANT_BOOL val
);
[Java]
public bool getEnableTroposphericScintillationFadingLoss();
public void setEnableTroposphericScintillationFadingLoss(
    bool
);
[Python - STK API ]
@property
def EnableTroposphericScintillationFadingLoss(self) -> bool:

@EnableTroposphericScintillationFadingLoss.setter
def EnableTroposphericScintillationFadingLoss(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.