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





Windows & Linux

Description

Gets or sets the option to use the ionoospheric fading loss model.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableIonosphericFadingLoss() As Boolean
[C#]
public bool EnableIonosphericFadingLoss {get; set;}
[Managed C++]
public: __property bool get_EnableIonosphericFadingLoss();
public: __property void set_EnableIonosphericFadingLoss( bool );
[Unmanaged C++]
public: HRESULT get_EnableIonosphericFadingLoss(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableIonosphericFadingLoss(
    VARIANT_BOOL val
);
[Java]
public bool getEnableIonosphericFadingLoss();
public void setEnableIonosphericFadingLoss(
    bool
);
[Python - STK API ]
@property
def EnableIonosphericFadingLoss(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.