STK ObjectsSend comments on this topic.
FadeOutage Property (IAgTroposphericScintillationFadingLossModelP618_8)
See Also
Windows





Windows & Linux

Description

Gets or sets the fade outage percent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FadeOutage() As Double
[C#]
public double FadeOutage {get; set;}
[Managed C++]
public: __property double get_FadeOutage();
public: __property void set_FadeOutage( double );
[Unmanaged C++]
public: HRESULT get_FadeOutage(
    double * pVal
);
public: HRESULT put_FadeOutage(
    double val
);
[Java]
public double getFadeOutage();
public void setFadeOutage(
    double
);
[Python - STK API ]
@property
def FadeOutage(self) -> float:

@FadeOutage.setter
def FadeOutage(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.